Re: Login Issue
Syn, you might try this in these files:
/home/*****/public_html/dragonshoard.dragonhearthall/includes/templates/classic/templates/tpl_login_default.php
Line #52 : <label class="checkboxLabel" for="login-remember"><?php echo TEXT_REMEMBER_ME;?></label>
Line #85 : <label class="checkboxLabel" for="login-remember"><?php echo TEXT_REMEMBER_ME;?></label>
/home/*****/public_html/dragonshoard.dragonhearthall/includes/templates/classic/templates/tpl_modules_create_account.php
Line #172 : <label class="checkboxLabel" for="login-remember"><?php echo TEXT_REMEMBER_ME;?></label>
/home/*****/public_html/dragonshoard.dragonhearthall/includes/templates/template_default/templates/tpl_login_default.php
Line #52 : <label class="checkboxLabel" for="login-remember"><?php echo TEXT_REMEMBER_ME;?></label>
Line #85 : <label class="checkboxLabel" for="login-remember"><?php echo TEXT_REMEMBER_ME;?></label>
/home/*****/public_html/dragonshoard.dragonhearthall/includes/templates/template_default/templates/tpl_modules_create_account.php
Line #172 : <label class="checkboxLabel" for="login-remember"><?php echo TEXT_REMEMBER_ME;?></label>
In each one of them, edit this part to make it look like:
<?php echo "Remember Me";?>
And, yes, the quotes ARE intentional.....copy this, if you want, and paste in each of those files to make the whole string look like this, as an example:
/home/*****/public_html/dragonshoard.dragonhearthall/includes/templates/template_default/templates/tpl_modules_create_account.php
Line #172 : <label class="checkboxLabel" for="login-remember"><?php echo "Remember Me";?></label>
Then it should show up as: Remember Me, on your site (without the quotes).
Teach them to shop and they will shop today;
Teach them to Zen and they will OWN a shop tomorrow!