I have two “remember me” buttons showing at the regular login for the forum neither are clickable, I do have janrain 3rd party sign in running and am showing no errors scanning with firebug, any suggestions?
Support Forum
My guess is you also have a login form somewhere else on the page – maybe header or sidebar…? For the best results you really need to remove one of them for the forum page. I can tell you how to remove the forum one if you need help with that.
The alternative is it turn of our ‘pretty’ checkbox graphics which I believe will also solve it. Again I can tell yoi8 how to do this is you prefer that route.
The basic problem is having two fields on the same page with the name…
thanks for the quick reply, I do have an extra login in the footer, would like to leave both if I can, the one in the footer the sideboard dashboard template tag one.
Well you can remove the forum login form by simply removing it from the forum template in the /templates folder of your SP theme.
The template for this is spHead.php and the line to remove or comment out is the call to sp_LogInOutButton(). You can edit this in our template editor from the Themes forum menu.
As always we recommend that you create your own SP theme so that any customisation is not lost during a future update. (http://codex.simple-press.com/codex/themes/theme-basics/creating-a-theme/)