Peru
|
Editado por jhoxi en 2012-5-6 12:35
Can not >Login< through a theme
Only English and Spanish languages, in the other languages work great
language/forum/lang_template.php -> Line 1024
- You have to <a href="logging.php?action=login" onclick="showWindow(\'login\', this.href);return false;">Login</a> to download or view attachment(s). No Account? <a href="member.php?mod=register" onclick="hideWindow(\'login\');showWindow(\'register\', this.href);return false;" title="Register">Register</a>
Copy the Code
replaced by:
- You have to <a href="member.php?mod=logging&action=login" onclick="showWindow(\'login\', this.href);return false;">Login</a> to download or view attachment(s). No Account? <a href="member.php?mod={$_G[setting][regname]}" onclick="hideWindow(\'login\');showWindow(\'register\', this.href);return false;" title="Register">Register
Copy the Code
Ready!
|
|