BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 12,791 through 12,800 (of 15,332 total)
  • Author
    Posts
  • in reply to: Can't link to existing WP users. #271379
    Steven Zahm
    Keymaster

    @ Victor

    The issue is that s2Member is doing a custom redirect immediately after a user logs in. Nothing wrong with that but the action for Link never has the opportunity to run. I have a working update that works around this but I’m still testing it because I also relax the method that is used to create a link and I need to make sure this does create any security holes…

    Any way, if you can grant me a temp admin account, I can make a very minor edit to Link that will ensure it runs before the s2Member redirect. It’s safe and will not interfere with s2Member.

    Steven Zahm
    Keymaster

    @ Patrick

    Yes, with Link installed. I hope that helps!

    in reply to: No Results Question #271377
    Steven Zahm
    Keymaster

    @ Brent

    There are a few methods you can use to change that text…

    1. You could, not recommended, change the code here.

    2. Install the Say What? plugin.

    It’ll add a new Text Changes menu item. Click Add New, enter the string exactly as shown in Connections, enter connections [notice the lack of capitalization, that's important!] as the domain and then enter your new text.

    The great thing about using this plugin is that it will be update safe and you can use it on any other plugin that has been properly internationalized.

    3. Another way, you could unhook the cn_action_no_results action and hook your own custom action to display anything you want.

    Hope that helps!

    in reply to: Updated Plugin, Photos No Longer Appear #271204
    Steven Zahm
    Keymaster

    The /httpdocs/wp-content/plugins/connections/cache/index.html file was not set to 767 it was still 644. My FTP login still worked so I changed it for you.

    I do not know why this needs to be done on your site as you still the only one I’ve ever had to make this change in order for it to work. You’ll have to make this change everytime you update Connections because WP will delete this folder as part of the update.

    in reply to: Add "Edit My Directory" link in Profile Menu #271200
    Steven Zahm
    Keymaster

    @ Liz

    Honestly, I do not know as I do not have any experience with BuddyPress.

    A quick Google search…

    This might work. Drop it in the bp-functions.php file. Of course, you’ll want to change the links to suit your needs.

    This BuddyPress thread seems to have a solution too.

    Let me know how you make out.

    in reply to: Updated Plugin, Photos No Longer Appear #271199
    Steven Zahm
    Keymaster

    @ Enrique

    I need access to the pages in question so I can see the issue.

    in reply to: CSV Import #271198
    Steven Zahm
    Keymaster

    @ dbart

    I just emailed you a copy of the alpha version of the CSV Import

    in reply to: Template for Football Club #271197
    Steven Zahm
    Keymaster

    @ jochen

    Sorry, no, nothing soon. The new APIs I mentioned need to be completed before anything like this could be done.

    in reply to: Choose Category Dropdown #271196
    Steven Zahm
    Keymaster

    @ Kevin

    Try adding this to the theme’s custom CSS area if it has one. Or, alternatively, to the end of the theme’s style.css file:

    .cn-cat-select { min-width: 200px !important; }
    
    in reply to: change field labels #271194
    Steven Zahm
    Keymaster

    @ kbrown

    Install the Say What? plugin.

    It’ll add a new Text Changes menu item. Click Add New, enter the string exactly as shown in Connections, enter connections [notice the lack of capitalization, that's important!] as the domain and then enter your new text.

    The great thing about using this plugin is that it will be update safe and you can use it on any other plugin that has been properly internationalized.

    If you’ like to edit the code instead, you can find the string in the class.options.php file.

    Hope that helps.

Viewing 10 posts - 12,791 through 12,800 (of 15,332 total)