Forum Replies Created
-
AuthorPosts
-
reyes
ParticipantSteven,
Can you change the “Add to Address Book” to “Download Listing”?
Thanks,
reyes
ParticipantHi Steven,
I’m confused.
I enabled vCard downloads in settings. In my wordpress dashboard when I select Connections – Manage and then select “view” for a listing, I am taken to a page of my website template containing the listing information and the vCard link is there (see image 1). However, when I go to the website page I generated containing the connections short code (see image 2) for my directory cmap template the vCard link does not appear. Why is this? And how can I get the vCard link on my cmap listings? Or how do I link them?
I have not tried the Print-O-Matic shortcode yet. But I am assuming that it would be placed on the page containing the connections short code to get the print icon to display.
Thanks
Attachments:
You must be logged in to view attached files.reyes
ParticipantSteven,
You are correct with your assessment of the problem. I did update to 5.0 and moved the cmap1.php and cmap3.php files to a backup folder. I also updated my connections to 8.4 and reactivated my cmap template. All your suggestions fixed the problem.
Many thanks!
reyes
ParticipantFor example, on the main directory page http://www.b-seatednow.com/?page_id=2797 only Academia, Government, Federal, Advisory Boards, Agencies, etc. should be showing not the children – Colleges, Universities, Executive Office etc.
This is the problem I was trying to resolve initially by the custom redirects. Un-clutter the drop down box and redirect only specific pages. Has there been some update that impacts the cmap.php file or something else that has changed?
reyes
ParticipantThe connections code on the main Database Listings page is
[connections str_bio_show='' str_note_show='More Details' str_note_head='' str_select_all='']
I do not believe I need to add the selected categories to that page since I made the selection in the cmap.php file. Is this correct?
reyes
ParticipantSteven,
In the category drop down box only categories 16,4,2,31,42,411,32,29,33,3,21,105,41,18,19,20,95,17,246,22,262,1 should be showing. that is not the case. All of the categories and their children are showing. Then upon selection they redirect. I have checked my cmap.php file as I indicated above and have only the desired categories listed. What am I missing?
reyes
ParticipantSteven,
My cmap.php file contains the desired categories as shown below:
$atts = array(
‘default’ => self::$atts[‘str_select’],
‘select_all’ => self::$atts[‘str_select_all’],
‘type’ => self::$atts[‘enable_category_multi_select’] ? ‘multiselect’ : ‘select’,
‘group’ => self::$atts[‘enable_category_group_by_parent’],
‘show_count’ => self::$atts[‘show_category_count’],
‘show_empty’ => self::$atts[‘show_empty_categories’],
‘parent_id’ => self::$atts[‘enable_category_by_root_parent’] ? self::$atts[‘category’] : array(),
‘exclude’ => self::$atts[‘exclude_category’],
‘include’ => array(16,4,2,31,42,411,32,29,33,3,21,105,41,18,19,20,95,17,246,22,262,1),
);So I am not sure why my entire category list is showing.
reyes
ParticipantHi Steven,
It appears that my redirects are no longer working despite the snippet being activated. All Parent and Child Categories are showing in the category drop down box. I have only been editing the category pages and nothing else. Can you check this out to determine what happened? My main directory page is http://www.b-seatednow.com/?page_id=2797
Thanks,
reyes
ParticipantHi Steven,
Are you planning on posting the custom software you wrote for me in the new QuickTip making it public domain?
reyes
ParticipantHI Steven,
Thanks for your help on this custom request. I paid the invoice on Thursday Sept. 17th via PayPal and wanted to know where I can locate the written instructions on how to update the code snippet so that I can maintain the list of redirects.
-
AuthorPosts
