This topic is: resolved
- This topic has 11 replies, 2 voices, and was last updated 7 years, 12 months ago by .
You cannot reply to this support topic. Please open your own support topic.
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.5.6, form, list action, submit
Thanks Steve. Worked like a charm.
The only changes I made were in
class.metabox-entry.php
class.entry-output.php
class.settings.php
class.template-parts.php
All to change things like headings in the form, the Return to Directory link to a button and not a Bullet.
Seems like those things should all be in a config file somewhere instead of the code.
@ Patrick
re: Return to Directory link to a button and not a Bullet.
The list item is classed and has an id. It would take too much to use CSS to style it as a button. Alternatively, you could unhook this action and hook then add a new hook to render it as a button. You could also hook in the cn_entry_actions_atts filter and change the entry actions to somehting other than a list. OR a combination of both. So no need to edit the core code to change that. When I do custom work I’ll often use the Code Snippets plugin to make these mods so they can even be easily turned off and on.
re: headings in the form
Use the Say What plugin. I even have a little howto.
So it sounds like the changes can be made in an update safe way. Hope that helps!
You cannot reply to this support topic. Please open your own support topic.