Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ kelsey
To change “Categories” to “Practice Areas” use add this to the template:
$entry->getCategoryBlock( array('label' => 'Practice Areas', 'separator' => ', ', 'before' => '', 'after' => '') );To add the notes and bio add these:
$entry->getNotesBlock();
$entry->getBioBlock();Steven Zahm
Keymaster@ Nathan
When on the Connections : Manage admin page, click the
Alllink in the upper left.The in the drop downs right below that, make sure they are all set to
Show All xxxxxand then click theFilterbutton.That should do it.
Steven Zahm
Keymaster@ Shari
If you wish to accept entry submission from site visitors, not registered site users, you would use Form. Link is to allow registered site users to submit and maintain entries. So it you’re accepting only from users, I recommend Link rather than Form. Form will at some point integrate with Link to allow from end user editing of one’s entry. No ETA on that other than next year.
As for limiting the selecting of the address/phone type. Not easily doable. In the 0.8 release of Connections I will have a filter that can be hooked into to limit the displayed options but that still would take a bit of minor PHP dev work.
Steven Zahm
Keymaster@ Shari
For Excerpt Plus, see this FAQ. Here is the list of options which can be found here:
str_select='Select Category' str_select_all='Show All Categories' str_image='No Photo Available' str_read_more='Read More' str_bio_head='Biography' str_note_head='Notes' str_contact='Contact' str_home_addr='Home' str_work_addr='Work' str_school_addr='School' str_other_addr='Other' str_home_phone='Home Phone' str_home_fax='Home Fax' str_cell_phone='Cell Phone' str_work_phone='Work Phone' str_work_fax='Work Fax' str_personal_email='Personal' str_work_email='Work'To change strings within Connections and Link:
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 [notice the lack of capitalization, that's important!] 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.
NOTE: I believe there are some strings in Link which this will not work.
You can also use Say What? with Form, but you would use connections_form as the domain.
I hope that helps!
Steven Zahm
Keymaster@ Shari
Add the following to the print.css file should do the trick:
#cn-excerpt-plus .chzn-container, #cn-excerpt-plus .cn-cat-select { display: none; } # cn-excerpt-plus .cn-show-more, # cn-excerpt-plus .cn-excerpt { display: none; }Steven Zahm
Keymaster@ Denise
Are you using a some sort of plugin/shortcode for the link “this handy form.” to make it a lightbox. Please try removing it. I believe it is that which is causing a fatal javascript error on that page. An error which is potentially causing a good amount of other javascript from running too, not just Connections/cMap.
Steven Zahm
KeymasterSteven Zahm
Keymaster@ Ray
Yep, that the correct line. I didn’t have the exact code handy. Use the echo wrapped in single parans.
Steven Zahm
Keymaster@ valli
Oh, I see. A while back I changed the anchor IDs for the in-page linking. I had to prefix them from
cn-so they would stop conflicting with theme styles. If you can grant me a temp FTP account I’ll log in and make a small edit to the template so they’ll work again.Steven Zahm
Keymaster@ valli
Sorry, but there is not a link…
-
AuthorPosts
