vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Profile Enhancements - Display reputation comments on members profile page. (https://vborg.vbsupport.ru/showthread.php?t=123425)

Paul M 08-07-2006 10:00 PM

Display reputation comments on members profile page.
 
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.


Mudvayne 08-08-2006 07:46 PM

w00t.. 1st install :D..

Stromba 08-08-2006 08:58 PM

Ok have instal it but dont now where i need to look,
Do we have Screenshots..

FleaBag 08-08-2006 09:14 PM

I love it! Thanks a lot! :)

Stromba: Look at the profile of someone who has repuation comments. ;)

G_Man 08-26-2006 01:52 AM

What a GREAT hack!!!

Thanks, Paul !!!

davelacey 09-02-2006 11:40 AM

Thankyou yet again. :)

*clicks install*

GrendelKhan{TSU 09-04-2006 06:10 PM

:) installed!

asj 09-04-2006 11:06 PM

thanks

Masiello 09-20-2006 11:10 AM

INSTALLED, Thanks Paul, your hacks are really the best!

G_Man 09-21-2006 01:23 AM

Hey Paul,

Found something that I would like changed if possible... Permissions. I have parts of my forum that are not accessible to everyone, yet when a Rep Comment is made in those forums everyone can view the comment and see the link to the forum. Of course, they cannot get into the forum, but I'd rather they didn't see it.

Cheers,

G_Man

Paul M 09-21-2006 02:25 AM

I suspect that would add a layer of complication, and as such, is unlikely to be fixed. I'll have a look if I get time.

Paul M 09-23-2006 09:12 PM

Well it did add a bit of complication, but not as much as I suspected - try the new version 1.13.

G_Man 09-23-2006 09:39 PM

Quote:

Originally Posted by Paul M
Well it did add a bit of complication, but not as much as I suspected - try the new version 1.13.

Sweet... will try it out right now! Cheers Paul!!


*** Works perfectly as far as I can tell ***

Thanks again, Paul.

Masiello 09-24-2006 06:18 AM

How to upgrade? Just Install product with Overwite Option enabled?

G_Man 09-24-2006 07:17 AM

Quote:

Originally Posted by Masiello
How to upgrade? Just Install product with Overwite Option enabled?


Yep. That would do it. ;)

Masiello 09-24-2006 07:21 AM

Thank you :)

Masiello 10-04-2006 07:14 PM

Can this works fine with vB 3.6.2?

Minha 10-08-2006 07:45 PM

Installed ;)

Good Work :D

Equinox6 10-11-2006 06:12 PM

Does enyone no if this will work with 3.5.4? or if there is a hack like that for that version?

Paul M 10-11-2006 06:32 PM

The 3.5 version is listed in the similar threads at the bottom of the page.

Jealousy10312 10-26-2006 12:59 AM

This doesnt work on my board. We're using 3.6.2

Jealousy10312 10-26-2006 01:00 AM

Is there something I should add in the profile template?

Paul M 10-26-2006 03:08 AM

Nope.

Handbag 11-24-2006 02:18 PM

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? :)

da420 11-24-2006 03:47 PM

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]

da420 11-24-2006 03:52 PM

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.

Paul M 11-24-2006 11:05 PM

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 ?

da420 11-25-2006 02:59 AM

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.

da420 11-25-2006 04:14 AM

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.

caliman 12-13-2006 04:36 AM

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!

RealitYYY 12-27-2006 03:12 AM

Great hack and thanks much for this. We have this setup so just Staff can view what members posted rep points. This way its not public who posted the rep for a member. Would there be a way so that when a member looks at their own profile they can view who posted rep for them.

Paul M 12-27-2006 09:34 AM

That would be a bit pointless really - they can already view that in their usercp - it would just be duplication.

parabat 12-27-2006 10:00 AM

Nice on Paul. Always a pleasure doing "business" :D

-PB

RealitYYY 12-28-2006 04:10 AM

Thanks for the quick reply and we have a question on this.
How can we remove thread title and the time and date.

EDIT: We edit plugin and templates and are set now...

TheBlacki 01-17-2007 06:33 AM

WOW!!!

Paul M. you are the best vBulletin Hack Coder I know!!!

rjmjr69 02-08-2007 09:49 AM

Wow works great can not ask for an easier install. Thank you very much sir. Once again a great mod. Keep up the good work keep those hacks coming.

basketmen 02-25-2007 01:48 PM

hmm i still dont get it

my vbulletin 3.6.4

i had install this hack for 2 weeks, but i think there is no diference at all if i enable or disable this hack in usercp member

can someone tell me what is the different?

Paul M 02-25-2007 02:31 PM

This has nothing to do with the usercp - this adds the display to the members profile page.

projectego 02-28-2007 02:18 PM

Thank you very much, Paul! ;)

[high]* projectego clicks install[/high]

stinger2 03-07-2007 08:56 AM

<a href="https://vborg.vbsupport.ru/showthread.php?t=141373&highlight=pm+reputation" target="_blank">https://vborg.vbsupport.ru/showt...=pm+reputation</a>

any chance this could be added.......it would be great to have a pm notification also

thanks


All times are GMT. The time now is 04:59 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01264 seconds
  • Memory Usage 1,815KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete