Quote:
Originally Posted by kishorprins
I have a really odd problem ... I am using a custom style and every time I try to add the "Login/Register" button, my whole navbar is misplaced.
This only occurs when I try to change this code:
Code:
<ul class="nouser">
<vb:if condition="$show['registerbutton']">
<li><a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase register}</a></li>
</vb:if>
to the one provided in the instructions.
|
The only thing I can suggest off the top of my head is to just change the <li> bit thus:
Replace this:
PHP Code:
<li><a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase register}</a></li>
With this:
PHP Code:
<li><a href="#" rel="#sheet" id="see">Log In/Register</a></li>
(this will turn the 'switch' off, but if it does work I'll sort something out)
If that still causes problems then maybe the custom style has an element identifier of 'see', in which case let me know and again, I'll try to sort something out.
Sorry to sound so vague, but it's Sunday night, and I'm kn*cke*ed!
Quote:
Originally Posted by GamersChallenge
great mod, can you maybe add for your next version forgotten password and user can also login using email? there is already a mod here that lets users login with email however it doesn't work with your mod. thank you so much for your time and effort helping the vb community
|
The forgotten password I should have installed from the beginning, my bad. The login with Email I have tried, without much success, but (hopefully) watch this space.