Require Approval For Web Link

From Joomla! Documentation

Revision as of 03:20, 16 June 2008 by Betweenbrain (talk | contribs) (Basic procedure on how to require approval for web link submission in Joomla! 1.5.3)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

to change from