I would like to move the logout link to underneath the Private Message line in the member info. I tried to copy this code:
Code:
<if condition="$show['member']">
<td class="vbmenu_control"><a href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out()">$vbphrase[log_out]</a></td>
</if>
To below this code:
Code:
<input type="hidden" name="do" value="login" />
<input type="hidden" name="vb_login_md5password" />
<input type="hidden" name="vb_login_md5password_utf" />
</form>
<!-- / login form -->
</td>
</if>
but it put it next to it.
I know the style is off, i'm just trying to figure out how to get the right placement.