
Thanks for your quick replymarc1706 wrote:Make sure you have the PM popup enabled.
Code: Select all
// show "new" PM popup
<!-- IF S_USER_PM_POPUP and S_NEW_PM -->
Code: Select all
// show "new" PM popup
<!-- IF S_USER_PM_POPUP and S_USER_NEW_PRIVMSG -->
try this1nv1s1bl3 wrote:Hello,
Any chance of adding "Hide my online status" in the login popup?
Edit: && a "Forgotten password" option would be nice.
Code: Select all
<div id="pjb-login">
<span class="genmed">{L_USERNAME}:</span><br />
<input type="text" tabindex="1" name="username" id="username" value="" class="inputbox autowidth" /><br /><br />
<span class="genmed">{L_PASSWORD}:</span><br />
<input type="password" tabindex="2" id="password" name="password" class="inputbox autowidth" /><br /><br />
<input type="checkbox" class="radio" name="autologin" id="autologin" tabindex="3" /> <span class="gensmall">{L_LOG_ME_IN}</span><br /><br />
<input type="checkbox" class="radio" name="viewonline" id="viewonline" tabindex="5" /><span class="gensmall"> {L_HIDE_ME}
</span><br /><br />
<a href="{U_REGISTER}"><font color="#FFFFFF">{L_REGISTER}</font></a><br />
<a href="{U_SEND_PASSWORD}"><font color="#FFFFFF">{L_FORGOT_PASS}</font></a><br />
<a href="{U_RESEND_ACTIVATION}"><font color="#FFFFFF">{L_RESEND_ACTIVATION}</font></a><br /><br />
<input type="submit" name="login" tabindex="5" value="{L_LOGIN}" class="button1" />
</div>