I'm using CMS Version 1.5.1 and I can't seem to get the 'Extra' field built into the News module to work.
I want my CMS users to use this to add URLs, but whatever is put into the field is not added to the news details, even though I've left the default code for it in my detail template, as follows:
Code: Select all
{if $entry->extra}
<div id="NewsPostDetailExtra">
{$extra_label} {$entry->extra}
</div>
{/if}
The information entered is definitely saved to the database as the field appears pre-filled when you go to edit the news item again.
Any ideas? I know I can probably just set up a custom field to do this, but would rather just use what is there. What is the Extra field actually for?
If I can't get it to work I'll just hack the form to disable/hide it and remove the code from my template.
Oh, I've changed the label in the news language file to say 'Web URL' instead of 'Extra' - but that's just the label on the form, isn't it?
cheers!