![]() |
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:
|
perfect mod
thanks |
Sweet.
Thank you. Just about to install |
Is there any way of making this so it is turned on by default.
|
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 |
Quote:
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' To activate it for all current user, use this: Code:
UPDATE user SET sk_repnotif_options = '1' As always, be careful and take backups before you mess with the database. /SK |
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: |
thanks and installed............
what happend to the quick reply in the vbulletin.org ?! shalll we disable it also in our forums ?? |
[high]* projectego clicks install. Great hack. :)[/high]
|
Any chance you could help me in getting this to work on 3.6.5? Please :)
|
Quote:
It should work by editing the template Modify User Option Templates >> modifyoptions Find: Code:
$customfields[messaging] Code:
$template_hook[usercp_options_messaging] You must also edit the dependency tag in the product-file "product-sk_repnotif.xml". Change Code:
minversion="3.6.8" Code:
minversion="3.6.5" /SK |
Thanks - worked on 3.6.4!
|
great mod. installed :)
|
This doesn't seem to work for me. I'm running 3.6.7 PL1 and seems that it didn't add any SQL tables and there is no indication of any new options. No errors during install.
|
Quote:
If no new option has been added to the User CP => Edit Option page I would guess that the $template_hook[usercp_options_messaging] hasn't been added correctly. You must do that manually on v3.6.7. See previous post. /SK |
Quote:
|
Quote:
ALTER TABLE table_prefixuser ALTER sk_repnotif_options SET DEFAULT '1' UPDATE table_prefixuser SET sk_repnotif_options = '1' /SK |
Thanks for the help :)
|
Quote:
|
Quote:
If you left it empty then you obviously don't need to add anything. /SK |
Quote:
|
how do I change it so that the PM comes from the admin rather than the user who left the reputation?
|
Quote:
Find PHP Code:
PHP Code:
Find PHP Code:
PHP Code:
|
Quote:
Although, I would like to know if you could put this suggestion from 'JustAskJulie' into the hack itself? (so that there would be a way that we could choose who is the sender via the AdminCP?) Also, could the sender be an non existing member? (I ask you this because I do not know what would happen to the Admin's 'Sent Items' folder when there will be so many PMs sent... - will the box become full? Or there will be NO messages on the 'Sent Items' folder at all?) Please do answer! Thank you very much! P.S. - Sorry my bad english - I'm a native portuguese speaker. |
Being able to choose sender yourself is a good feature.
I will add it in a future release. No promises when I will get around and do it though. There will be no messages in the 'Sent Items' folder, so it won't be filled. Not sure what happens if you use a non-existens userid. I think the PM will be sent but the postbit with the senders username and avatar won't be correct. /SK |
ok, it didn't take that long.
I have uploaded a new version (1.1.1) of the modification. Only added the requested feature. Now you can specify a specifik user in the admincp that will be the sender of the notification PM. /SK |
Quote:
I will edit the phrasing system of your mod, so I can inform users that the PM will not accept any kind of reply! (I disabled on this 'user' the ability to receive PMs) EXCELLENT MOD!!! :up: :up: :up: :up: :up: |
i take it that it doesn't work on 3.7? i tried it and no pm gets sent
|
Quote:
Are you sure that the user receiving reputation has turned on notifications? (User CP => Edit Options => Messaging & Notification ) /SK |
oh woops i thought it was by default...
How can i make it default for everyone? |
Quote:
This will make the option active as default for new users Code:
ALTER TABLE tableprefixuser ALTER sk_repnotif_options SET DEFAULT '1' To activate it for all current user, use this Code:
UPDATE tableprefixuser SET sk_repnotif_options = '1' /SK |
Perfect :) worked thanks!
|
the problem is that it shows who left reputation for usergroups which are set "can see who left rating" to no
|
Quote:
Users in such usergroup should always have there PM's sent from the specified user. /SK |
i think u should fix that if u can, as a way to bypass this i deleted the username from the phrase and therefore the pm doesnt show who left the rep. so users groups who can see who left rating can see this from user cp
|
Modification updated to v1.1.2
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. Thanks Konstantinos for pointing this out. /SK |
thx man
|
Does this come with an option for certain users to turn the mod off :D ?
|
I don't need this but nice and bookmarked in case I ever do :D
Good job ;) |
any chance of seeing an update for 3.8.x soon?
|
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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|