The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
![]()
Edit: Works perfectly, thanks ^^
|
#12
|
|||
|
|||
![]()
after changing these templates, it wont let me rep anyone else, it says u cant rep to the same post twice
and how would i make it open in small window instead of big ones? |
#13
|
||||
|
||||
![]() Quote:
vBulletin Options > User Reputation Options > Reputation User Spread Quote:
|
#14
|
|||
|
|||
![]()
oh no, i tried to give repz to a different post, thats what it says.....
and the window its big when i open it, like full window http://www.yndforum.com/ |
#15
|
||||
|
||||
![]()
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:
|
#16
|
|||
|
|||
![]()
awww man, i appreciate it, i didnt see the first one
|
#17
|
||||
|
||||
![]()
Glad to help!
![]() ![]() |
#18
|
|||
|
|||
![]()
everything is working now, but now everytime i try to rep someone, it says "You cannot give Reputation to the same post twice." but its not, i never rep it before, i also try creating new users name to test it out, but its still the same
|
#19
|
||||
|
||||
![]() Quote:
But then I'm no expert on this. It worked for me so I can't see why it wouldn't work for you. :/ |
#20
|
|||
|
|||
![]()
yea, i will try to fix it
|
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|