Can and if so how do you move the login box to the top.:erm:
Saves scrolling on a phone and some users are not seeing it and thinking they cant login
Edit cancel that sussed it
Find in footer
HTML Code:
<if condition="$show['member']">
<div class="navbar">
<a class="navbar" href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]">
$vbphrase[log_out]</a> <a class="navbar" href="search.php$session[sessionurl_q]">$vbphrase[search]</a>
<if condition="$vbulletin->options['mo37_default_style_link']==2">
<a class="navbar" href="{$vbulletin->options['mo37_navbar_home']}?$session[sessionurl]styleid={$vbulletin->options['mo37_default_style']}">$vbulletin->options['mo37_default_link']</a>
</if>
</div>
<else />
<form action="login.php?do=login" method="post">
<div>
<label for="navbar_username">$vbphrase[username]</label>
<input type="text" class="windowbg" size="10" name="vb_login_username" id="navbar_username" accesskey="1" /><br />
<label for="navbar_password">$vbphrase[password]</label>
<input type="password" class="windowbg" size="10" name="vb_login_password" id="navbar_password" accesskey="2" /><input type="checkbox" name="cookieuser" value="1" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
<input type="submit" class="button" value="$vbphrase[log_in]" title="$vbphrase[enter_username_to_login_or_register]" accesskey="3" />
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="do" value="login" />
<input type="hidden" name="vb_login_md5password" />
<input type="hidden" name="vb_login_md5password_utf" />
</div></form>
</if>
remove and add to your header
Looks much better IMHO