Forum Replies Created
-
AuthorPosts
-
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.phpfile 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.
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.
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?
Steven Zahm
Keymaster@ Jody
I can not replicate this issue. Can I get a temp admin account so I can take a closer look?
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.
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, addinitial_results=falseto the[connections]shortcode.That should do it.
Attachments:
You must be logged in to view attached files.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, addinitial_results=falseto the[connections]shortcode.That should do it.
Attachments:
You must be logged in to view attached files.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!
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.
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. -
AuthorPosts
