Question was asked how i added the logout button on the main VBHL page.
If your using the vbulletin.org standard buttons (small square shape buttons) you can uncomment the logout button under
Find (home_header *template*)
Code:
<!-- <a href="$bburl/member.php?s=$session[sessionhash]&action=logout"><img src="https://vborg.vbsupport.ru/images/top_logout.gif" alt="Logout" border="0"></a> -->
replace it with
Code:
<a href="$bburl/member.php?s=$session[sessionhash]&action=logout"><img src="https://vborg.vbsupport.ru/images/top_logout.gif" alt="Logout" border="0"></a>
or as i did it
find (home_welcomeuser *template*)
Code:
<normalfont>Hello, <b>$username</b>.<br></normalfont>
REPLACE IT WITH
Code:
<normalfont>Hello, <b>$username</b>.</normalfont> <smallfont><a href="$bburl/member.php?s=$session[sessionhash]&action=logout"><u>Log Out</u></a></smallfont>
Teck, if there is a problem w/ me posting this since this is a "private" hack let me know and will remove it