The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Display reputation comments on members profile page. Details »» | |||||||||||||||||||||||||||
Display reputation comments on members profile page.
Developer Last Online: Nov 2023
This modification is no longer available or supported. When a members profile is shown, this adds a display (at the bottom) of reputation comments that the member has received. ACP Options are provided to ; 1. Turn the display on/off. 2. Limit the display to certain usergroups. 3. Limit the number of comments shown. 4. Restrict the display of who gave comments (in addition to the viewers existing permission). 5. Will not display comments for threads the member does not have permission to view. The ACP options for this hack are in the vBulletin User Reputation settings. To install - unzip the XML file and import it into vbulletin via the ACP Product Manager. History: v1.10 : First vb 3.6 version. v1.11 : Minor code changes. v1.12 : Updated for Version Checking. v1.13 : Thread permission checking added. v1.14 : Dependancies updated, URL's updated (not released). v1.15 : SQL changed to use slave. v1.16 : Minor SQL changes. v1.17 : Minor template change. Show Your Support
|
Comments |
#42
|
||||
|
||||
Sorry, there is no chance that such a feature would be added to this modification.
This is a reputation display enhancement, not related to the giving of reputation. |
#43
|
||||
|
||||
<a href="https://vborg.vbsupport.ru/showthread.php?t=122592&page=4" target="_blank">https://vborg.vbsupport.ru/showt...=122592&page=4</a>
sorry...i meant to reply to this thread ....also YOUR hack...... but do you think it is possible to be as a new hack maybe? |
#44
|
|||
|
|||
almost all users have show reputation level turnned off in their cp' s - how do i enable these ?
|
#45
|
||||
|
||||
cool i like it must installed
|
#46
|
|||
|
|||
Very nice! Installed...thank you!
|
#47
|
||||
|
||||
Paul M, there is some mess up in this mod for option "Reputation Display in Profiles - Allowed Groups".
1. User Test made a post. 2. User Pocket gave a reputation for Test's post. 3. Moderator Soft deleted Test's post. 4. When we go to Test profile we will not see Pocket's reputation given to Test's post. In VB's ACP->View Reputation Comments such reputation comments can be seen. P.S. I didn't make tests with Physically remove option. Only with 'Soft' delete Can you add one more option, please, like: Reputation Display in Profiles - Groups allowed to see deleted reputation. Thanks |
#48
|
||||
|
||||
There is no "mess up", that is standard vb behavior for rep comments when a post is deleted, and won't be altered.
|
#49
|
||||
|
||||
i cant download attachment
|
#50
|
||||
|
||||
Try again ?
|
#51
|
||||
|
||||
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> <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> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|