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, autop, br tags, custom fields
- This topic has 15 replies, 3 voices, and was last updated 8 years, 5 months ago by
Steven Zahm.
-
AuthorPosts
-
09/18/2014 at 4:33 pm #304476
Susan Paigen
GuestThe db query errors have not recurred in the error log, so I’m hoping it’s something I did (and fixed) working in the templates.
For the search error, is there anything you know of I could do to load the template and then regenerate the index? Or change the error message? No need to reply unless there is something.
Thanks, Susan09/18/2014 at 7:45 pm #304490Steven Zahm
Keymaster** @ Susan**
re: is there anything you know of I could do to load the template and then regenerate the index?
Sorry, no, there’s nothing I know that can be done.re: Or change the error message?
The error message can be changed. See this QuickTip for the details.Original string:
ERROR: Template %1$s not found.
Text domain:connections
New string:Whatever you want
09/23/2014 at 2:58 pm #304878Susan
Participant<?php echo $entry->getMeta( array( 'key' => 'specialization', 'single' => TRUE ) ); ?>
isn’t working. Nothing writes to the page.
I checked<?php echo 'something'; ?>
just to make sure it isn’t something about where I put it, that works.If it’s possible to use something like the code above (which is like adding the output from a custom field to a regular wp template), that would be VERY helpful. I’m not a developer, and getting into modifying output with CLASSes and filters is a lot to figure out. Also, it makes it possible to add another custom field to a different section of the template if we need to later on.
Thanks, Susan
09/24/2014 at 10:15 am #304979Steven Zahm
Keymaster@ Susan
The only reason I can think of the code not working for you is the capitalization of
key
valuespecialization
differs what you entered in theName
field for the custom field. Capitalization matters, make sure they match. I believe that matches how the WP equivalentget_post_meta()
functions.09/24/2014 at 12:24 pm #305003Susan
ParticipantTHAT’S IT! I thought I needed the slug, not the name! I can stop bugging you now, at least until the next project. Thanks so much, Susan
09/24/2014 at 2:53 pm #305056Steven Zahm
Keymaster@ Susan
Great to hear!
If I have not asked and 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/connections -
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.