Anthony Kinson Posted May 12, 2009 Share Posted May 12, 2009 the following line is missing from the portal template in v4 in file clientareachangepw.tpl <script language="javascript">showStrengthBar();</script> this causes the password strength bar to not be shown 0 Quote Link to comment Share on other sites More sharing options...
Anthony Kinson Posted May 12, 2009 Author Share Posted May 12, 2009 hmmm.. even when i have added this code into my template in the exact same way that it is added in the default template the password strength bar doesnt seem to work... does the pw strength script depend on anything else? 0 Quote Link to comment Share on other sites More sharing options...
Anthony Kinson Posted May 12, 2009 Author Share Posted May 12, 2009 just to point out adding the code to the standard portal template make it work, just doesnt work on my template, gonn ahave to find the problem to that myself i guess lol 0 Quote Link to comment Share on other sites More sharing options...
Jay Posted May 12, 2009 Share Posted May 12, 2009 Did you add the following line to your header.tpl file? <script type="text/javascript" src="includes/jscript/jquery.js"></script> From http://wiki.whmcs.com/Version_4.0_Release_Notes#Template_Changes 0 Quote Link to comment Share on other sites More sharing options...
Anthony Kinson Posted May 12, 2009 Author Share Posted May 12, 2009 yeah, thinking maybe a conflict somewhere, possibly CSS related, the password strength box shows, just doesnt adjust or change to show actual password strength. 0 Quote Link to comment Share on other sites More sharing options...
herpherp Posted May 12, 2009 Share Posted May 12, 2009 Probably just need to move <script type="text/javascript" src="includes/jscript/jquery.js"></script> Try placing it just before the </head> if it's already there try moving it to before your other scripts etc.... Placement sometimes before/after another script runs skews things a bit. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.