Rick Stirling
05-09-2008, 04:54 AM
I've been setting up vBadvanced with a fair amount of success, and I want to customise the layout.
Mainly I want to move to login section and simple search box to the top of the site, above the header. I've managed to find the code for the login box and I've placed it, however I also want to a logout link within the same block. I've got this working but I have a question.
The code I pasted in is this:
<a href="http://boards.polycount.net/login.php?do=logout&logouthash=53f972bfdde8eb96ff1f0e0eb37c1160" onclick="return log_out('Are you sure you want to log out?')">Log Out</a>
I've concerned that the logouthash variable should be generated internally by vBulletin and that I have hard coded it into the logout URL. Has anyone else worked with the logout link?
Secondly, I want to put the simple search box above my header, but I can't find the code to copy. Can anyone point towards the correct template?
Mainly I want to move to login section and simple search box to the top of the site, above the header. I've managed to find the code for the login box and I've placed it, however I also want to a logout link within the same block. I've got this working but I have a question.
The code I pasted in is this:
<a href="http://boards.polycount.net/login.php?do=logout&logouthash=53f972bfdde8eb96ff1f0e0eb37c1160" onclick="return log_out('Are you sure you want to log out?')">Log Out</a>
I've concerned that the logouthash variable should be generated internally by vBulletin and that I have hard coded it into the logout URL. Has anyone else worked with the logout link?
Secondly, I want to put the simple search box above my header, but I can't find the code to copy. Can anyone point towards the correct template?