XF 1.2 I would like to change the Log in or Sign up link

AndyB

Well-known member
The default Log in or Sign up link calls a jquery slider. I would like to change this so the link calls this page instead:

pic002.webp

I've looked at the templates, but it appears there are several templates that deal with this and I'm not sure which one to modify.

Any help greatly appreciated.
 
Last edited:
That worked perfectly, Jake.

Now my iPad and iPhone users will have the AutoFill function working so they can have their username and password entered automatically.

Adding the following code to the login_bar template did the trick:

Code:
<script>
XenForo.LoginBar = function(a){};
</script>
 
Top Bottom