![]() |
Reputation Popup?
Anyone worked on bringing this option back in 3.51? My users hate the new system the forces open a whole new page.
|
Yes
any champion can do this :) |
I dont like it either. Hopefully vb puts it back like it was.
|
Hmm, I handled it different without a hack.
I have an 3.5.1 and an old 3.5.0 I have take from 3.5.0 the reputation.php and overwritten it with the reputation.php from 3.5.1 In /clientscript/vbulletin_global.js I add before Code:
/** Code:
/** 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>
It's not nice, but it works :p I think vBulletin use this new system because many people havn't enable JavaScript. |
Quote:
|
I think they use the new way because the pop ups don't quite conform to browser standards.
Anyway, seeing as I don't have a board running 3.5.0 lying around, is anyone considering an actual hack/plugin to accomplish this? Would it perhaps even be possible to use the new AJAX system to have it in-line, like the editing? |
Maybe someone would be kind enough to post these 3.5.0 templates to accomplish this ?
1. reputation 2. reputationbit 3. reputation_yourpost |
Anyone? :3 *bump*
|
Quote:
|
here are the 3.5.0 templates i am currently using on my 3.5.3 board.
1. reputation Code:
$stylevar[htmldoctype] Code:
<tr> Code:
<tr> |
All times are GMT. The time now is 08:53 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|