Quote:
Originally Posted by choitz
Works great thanks... also I changed order of Register div block so that it was does not appear right of Help - simply search for Help and copy:
HTML Code:
<vb:if condition="$show['registerbutton']">
<li><a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase register}</a></li>
</vb:if>
Search for Remember alter code to as shown below to comment out:
<!-- <div id="remember" class="remember">
<label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" /> {vb:rawphrase remember_me}</label>
</div> -->
Then copy the above code from <label> to </label> (all excluding Div open/close and comments) and paste it after:
<input type="submit" class="loginbutton" tabindex="104" value="{vb:rawphrase log_in}" title="{vb:rawphrase enter_username_to_login_or_register}" accesskey="s" />
and before:
</div>
Hope it helps!
|
I tried to follow this in 4.2 PL3 and the instructions are unclear. What do you do with the code in the box? It says "Copy" but then does not say what to do with it. Thanks.
Nelson