BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 11,251 through 11,260 (of 15,332 total)
  • Author
    Posts
  • in reply to: error messages #290984
    Steven Zahm
    Keymaster

    @ walter

    Honestly, I have no clue why you would receive that error. I guess you’re lucky. The error doesn’t seem to be affecting functionality. I suspect duplicates are being created because doing a browser refresh.

    Open your wp-config.php file and add the following:

    error_reporting(0);
    @ini_set('display_errors', 0);
    @ini_set( 'log_errors', 'On' );

    This should be added right before this line:

    /* That's all, stop editing! Happy blogging. */
    

    PHP errors and other notices shouldn’t be shown on live sites, they should be written to log file which is what this does. Hope that helps.

    in reply to: Submitting a listing not working with Jetpack? #290981
    Steven Zahm
    Keymaster

    @ Jenny

    You can post the login details here as a private reply. As soon as I have the info, I’ll take a look.

    in reply to: Display Entries only when searched for? #290973
    Steven Zahm
    Keymaster

    @ Jacey

    I wonder if it is importing incorrectly because of the quote escaping that is required on that line. Can you edit the snippet, go to line 69 and make sure it is this:

    array_walk( $atts, create_function( '&$i,$k','$i="$k=\"$i\"";' ) );
    

    Additionally, can you edit the page that you have the Connections shortcode on and switch the editor to the Text tab to make sure there is no HTML tags or other text that should not be within the shortcode?

    in reply to: implode error line 1207 class-retrieve #290971
    Steven Zahm
    Keymaster

    @ Jody

    I can not replicate this issue. Can I get a temp admin account so I can take a closer look?

    in reply to: Show Map Not working in Ultimatum Theme #290969
    Steven Zahm
    Keymaster

    @ Peter

    Connections is designed to integrate with any theme.

    The templates for Connections such as cMap require Connections to be installed first because they are an add-on and do not run on their own. cMap is the template which is running on the blog assistants site.

    in reply to: Display Entries only when searched for? #290967
    Steven Zahm
    Keymaster

    @ Jacey

    I attached the code snippet for you. For it to function, you must be on Connections >= 0.8.

    Here’s how to use it…

    Install the Code Snippets plugin.
    Download and unzip the file attached to this reply.
    Import the code snippet XML file, search.code-snippets.xml, into Code Snippets. See the FAQs on where to find the import feature.
    Activate the newly imported snippet.
    Lastly, add initial_results=false to the [connections] shortcode.

    That should do it.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Search only on one page #290965
    Steven Zahm
    Keymaster

    @ erez

    I attached an update code snippet which will work for you.

    Install the Code Snippets plugin.
    Download and unzip the file attached to this reply.
    Import the code snippet XML file, search.code-snippets.xml, into Code Snippets. See the FAQs on where to find the import feature.
    Activate the newly imported snippet.
    Lastly, add initial_results=false to the [connections] shortcode.

    That should do it.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Suppress family relationship #290938
    Steven Zahm
    Keymaster

    @ Chris

    Yep, you did ask a couple days ago, apologies for the delay in the reply which you can read here. Hope that helps!

    in reply to: Nested Organizations and Members of Organizations #290937
    Steven Zahm
    Keymaster

    @ Chris

    You could rename the relationships quite easily. See this QuickTip. That would very likely be the easiest and most update safe method at the moment. Give it a try and let me know.

    in reply to: Connections/cMap and Transposh #290935
    Steven Zahm
    Keymaster

    @ Mario

    This actually is not a Connections/cMap issue. After a bit of trial and error I decided to add a new entry an limit the list to that new entry by adding id='5' to the shortcode. Guess what, now the page rendered in English instead of Portuguese. If I switched it back, then the translation would be wrong. This tells me that Transposh does some sort of in page analysis to determine the language of the current page. It seems to determine the page is in Portuguese and switches the translation. At least that is my best guess based on observation. I apologize, but you’ll have to ask Transposh why this might happen as they know there code best.

Viewing 10 posts - 11,251 through 11,260 (of 15,332 total)