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: 0.8, custom fields
- This topic has 42 replies, 8 voices, and was last updated 12 years, 3 months ago by
Steven Zahm.
-
AuthorPosts
-
10/10/2013 at 12:07 pm #271129
Steven Zahm
KeymasterWhen I release the update that contains the new Meta API and new Custom Metabox and Fields API I’m also going to post a new extension for Connections to the WP plugin repo for business hours. What’ll it’ll do is add a new field so one can enter business hours and it’ll add a new widget that can be added the to theme’s sidebar. The widget will only be shown when viewing a single entry and will display the business hours.
I think this will a great little way to expose the this new core functionality to everyone while I continue to develop other ways to better exploit it for users.
10/10/2013 at 1:15 pm #271132Steven Zahm
KeymasterHere’s another interesting idea. Specialized templates that have add their own custom fields. Much like theme’s can do with posts. Very doable, easy infact, using what is already built.
10/14/2013 at 8:49 pm #271436PG
GuestThanks, Steven. I will check out your suggestions and I look forward to the update.
10/14/2013 at 8:53 pm #271437PG
GuestWhere would I find information on creating a specialized template?
10/15/2013 at 11:20 am #271518Steven Zahm
Keymaster@ PG
There is no step by step or tutorial available. All the doc is inline with the code.
I suggest referencing one of the core templates, such as the default template. The functions you can use are in the
class.output.phpfile and theclass.template-parts.phpfile. Both have a lot of documentation.10/19/2013 at 10:47 am #271871ytayar1
ParticipantHi there! Very interested by the api as well, and will be happy to be informed as soon as you go further in the project!
cheers11/09/2013 at 12:42 pm #273307Mathew Anderson
ParticipantExcellent, thank you Steven for working on custom fields. It should really go without saying that this is a feature that’s to be included. Especially when paying several dollars for extensions.
For my specific site, we want to present a range of events that users are going to, or that like, etc. So some of the custom fields will need to be dynamic and have a drop down selection or multi-checkbox feature if possible.
Keep up the good work! Great to see this.
11/18/2013 at 5:08 pm #273933Susan Paigen
GuestPlease add my voice to the request. HUGELY useful! I would like to be able to add at least 4 or 5 specific fields.
How would the contents of custom fields interact with search? Could they be used as a way to sort – eg (in shortcode) category=”blah” my_custom_field=”duh”?11/19/2013 at 3:01 pm #274025Steven Zahm
Keymaster@ Susan
Not certain about search yet. I think what I would have to do is create a Search API for Connections that way it could be extended easily. Search needs some serious love too…
I hadn’t thought about making the field data filterable by shortcode options. Since each custom field has to be registered with a unique ID thru the API, that ID could be the shortcode option name. I “just” have to come up with a way to let the shortcode know that it is a valid option and that it needs to query the meta data table. I’ve logged these under my notes for this feature so I can take them into account as I finish it.
11/19/2013 at 9:11 pm #274049Eric
GuestThanks Steven for the work on this! Please let us know if there’s any testing we can do to help out.
-
AuthorPosts
- You must be logged in to reply to this topic.
