| Re: no register in the log-in block |
| by AHLIS on 2009/11/5 18:46:04 Also the "Remember Me" checkbox is gone when using this theme. Edit system_block_login.html Path: .../themes/xoops_thm_xt-tri-2/modules/system/blocks This is the orginal code: le="color: #000000"><?php <{if $block.rememberme }> <input type="checkbox" name="rememberme" value="On" /><{$block.lang_rememberme}><br /> <{/if}> Change: le="color: #000000"><?php <{if $block.rememberme }> To: le="color: #000000"><?php <{if isset($block.lang_rememberme) }> |
| Re: no register in the log-in block |
| by AHLIS on 2009/10/8 15:03:02 The theme has it own system_block_login.html Path: .../themes/xoops_thm_xt-tri-2/modules/system/blocks Remove This two lines: le="color: #000000"><?php <{if $block.registration }> <{/if}> Is it the right way? Don't know, but it did the work. |
| Re: no register in the log-in block |
| by ghia on 2009/8/9 23:39:19 The link for it is defined in /modules/system/templates/blocks/system_block_login.html (see second line in the snippet). le="color: #000000"><?php <a href="<{$xoops_url}>/user.php#lost"><{$block.lang_lostpass}></a> <br /><br /> <a href="<{$xoops_url}>/register.php"><{$block.lang_registernow}></a> Maybe your theme provides a template for this block without the link. |
| no register in the log-in block |
| by badb0iie on 2009/8/9 23:02:12 i found a problem... im useing theme xt-tri-2 there is no register button in the log in block... can you help? is there a setting or code i can use in the Login block to have this feature? this would be what i have done with this theme so far http://myplayersclub.net/ take note to the log-in block there is no register feature |