Hi again, and thank you. You do rock! I
Okay, gonna ask this although it is probably really simplistic and silly – just bear with me, cos this is not generally the area I mess about in and am just learning, and possibly being overcautious.
I’ve read through everything and it made sense, I’m just not sure where in the spHead.php needs the changes.
Do I add the arguments towards the top in the IN-LINE LOGIN FORM – OBJECT DEFINITION bit .. here somewhere:
# == IN-LINE LOGIN FORM – OBJECT DEFINITION ====================
$loginForm = array(
‘tagClass’ => ‘spForm’,
‘controlFieldset’ => ‘spControl’,
‘controlInput’ => ‘spControl’,
‘controlSubmit’ => ‘spSubmit’,
‘controlIcon’ => ‘spIcon’,
‘controlLink’ => ‘spLink’,
‘iconName’ => ‘sp_LogInOut.png’,
‘labelUserName’ => __sp(‘Login name’),
‘labelPassword’ => __sp(‘Password’),
‘labelRemember’ => __sp(‘Remember me’),
‘labelRegister’ => __sp(‘Register’),
‘labelLostPass’ => __sp(‘Lost password?’),
‘labelSubmit’ => __sp(‘Log In’),
‘showRegister’ => 1,
‘showLostPass’ => 1
Or does it go down further in the code, in this bit here:
# Start the ‘userInfo’ section
# ———————————————————————-
sp_SectionStart(‘tagClass=spPlainSection’, ‘userInfo’);
sp_UserAvatar(‘tagClass=spImg spLeft’);
sp_SectionStart(‘tagClass=spPlainSection’);
sp_LoggedInOutLabel(‘tagClass=spLabelSmall spLeft’, __sp(‘Logged in as<br /><b>%USERNAME%</b>’), __sp(‘Please consider registering<br /><b>guest</b>’), __sp(‘Welcome back <b>%USERNAME%</b><br />Please log in to post’));
sp_LogInOutButton(‘tagClass=spButton spRight’, __sp(‘Log In’), __sp(‘Log Out’), __sp(‘Log in and log out’));
sp_RegisterButton(‘tagClass=spButton spRight’, __sp(‘Register’), __sp(‘Register’));
Anything you can advise would be most helpful and again, sorry if it’s really, really simplistic
(And to reassure you, have made backups of that file & currently creating new theme as per the instructions etc so that bits all good)
Thank you.