Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ william844
The FULLTEXT querying is not supported by your setup, this can be disabled under the Search tab on the Connections : Settings admin page. After you disable this option, Connections will no longer attempt to do FULLTEXT queries.
Hope that helps!
Steven Zahm
Keymaster@ Herb
The search widget works with all templates, even the free ones included with Connections. So you do not need to purchase template. Hope that helps! Let me know if you have any other questions.
Steven Zahm
Keymaster@ JohnO
Good to hear you have this working… The next update to Connections, the URL/s to the image will be referenced by the relative position rather than absolute. I made this change because in testing with other running into this issue, it solved it for most.
Steven Zahm
Keymaster@ mark485
I’m unable to replicate. Seeing the error, I do not believe the issue is being caused by Connections. The admin javascript for Connections which is loaded only on its pages does not use the load-scripts.php. Connections loads its scripts in the admin using the
admin_enqueue_scriptshook which loads the javascript as a separate file rather than concatenating it together with the core WordPress scripts which what is done with load-scripts.php. Apologies if that is a bit too technical… Here’s some suggestions:Make sure IE8 is running in IE8 Standards Mode. You can check this by hitting the F12 key.
Deactivate plugins one at a time until the error goes away.
Let me know how it goes.
Steven Zahm
Keymaster@ mark485
I’m unable to replicate. Seeing the error, I do not believe the issue is being caused by Connections. The admin javascript for Connections which is loaded only on its pages does not use the load-scripts.php. Connections loads its scripts in the admin using the
admin_enqueue_scriptshook which loads the javascript as a separate file rather than concatenating it together with the core WordPress scripts which what is done with load-scripts.php. Apologies if that is a bit too technical… Here’s some suggestions:Make sure IE8 is running in IE8 Standards Mode. You can check this by hitting the F12 key.
Deactivate plugins one at a time until the error goes away.
Let me know how it goes.
Steven Zahm
Keymaster@ Jo-Ann
Ok, I read thru this many times and I’m still not 100% sure I get it… I’ll do my best with the answers.
- Other users use a login redirect plugin to handle this. Install one of your choosing and set it up to redirect the user on login to go to the “Edit My Directory Entry” admin page.
- Connections output the list in alphabetical order by default. There is a shortcode option, order_by, that can be used to define the order you want.
- 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 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. Hope that helps.
- As far as the template goes, chose the design/functionality you like best. All the fields that are shown in cMap with the exception of map can be turned on in Excerpt Plus.
The review, you have to create an account, then there will be a place to input your review. Thanks!
Steven Zahm
Keymaster@ Colin
Definitely. Can I get a temp admin account? I’ll make a small change that should resolve the issue.
Steven Zahm
Keymaster@ Amy
I can’t replicate this. Could you provide the steps you’re following to add a link to an existing entry? Also, which version of Connections are you running?
Steven Zahm
Keymaster@ Colin
The WordPress User Profile page is not part of Connections. Do you have Link installed and activated?
Steven Zahm
Keymaster@ Aurore
You can not use the category name with the category option. You need to use the category ID as shown in the examples and my instructions from the previous reply. If you want to use the category name, you need to use the category_name option like you have done with the last three shortcodes. Also, if you use the category name, you need to put quotes around the category names. With that said, this should work:
<p>Vous pourrez trouver ci-dessous quelques liens et autres contacts à ne pas manquer concernant le Clyde. Si vous connaissez vous aussi des sites intéressants et qu'ils ne se trouvent pas dans cette liste, ou si vous souhaitez que votre propre site ou carte de visite y apparaisse, n'hésitez pas à nous contacter en allant dans la partie Contact du site ou en nous envoyant tout simplement un email à<a title="info@clydesdale.fr" href="mailto:info@clydesdale.fr"> info@clydesdale.fr</a> .</p> [connections enable_category_select='FALSE' category_name="Clubs de race,Autour du Clyde,Eleveurs"] <h2 style="margin-top: 30px;"><strong><span style="color: #64102d;">Clubs de race</span></strong></h2> [connections category_name="Clubs de race" order_by="id|SORT_ACS" str_work_phone="Telephone"] <h2 style="margin-top: 30px;"><strong><span style="color: #64102d;">Autour du Clyde</span></strong></h2> [connections category_name="Autour du Clyde" order_by="id|SORT_ACS"] <h2 style="margin-top: 30px;"><strong><span style="color: #64102d;">Éleveurs</span></strong></h2> [connections category_name="Eleveurs" order_by="id|SORT_ACS"] -
AuthorPosts
