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, 5 months ago by
Michael Kelso.
-
AuthorPosts
-
01/05/2013 at 1:25 pm #248634
Michael Kelso
ParticipantHi, I am having trouble displaying “Dates” on my cMap template. No if I use a shortcode for anniversary or not, nothing shows in the page. Also, I was wondering if there is a way I can add “Deadline” to the list of options in the dropdown menu.
01/06/2013 at 10:17 am #248650Steven Zahm
KeymasterCurrently the only “Dates” supported by cMap are the anniversary and birthday dates. If those are not showing it could be a typo in the shortcode. Here’s a link to a QuickTip, Working with Shortcodes, that could help.
If you need other date types to show, and you’re comfortable with making a minor edit to the template PHP file, I can provide you direction on how to do that.
Similarly, adding “Deadline” to the list of choices you will need to make a edit to a core Connections file.
01/06/2013 at 3:18 pm #248664Michael Kelso
ParticipantNeither birthday or anniversary are showing on the cMAP with or without the shortcode. All the other entries including “Messenger” and “Social Media” work without editing the shortcode, “Dates” does not. Thanks.
01/15/2013 at 12:05 pm #249129Michael Kelso
ParticipantI would like to edit the template php file to add the above capabilities. Could you provide me with directions on how to do that. As well to the core connections file.
Thanks
01/15/2013 at 1:16 pm #249137Steven Zahm
KeymasterOpen the template.php file found here:
../wp-content/connections_templates/cmapChange lines 27 and 28 from this:
//$entry->getDateBlock(); //$entry->getLinkBlock();
To this:
$entry->getDateBlock(); $entry->getLinkBlock();
Save and upload overwriting the original version.
To add the Deadline option to the dates, open the class.options.php file found here:
../wp-content/plugins/connections/includesSearch for the getDateOptions() method, it’ll be towards the bottom. It’ll make sense on what to add when you see the rest of the date option.
01/15/2013 at 1:31 pm #249138Michael Kelso
ParticipantThank you so much! Fixed my problem
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.