Quote:
Originally Posted by rfairbairn
Can a form be created to allow users to add links, but not going into too much detail as the add link form currently does, i.e. just a description, url and name of site ? no other settings, they would be added on moderation?
|
To do this, you would edit the link_addnewlink template. Surround the fields that you want to have as optional with a test
Code:
<if condition="$linkmod">..</if>
. You would have to add a hidden input field to provide the initial default value for the missing fields, although this can be blank for everything except the category - which would need to have an acceptable value.