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: 8.1.1, default, entry type
- This topic has 5 replies, 3 voices, and was last updated 7 years, 9 months ago by
Trevor Tymchuk.
-
AuthorPosts
-
09/15/2014 at 4:28 pm #304129
Trevor Tymchuk
GuestHi there!
Are there any paid templates that let me set Organization as the default entry, and then the fields to default Work fields? Also, are there any that would allow me to delete the Work heading in the published listing? All my entries will be businesses, so I don’t need to distinguish between different types of listings.
Thanks!
09/16/2014 at 10:08 am #304199Steven Zahm
Keymaster@ Trevor
re: Are there any paid templates that let me set Organization as the default entry
You do not need a template for this, you need a small code snippet that changes the default entry type. I’ll give you the instructions at the end of this post.re: and then the fields to default Work fields?
Sorry, but there is no way that I can think of to do this.re: Also, are there any that would allow me to delete the Work heading in the published listing?
Yes, all the premium templates, there are shortcode options they enable that can be used to remove the label completely. Another options, and perhaps the solution to the previous question I just answered is in this QuickTip.Here’s the code snippet instructions for changing the default entry type…
- Install the Code Snippets plugin.
- Add a new snippet with the following code:
function cn_default_entry_type( $atts ) { $atts['default']['type'] = 'organization'; return $atts; } add_filter( 'cn_admin_metabox_publish_atts', 'cn_default_entry_type', 11 );
- Save and activate the new snippet.
Hope that helps!
-
This reply was modified 7 years, 9 months ago by
Steven Zahm.
09/16/2014 at 12:48 pm #304244Trevor Tymchuk
ParticipantThank you! I’ve just done the shortcodes in cMap, and it worked well.
I’ll give Code Snippets a try.
09/16/2014 at 1:02 pm #304248Trevor Tymchuk
ParticipantCode Snippets worked like a charm. And it was so easy to do.
I know I have a couple more questions, but I’ll post them in the cMap forum now that I’ve bought it.
09/17/2014 at 10:13 am #304347Steven Zahm
Keymaster@ Trevor
Great to hear!
If you have a moment, I would truly appreciate a review as they really do make a difference. Many thanks in advance!
https://wordpress.org/support/view/plugin-reviews/connections09/17/2014 at 3:48 pm #304404Trevor Tymchuk
ParticipantJust left a review. Thanks for all your help!
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.