Allow user registration, but remove link from login module - Joomla! Forum - community, help and support
hi there,
i want have global confirguration allow user registraion, don't want registration link appear in login module. suggestions how this?
in both component (components/com_users/views/login/tmpl/default_login.php) , module (modules/mod_login/tmpl/default.php) have tried this, doesn't work:
thanks in advance!
bjorn
i want have global confirguration allow user registraion, don't want registration link appear in login module. suggestions how this?
in both component (components/com_users/views/login/tmpl/default_login.php) , module (modules/mod_login/tmpl/default.php) have tried this, doesn't work:
code: select all
<!--<li>
<a href="<?php echo jroute::_('index.php?option=com_users&view=registration'); ?>">
<?php echo jtext::_('com_users_login_register'); ?></a>
</li>--!>
thanks in advance!
bjorn
i suggest follow => http://docs.joomla.org/how_to_override_ ... omla!_core , override module codes within template
Comments
Post a Comment