Require Approval For Web Link

From Joomla! Documentation

Revision as of 13:17, 1 August 2008 by Erdsiger (talk | contribs) (Added to the parent Tips and tricks category)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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