Require Approval For Web Link

From Joomla! Documentation

Revision as of 18:17, 1 August 2008 by Erdsiger (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

In Joomla! 1.5.3

Change line 105 of components/com_weblinks/views/weblink/view.html.php

from $weblink->approved = 1;

to $weblink->approved = 0;


To remove the published option from the web links form:

comment out lines 59 - 68 of components/com_weblinks/views/weblink/tmpl/form.php

change from

Image:Web_Link_Published_Option_Code.gif

to

Image:Web_Link_Published_Option_Code_Commented.gif

Personal tools