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 has been withdrawn. vBulletin 4.0.x and 4.1.x are no longer supported. The feature is already built into the core vBulletin 4.2.x code. -------------------------------------------------------------------------------- When a members profile is displayed, this adds a new tab to the display - showing the 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. 6. Provides a time limited ability to allow the deletion of comments by those who have permission. The ACP options for this hack are in vBulletin Options > Reputation in Member Profile. To install - unzip the XML file and import it into vbulletin via the ACP Product Manager. History: v4.0.1 : 08-Jan-2010 : Initial release for vb 4.0.0 Gold. v4.0.1.1 : 13-Jan-2010 : Version for vb 4.0.0 Only. v4.0.1.2 : 13-Jan-2010 : Temp fixed version for vb 4.0.1 Only. v4.0.2 : 17-Feb-2010 : Update version for vb 4.0.2 onwards (only). v4.0.3 : 18-Feb-2010 : Installer & code updates. v4.0.4 : 29-May-2010 : Fix error in upgrade section of install code. v4.0.5 : 04-Oct-2010 : Added reputation delete functionality (not released). v4.0.6 : 30-Oct-2010 : Fix style issues in vB 4.0.8. Style code also updated to work when css stored as files. v4.0.7 : 06-Nov-2010 : Install code updated. v4.0.8 : 14-Nov-2010 : Minor style changes. v4.0.9 : 20-Nov-2010 : Fix re-direction to reputation tab after delete. v4.1.0 : 04-Dec-2010 : Updated for vBulletin 4.1. v4.1.1 : 27-Dec-2010 : Fix missing phrase. v4.1.2 : 21-May-2011 : Updated for PHP 5.3. v4.1.7.0 : 16-Oct-2011 : Updated for vBulletin 4.1.7. Show Your Support
|
Благодарность от: | ||
mokujin |
Comments |
#132
|
||||
|
||||
Really small html validator error in xml file.
line 248 Code:
if (defined('PEM_CSS')) { $template_hook['custom_css_links'] = str_replace('pem&sheet=',"pem&sheet=$cssname,",$template_hook['custom_css_links']); } else { define('PEM_CSS',true); $userstyle = $vbulletin->userinfo['styleid']; $template_hook['custom_css_links'] .= "\n<link rel=\"stylesheet\" type=\"text/css\" href=\"css.php?pem&sheet=$cssname&styleid=$userstyle\" />"; } Code:
if (defined('PEM_CSS')) { $template_hook['custom_css_links'] = str_replace('pem&sheet=',"pem&sheet=$cssname,",$template_hook['custom_css_links']); } else { define('PEM_CSS',true); $userstyle = $vbulletin->userinfo['styleid']; $template_hook['custom_css_links'] .= "\n<link rel=\"stylesheet\" type=\"text/css\" href=\"css.php?pem&sheet=$cssname&styleid=$userstyle\" />"; } |
#133
|
||||
|
||||
Your probably correct, but its unlikely I will release an update just for that. I'll try and remember to add it when i get off holiday, for some future update.
|
#134
|
|||
|
|||
Greetings!
Prompt, whether it is possible where be to download the version for v4.0.5? I didn't update a forum, not that desire isn't present! Help please! = ( |
#135
|
||||
|
||||
Sorry, older versions are not available.
|
#136
|
|||
|
|||
does this work for vb4.1.4 i have tried but i cannot seem to view the tab in visitor message profile. If it is that problem please notify me thanks
|
#137
|
|||
|
|||
edit ~ i have tried it on 4.1.3 and it works but i can assure you it dont work on vb 4.1.4. When you have the time could you please make it available for that version
|
#138
|
||||
|
||||
I can assure you it *does* work on 4.1.4 - its working just fine on my Hangar 18 [test] forum.
|
#139
|
|||
|
|||
Ive tried it on my 4.1.4 forum and it doesnt seem to show the additional tab in the member profile area. And when i tried it on 4.1.3 it worked. What may be the problem? do you know?
|
#140
|
|||
|
|||
aha paul it works now, very weird wasnt working now it is thats weird there
|
#141
|
|||
|
|||
Why not usergroup permissions like:
“Can View Everyone’s Reputation” “Can view own reputation” “Can delete own reputation" |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|