The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
What is Logout link vbulletin 5 in template xml pack...
i tried in this way Code:
// xml pack template...
<script type="text/javascript">
function logoutu() {
var str = "{vb:raw vboptions.bburl}";
var res = str.replace("/core", "");
window.location.href = res + 'auth/logout?logouthash={vb:raw vboptions.logouthash}';
}
</script>
also what code for vb:raw forum url in vb5 ? this vb:raw vboptions.bburl is not good ... |
|
#2
|
||||
|
||||
|
Searching for this?
PHP Code:
PHP Code:
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|