The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#32
|
|||
|
|||
<a href="http://forum.tampaimports.com/" target="_blank">http://forum.tampaimports.com/</a>
visitor:tivisitor Thank you. |
#33
|
||||
|
||||
I get this;
Quote:
|
#34
|
||||
|
||||
Quote:
www.mirzone.net ID : test pass : test |
#35
|
||||
|
||||
Quote:
|
#36
|
||||
|
||||
Quote:
|
#37
|
|||
|
|||
Thanks! Works great!
|
#38
|
|||
|
|||
Quote:
LIMIT 0, 10 to LIMIT 0, $vboptions[showuserrates] in the new query that is added to usercp.php Then you can change the # displayed for both with the same User Reputation option. Great hack, much desired, thanks! |
#39
|
||||
|
||||
Clicked Install, nice job
|
#40
|
|||
|
|||
nice hack....installed but i think i overwrote something in my template.Can you figure out what i need to fix?Should be simple....here is the the last part of template where the edit is....
Code:
<!-- ############## SUBSCRIBED FORUMS ############## --> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <thead> <tr> <td class="tcat" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('usercp_forums')"><img id="collapseimg_usercp_forums" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_usercp_forums].gif" alt="" border="0" /></a> $vbphrase[subscribed_forums] </td> </tr> </thead> <tbody id="collapseobj_usercp_forums" style="$vbcollapse[collapseobj_usercp_forums]"> <tr align="center" valign="bottom"> <td class="thead" width="2%"> </td> <td class="thead" align="$stylevar[left]" width="80%">$vbphrase[forum]</td> <td class="thead">$vbphrase[last_post]</td> <td class="thead">$vbphrase[threads]</td> <td class="thead">$vbphrase[posts]</td> <if condition="$vboptions['showmoderatorcolumn']"> <td class="thead" width="20%">$vbphrase[moderator]</td> </if> </tr> $forumbits </tbody> </table> <br /> <!-- ############## END SUBSCRIBED FORUMS ############## --> </if> <if condition="$show['reputation']"> <!-- ############## Paul Marsden - Display Reputation Given Hack v1.0 ############## --> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <thead> <tr> <td class="tcat" colspan="$reputationcolspan_gv"> <span class="smallfont" style="float:$stylevar[right]"> <a href="#top" onclick="return toggle_collapse('usercp_repgiven')"><img id="collapseimg_usercp_repgiven" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_usercp_repgiven].gif" alt="" border="0" /></a> </span> $vbphrase[latest_reputation_given] </td> </tr> </thead> <tbody id="collapseobj_usercp_repgiven" style="$vbcollapse[collapseobj_usercp_repgiven]"> <tr> <td class="thead" colspan="2"> $vbphrase[thread]</td> <td class="thead">$vbphrase[date]</td> <td class="thead" nowrap="nowrap">$vbphrase[given_to]</td> <td class="thead">$vbphrase[comment]</td> </tr> $reputationcommentbits_gv </tbody> </table> <br /> <!-- ############## End of Reputation Given Hack ############## --> </if> <table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td width="100%"> </td> <td align="$stylevar[right]">$forumjump</td> </tr> </table> |
#41
|
||||
|
||||
Yep, looks like you removed the reputation received part ;
Above this (near the bottom) ; Code:
<table cellpadding="0" cellspacing="0" border="0" width="100%"> Code:
<if condition="$show['reputation']"> <!-- ############## NEW REPUTATION ############## --> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <thead> <tr> <td class="tcat" colspan="$reputationcolspan"> <span class="smallfont" style="float:$stylevar[right]"> <phrase 1="$bbuserinfo[reputation]">$vbphrase[x_points_total]</phrase> <a href="#top" onclick="return toggle_collapse('usercp_reputation')"><img id="collapseimg_usercp_reputation" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_usercp_reputation].gif" alt="" border="0" /></a> </span> $vbphrase[latest_reputation_received] </td> </tr> </thead> <tbody id="collapseobj_usercp_reputation" style="$vbcollapse[collapseobj_usercp_reputation]"> <tr> <td class="thead" colspan="2"> $vbphrase[thread]</td> <td class="thead">$vbphrase[date]</td> <if condition="$vboptions['showuserraters']"> <td class="thead" nowrap="nowrap">$vbphrase[posted_by]</td> </if> <td class="thead">$vbphrase[comment]</td> </tr> $reputationcommentbits </tbody> </table> <br /> </if> |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|