Page 1 of 1

useUserads

PostPosted: 02 Apr 2013, 08:43
by oaao
Sometimes you might want users to be able to register on your site, but not add listings. This is a problem:

Code: Select all
(918'module_configuration'0'useUserads''Users'' ability to add listings',
 


Code: Select all
<?php if(param('useUserads')): ?> <?php echo CHtml::link(tt("Join now"), 'register'); ?>

Re: useUserads

PostPosted: 27 Jun 2013, 08:03
by Koduc
This option can be enabled/disabled via "Settings" area in the site control panel.