Support has been upgraded!
The Support Forum is closed. Not to worry! Providing the top quality support you expect and we're known for will continue! We're not ending support, just changing where you submit requests. This will provide you with the best experience possible.
Premium Support
Have you purchased an addon for Connections such as one of our premium templates or extensions with a valid license and you need help?
Please open a Support Ticket in your user account.
Free Support
Are you using the free Connections plugin? Don't worry, you are still very important to us! We are still providing you with the same high quality support that we're known for.
Please open a new support topic in the WordPress support forums for Connections.
- This topic has 5 replies, 2 voices, and was last updated 9 years, 1 month ago by
Steven Zahm.
-
AuthorPosts
-
04/30/2014 at 5:21 am #289746
Timothy
ParticipantHi Steven
A few years ago you made me a custom Template called “Dewar Green Limited 1.0” that allowed me to customise a few things, if I remember correctly the main thing was the drop downlist of categories.
The shortcode you provided at the time has worked until the latest update. The shortcode was [connections_list category=3 show_alphaindex=’true’]
The site has two pages using variations of this shortcode:
http://www.cranbrookandsissinghurstpc.co.uk/information/local-information/http://www.cranbrookandsissinghurstpc.co.uk/information/local-businesses/
Are you able to provide a new shortcode or updated template?
Thank you.
04/30/2014 at 9:41 am #289753Steven Zahm
Keymaster@ Timothy
Yep, about 3 and a half years ago; 10-26-2010. Any way…
The
[connections_list]
shortcode was deprecated a little over two years ago and removed in the latest version. Well, not actually removed. I renamed it to simply[connections]
. So to you only need to remove_list
from the shortcode name and things will almost be back to normal.Unfortunately you’ll receive an error in the template after fixing the shortcode. To fix this error open the
template.php
file which should be found here:
../wp-content/connections_templates/dewargreen/
Look for line 44, which should be this:
<?php echo $vcard->download() ?>
And change it to this:
<?php echo $entry->vcard() ?>
Now you should be back in business.
Apologies for the trouble, but I stripped some of the legacy code in order to moved the Connections templating support forward … I did do my best to maintain as much backward support as possible … in another year or so I will be pulling the code out that supports the way your template was constructed so you may want to consider using a different template. Looking at the custom template, it appears the Bio Entry Card template which is free and comes with Connections is a very close match.
Let me know when you’re up and running and I’ll list your site on my live samples page.
I hope that helps!
04/30/2014 at 10:40 am #289760Timothy
ParticipantDear Steven
Thank you for your speedy response, I hope you don’t think I complaining, your support and response has always been fantastic, especially as I probably only paid you a few dollars!
It is almost back to normal, but the A to Z or Alpha list at the top actually seems to do a search on all normal posts that begin with those letters and the drop down list of Sub-categories has disappeared. I am very happy to pay for a new pro template if there is a suitable one.
The main thing we wanted was to separate out the two top level categories of “Local businesses” and “Local information” one for each page.
If you think it is quicker and more future proof to upgrade to a new pro template I am happy to do it.
04/30/2014 at 3:58 pm #289792Steven Zahm
Keymaster@ Timothy
No, I didn’t think you were complaining at all. I apologize that I gave that impression. I just thought it was a fun fact.
I see now. The filter that I was hooking into for the category select was removed in the latest release which is why it vanished. The fix should be simple by making another few edits to the
functions.php
file.Change line 2 to this:
add_action('cn_action_list_before', 'cnCategorySelect', 10, 2);
Change line 63 to this:
function cnCategorySelect( $atts, $results )
Change line 103 to this:
echo $out;
That should restore the category drop down to the way it functioned before.
The filter by character search is somewhat new, it was added a few revisions ago. One item to check … Go to the Connections : Settings admin page, click the Advanced tab and make sure
char
is entered in theCharacter Base
option. If it is not, add it and then click the Save Changes button.Hope that helps!
05/01/2014 at 7:28 am #289816Timothy
ParticipantPerfect! Thank you very much for all your help.
Can I send you a few coffees via PayPal?
05/01/2014 at 10:08 am #289830Steven Zahm
Keymaster@ Timothy
That would be very nice, but how about a review instead?
If you have a moment, I would truly appreciate as review as they reallly do make a difference. Many thanks in advance!
http://wordpress.org/support/view/plugin-reviews/connections -
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.