Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Display reputation comments on members profile page. Details »»
Display reputation comments on members profile page.
Version: 1.17, by Paul M Paul M is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Profile Enhancements - Version: 3.6.x Rating:
Released: 08-07-2006 Last Update: 05-14-2007 Installs: 206
Uses Plugins Auto-Templates
Translations  
No support by the author.

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

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 10-26-2006, 12:59 AM
Jealousy10312 Jealousy10312 is offline
 
Join Date: Aug 2006
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This doesnt work on my board. We're using 3.6.2
Reply With Quote
  #23  
Old 10-26-2006, 01:00 AM
Jealousy10312 Jealousy10312 is offline
 
Join Date: Aug 2006
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there something I should add in the profile template?
Reply With Quote
  #24  
Old 10-26-2006, 03:08 AM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nope.
Reply With Quote
  #25  
Old 11-24-2006, 02:18 PM
Handbag Handbag is offline
 
Join Date: Jan 2005
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quick q - do you think this can be easily modified to display latest user notes on profile (roughly by changing references to rep to notes) or is it more complicated than that?
Reply With Quote
  #26  
Old 11-24-2006, 03:47 PM
da420 da420 is offline
 
Join Date: Nov 2005
Posts: 1,232
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I get this database error when installing. Nothing shows up in the users profile.


Code:
Database error in vBulletin 3.6.4:

Invalid SQL:

				INSERT INTO setting
					(varname, grouptitle, value, defaultvalue, datatype, optioncode, displayorder, advanced, volatile, validationcode, blacklist, product)
				VALUES
					(
					'mprshow',
					'reputation',
					'1',
					'1',
					'boolean',
					'yesno',
					152,
					0,
					1,
					'',
					0,
					'paulm_20060801'
	),
	(
					'mprcomments',
					'reputation',
					'20',
					'10',
					'number',
					'',
					154,
					0,
					1,
					'',
					0,
					'paulm_20060801'
	),
	(
					'mprshowgrps',
					'reputation',
					'0',
					'0',
					'free',
					'',
					156,
					0,
					1,
					'',
					0,
					'paulm_20060801'
	),
	(
					'mprshowratergrps',
					'reputation',
					'0',
					'0',
					'free',
					'',
					158,
					0,
					1,
					'',
					0,
					'paulm_20060801'
	);

MySQL Error  : Duplicate entry 'mprshow' for key 1
Error Number : 1062
Date         : Friday, November 24th 2006 @ 09:44:36 AM
Script       : http://www.xxxxxxxxx.com/forum/admincp/plugin.php?do=productimport
Referrer     : http://www.xxxxxxxxx.com/forum/admincp/plugin.php?do=productadd
IP Address   : 135.214.40.162
Username     : xxxxx
Classname    : vb_database
[high]* da420 clicks install[/high]
Reply With Quote
  #27  
Old 11-24-2006, 03:52 PM
da420 da420 is offline
 
Join Date: Nov 2005
Posts: 1,232
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

lol I just reinstalled the 3.5.x version for it and no database errors and seems to work fine. I just saw that it was updated for 3.6.x so I figured I'd upgrade, but I guess the 3.5.x version will do for now.
Reply With Quote
  #28  
Old 11-24-2006, 11:05 PM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That's some bizarre oddity on your forum, it's complaining that one of the mods settings already exists, did you uninstall the old version first ?
Reply With Quote
  #29  
Old 11-25-2006, 02:59 AM
da420 da420 is offline
 
Join Date: Nov 2005
Posts: 1,232
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yep, I tried over writing it. Then when that didn't go so well, I tried doing an uninstall, and re-upload of the product with the same result.
Reply With Quote
  #30  
Old 11-25-2006, 04:14 AM
da420 da420 is offline
 
Join Date: Nov 2005
Posts: 1,232
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

heh, that's funny... I just tried it again at home after it failed at work, and it installed fine. Funny though, because I did a complete uninstall of it, and then did tried to install it without overwrite to test if there was something left there from the uninstall, and certainly even after a clean uninstall it wouldnt let me install it without over write. Once I picked to over write it worked fine.
Reply With Quote
  #31  
Old 12-13-2006, 04:36 AM
caliman's Avatar
caliman caliman is offline
 
Join Date: Jan 2005
Location: California
Posts: 256
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Paul I got the same database error as da420.

I selected 'overwrite.'

May be worth mentioning I have zoints local mod installed.

EDIT - Uninstalled old one and reinstalled new one. WORKS!
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:39 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06161 seconds
  • Memory Usage 2,303KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete