Remove Top Login in Drop Down and

Gabby

Well-known member
Hello,
How would I remove top login drop down function?

And if I wanted to link my forum login page with my main site so that there is a seemless transition to the login page, where would I find the forum login page to link to?
Thank You

Gabby
 
Hi Gabby,

To remove the login drop down, I think it's just a template edit (though there is a conditional which confuses me).

If you find the template "header" and look for this:

Code:
<xen:elseif is="!{$visitor.user_id} && !{$hideLoginBar}" />
<xen:include template="login_bar" />

Delete those two lines and the login bar drop down will be gone!

The direct URL to your login page is www.yourforum.com/login
 
Top Bottom