12/16/2015 at 8:28 pm
#358357
Keymaster
@ 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!