how can i Disable users from registering or submiting wallpapers, i want only one administrator who is in control, visitors only can view and download.
any ideas ??
how can i Disable users from registering or submiting wallpapers, i want only one administrator who is in control, visitors only can view and download.
any ideas ??
this forum been helpful to me, and the support is very good and quick, so i am posting the support answer, so other members can know how to do it.
"For the moment the only way to disable users from registering is to delete register.inc.php and register.tpl in templates folder. And to delete the links referring to these pages."
here is what i got for my question
quote:
Hi,
For now to disable registration you need to comment some code. In the next
release I am adding a setting in admin to disable registration as I see it
is a very requested feature.
If you want to remove the login box from the right:
If you do want this you need to go modules/usermenublock/usermenublock.tpl
And delete or comment the following:
<div class="side-header">{l s='login' mod='usermenublock'}</div>
<ul class="side-panel">
</form>
{*{l s='Register'
mod='usermenublock'}*}
<div class="reset"></div>
If you want to disable registration go to templates/default/header.tpl and
remove the register link
And then you can delete/rename the templates/default/register.tpl and
register.inc.php
Best Regards,
Adi Agafitei
You must log in to post.