vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Add-On Releases - PM notification when receiving reputation points (https://vborg.vbsupport.ru/showthread.php?t=162083)

skhms 11-05-2007 10:00 PM

PM notification when receiving reputation points
 
SK Reputation Notification v1.1.2

Updated to v1.1.2 - 2008-06-18

Notification system for reputation comments.
This modification sends a private message (PM) to the user whenever someone gives him/her a reputation comment.
User must first enable the function on the User CP => Edit Options page. It's off by default.

Created and tested on vBulletin 3.6.8
This mod uses the template hook - $template_hook[usercp_options_messaging]. Which is new since 3.6.8.
So it won't work in earlier versions without some editing on your own.

Two step installation.
Copy 1 file. Import the product.
See instructions in the attached zip file.

Version history:
  • v1.1.2 - 2008-06-18
    Support for option 'Can See Who Left User Ratings'.
    - If user not allowed to see who left a reputation comment the sender of the notification PM will always be the specified user and not the actual user leaving a comment.
    - Also a different message will be used with no name included.
  • v1.1.1 - 2008-04-19
    Added admin options so you can specify a specifik user as the sender of the notification PM.
  • v1.1.0 - 2007-11-06
    First official release.
  • v1.0.0
    First attempt. Not available.
/SK

nukeleo 11-06-2007 08:35 PM

perfect mod
thanks

gwerzal 11-07-2007 04:13 PM

Sweet.

Thank you. Just about to install

gwerzal 11-07-2007 04:14 PM

Is there any way of making this so it is turned on by default.

stinger2 11-07-2007 05:11 PM

woooooooooo...i had asked for this many many times.....
https://vborg.vbsupport.ru/showthread.php?t=141373

.....it is great.......unfortunatly i am still on 3.6.4

downloaded to be used after upgrade

thanks a milion

skhms 11-07-2007 08:05 PM

Quote:

Originally Posted by gwerzal (Post 1377842)
Is there any way of making this so it is turned on by default.


If you are willing to do SQL queries you can enter this at the Maintenance > Execute SQL Query Page:
Code:

ALTER TABLE user ALTER sk_repnotif_options SET DEFAULT '1'
This will make the option active as default for new users.

To activate it for all current user, use this:
Code:

UPDATE user SET sk_repnotif_options = '1'
Don't forget to add in your table prefix as well.

As always, be careful and take backups before you mess with the database.

/SK

Detomah 11-07-2007 09:42 PM

I'm surprised this isn't a vBulletin default to be honest.

Will save me work having to constantly remind people about their reputation on my site, nice one. :up:

Barakat 11-08-2007 01:03 PM

thanks and installed............

what happend to the quick reply in the vbulletin.org ?! shalll we disable it also in our forums ??

projectego 11-08-2007 05:16 PM

[high]* projectego clicks install. Great hack. :)[/high]

viper357 11-10-2007 04:23 PM

Any chance you could help me in getting this to work on 3.6.5? Please :)


All times are GMT. The time now is 08:01 AM.

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.01087 seconds
  • Memory Usage 1,733KB
  • 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
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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