useUserads
Posted: 02 Apr 2013, 08:43
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'); ?>