Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Cathi
You need to update cMap from version 2.1 to 3.0.3. You can download it from your Purchase History. The method for installing templates has changed so be sure to following the installation/update instructions carefully.
That should fix it up.
Steven Zahm
Keymaster@ James
Great to here! Not about those gremlins, but that it’s working :)
Add the following to your shortcode for Connections:
enable_category_multi_select=trueSo you would have something like this:
[connections enable_category_multi_select=true]This only works for premium template that feature a category drop down.
Let me know how it goes. Thanks!
Steven Zahm
KeymasterSteven Zahm
Keymaster@ Mike
Oh, btw way, it is also on my to do list to improve the Template API further to allow to more easily override template parts, core or premium.
Steven Zahm
Keymaster@ Mike
Install and activate this. It is a custom Names templates with the format you need. It’s also a basic example of how to use the Template API.
I hope that helps!
Steven Zahm
KeymasterSteven Zahm
Keymaster@ Kris
Use this:
$defaultAddressValues = array( 'home' => __( 'Home' , 'connections' ), );echo __( ‘Address Type’, ‘connections’ ) , ‘: ‘ , $this->buildSelect( ‘address[::FIELD::][type]‘, $defaultAddressValues ) , "\n"; echo __( ‘Address Type’, ‘connections’ ) , ‘: ‘ , $this->buildSelect( $selectName, $defaultAddressValues, $address->type ) , "\n";Hope that helps!
Steven Zahm
Keymaster@ Alice
Yes, a Web Hook API would be very cool and is on my to do list. But before that I want to add a JSON RESTful API for the Web Hook API to use… any way that is more long term goals… more immediately, if the form you’re using has a hook that fires after processing the the submission and it passes the submitted values; you could hook into that and call the method to add an entry in Connections. Use this method:
cnEntry_Action::add( $data );That
$datavariable would be the data from the form but formatted for a Connections insert.$datais just one array that is passed to this method. You should be able to glean the right format from inspecting the code. That method is calling methods in this class if you need more detail.Hope that helps, let me know.
Steven Zahm
Keymaster@ Evan
If I understand the question. Yes, as an example. When you enter a phone number but do not want it to be displayed, set that phone number’s visibility to “Unlisted”.
I hope that helps!
Steven Zahm
Keymaster@ Jonathan
Looks fine to me. Which version of IE? Can you share a screen shot showing the issue?
-
AuthorPosts
