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.
Tagged: 0.7.9.7, category, custom field, getBioBlock, getExcerpt, order_by, Profile, search
- This topic has 1 reply, 2 voices, and was last updated 8 years, 1 month ago by
Steven Zahm.
-
AuthorPosts
-
04/18/2014 at 5:01 pm #289029
Casey
GuestI’ve been having fun using Connections, editing the template files, etc., but am now stuck. A few questions:
1.) Can I show just excerpts of the “bio” on the main directory page, then have them expand on the individual pages?
2.) Can I sort the directory based on “address” or “certification date”?
3.) Can I search based on name? “Show me results for
Warren
“?4.) BONUS QUESTION: Is it possible to add a custom field, for instance “Certification 1” and “Certification 2” so that I can sort by them? “Only show those who have Certification 1 AND 2”
Thank you for the help. I’m impressed with your timely replies and great software!
04/19/2014 at 8:52 am #289079Steven Zahm
Keymaster@ Casey
1.) You’d have to edit the template. But I guess you’re already doing that…
In the profile.php file you would use
<?php echo $entry->getExcerpt(); ?>
instead of<?php echo $entry->getBioBlock(); ?>
But before you make that change duplicate the card function and name the duplicate as card_single. Now, duplicate the $template->part line and change card to card_single. In the card function you would use getExcerpt and in the card_single you would use getBioBlock.
- Take a look at thee doc page for order_by.
- You would need a template that support the search feature.
- Not in the currently released version. Version 0.8 which is soon to be released does have a developers API to create custom fields. However, there is no searching and filtering implemented. You’d be better off using categories and one of the template that support filtering by category.
Hope that helps!
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.