The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
![]() |
|||||||||||||||||||||||||
This modification is no longer available or supported. This shows members who their last few reputation comments have been given to - in the same manner as their received comments. The list is collapsable and appears in the usercp under the reputation received list. The users current repping power is also displayed, in the same manner as their points total. The number of comments to display is a setting in the reputation section of vb Options. If upgrading from the 3.5 version you will need to remove the template edit (or just revert the usercp template). From version 2.47 onwards users can delete reputation they have given within a certain timeperiod (default = 5 minutes). This allows the removal of comments given in error (or regretted !). This was from a suggestion by Makc666. History: v2.40 : First release for vb 3.6, template edit replaced by template injection. v2.41 : Dependancies updated for 3.6.0 Gold. v2.42 : Updated for Version Checking. v2.43 : Dependancies updated, URL's updated (not released). v2.44 : SQL changed to use slave. v2.45 : Phrase errors fixed. v2.46 : Internal Development Version (not released). v2.47 : Added ability for member to delete reputation given. v2.48 : Fixed display permission issue (see posts 50 & 51). v2.49 : Minor template change. Show Your Support
|
Comments |
#52
|
||||
|
||||
![]()
hi,
u were right my reputation show was disabled! But why reputation given is conected with show reputation? |
#53
|
||||
|
||||
![]()
It shouldn't be really, but that's they way it is for the moment. I'll fix it in a future update.
|
#54
|
|||
|
|||
![]()
Ok I have a problem and wondering if you could help. I installed this hack, Enhanced reputation checks hack, and New posts and rep comments hack. Awsome hacks and Thanks by the way.
I can't seem to get the reputation posted by column in the User CP. This is a new forum so I'm still trying to work things out and not sure if it's just me or it was the hacks. I really don't think its the hack though. How can I make this option available? |
#55
|
||||
|
||||
![]()
If you mean the person who gave the reputation - it's a usergroup permission.
BTW - please click on the "Mark as Installed" for all the mods you have installed - you are still showing as "Status: Not Installed" |
#56
|
|||
|
|||
![]()
Sorry about that and thank you much. Looking foward to future updates.
|
#57
|
|||
|
|||
![]()
Thanks...I like this mod
|
#58
|
|||
|
|||
![]()
updated!
|
#59
|
||||
|
||||
![]()
in vBulletin 3.6.6
in template USERCP there was change: 3.6.5 Code:
<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> Code:
<tr> <td class="thead"> </td> <td class="thead">$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> According to this change I propose to change in this modification to make tables headers look the same way: From: Code:
<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> Code:
<tr> <td class="thead"> </td> <td class="thead">$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> |
#60
|
||||
|
||||
![]()
Seems reasonable, I'll release an update in a bit.
|
#61
|
||||
|
||||
![]()
nice hack, works like a charm
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|