The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#42
|
|||
|
|||
Awsome......it works..........have no idea how i deleted that much.......hehehe
thought i just overwrote a line or two.......stupid me thanks a lot paul |
#43
|
|||
|
|||
actually no it's not working.........The bar is added where it says "latest reputation recieved" but then their is black bar beside it (can tell something is not right with it) and the reputation does not show up.Here is test account if you don't mind looking in it....
http:www.craxxxs.com/forums User:testing Pass:123456 and here is the edited template.... Code:
<!-- ############## 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> <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> <table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td width="100%"> </td> <td align="$stylevar[right]">$forumjump</td> </tr> </table> |
#44
|
||||
|
||||
Hmm, it looks like you may have messed up the code in usercp.php slightly as well - please PM me a copy of it.
|
#45
|
||||
|
||||
also, the phrase you need to add looks to be missing.
|
#46
|
||||
|
||||
I just installed this hack, but many users are complaining about privacy....
Is it possible to Hide/Show the comments in the profile using the usercp option to show/hide reputation on posts?..... i already tried adding the code in the MEMBERINFO template between the tags: <if condition="$userinfo['reputationdisplay']"> ....... </if> but it did not work... any idea?... |
#47
|
||||
|
||||
Sorry, I don't understand your problem - what privacy are they complaining about ??
|
#48
|
||||
|
||||
they're complaining that now all the users can see
the comments that were not intended to be public... (since they were privates) |
#49
|
||||
|
||||
Quote:
All this allows is for any member to see what comments they have given. |
#50
|
||||
|
||||
to see what comments they have given... o received?...
Anyhow,.... there's an option in the usercp that let's you hide your reputation level.... Can't this be used to hide the comments you have received as well?.... |
#51
|
|||
|
|||
Hey Paul can you add page links under the table so users can browse older reputations given also?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|