Posted: 07/06/2005 9:46:59 AM
Reply Quoted
Hugo wrote: | 07/05/2005 1:52:17 PM |
[quote]
Hi again,
You want to make it optional/remote it in the Front End or Admin?
Thanks.[/quote]
ADMIN is good for our needs. Front End would open new possible uses for in-Link - so I'm interested of this solution as well
Thank you!
Hugo
|
Hello Hugo,
Front End - Link Suggest form
You need to open
themes/default/inlink/suggest_link/suggest_link_form.tpl template and remove
_Require="1" from the following line:
<inp:m_form_input type="text" class="input" _field="url" _Form="l_addlink" _Required="1" style="width:235px;" />
Front End - Link Edit form
Open
themes/default/inlink/edit_link/edit_link_form.tpl template and remove
_Require="1" from the following line:
<inp:m_form_input type="text" class="input" _field="url" _Form="editlink" _Required="1" style="width:235px;" />
In the Admin I wouldn't recommend to chage the code since it will complicate the upgrade process in the future.
Thanks.