The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
![]()
Did you follow all of the directions?
1. In /clientscript/vbulletin_global.js, Find: Code:
/** * Opens a window to show a list of posters in a thread (misc.php?do=whoposted) Code:
/** * Opens the reputation window * * @param integer Post ID * * @return boolean false; */ function reputation(postid) { return openWindow( 'reputation.php?' + SESSIONURL + 'p=' + postid, 400, 241, 'Reputation' ); } Code:
<if condition="$show['reputationlink']"><a href="reputation.php?$session[sessionurl]p=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" border="0" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" /></a></if> Code:
<if condition="$show['reputationlink']"><a href="#" onclick="reputation($post[postid]); return false;"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" border="0" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" /></a></if> 1. reputation 2. reputationbit 3. reputation_yourpost As for window size- It looks to me as being determined by this phrase, added into vbulletin_global.js, PHP Code:
|
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|