Require Approval For Web Link

From Joomla! Documentation

Revision as of 22:27, 15 June 2008 by Betweenbrain (talk | contribs)

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

File:Web Link Published Option Code.gif

to

File:Web Link Published Option Code Commented.gif