Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons

Reply
 
Thread Tools
Quote Notification via PM Details »»
Quote Notification via PM
Version: 1.00, by AcidX AcidX is offline
Developer Last Online: Feb 2013 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 4.0.x Rating:
Released: 05-11-2010 Last Update: 05-12-2010 Installs: 141
DB Changes Uses Plugins
Re-useable Code Is in Beta Stage  
No support by the author.

Quote Notification



Description: This plugin will add a "Quote Notification" option for users to select. If selected, your board users will receive a notification by PM whenever someone quotes them in a post.


Installation:
  • Import the attached product XML file (product-quotenotification.xml);
More settings:
  • If you want to change the content of the PM that gets sent, the phrases are quotenotify_subject and quotenotify_message;
  • The email notification has a separate phrase, quotenotify_emailmessage;
  • If you want to change the Profile Field options, find the "Quote Notification" field in your User Profile Field Manager in the ACP;
  • If you're not sure exactly what you're doing, you better leave these alone.
Warning: DO NOT change the title of the Profile Field from "Quote Notification", or the values from "Private Message", "Email", and "No" or this hack will not work.



User settings:
  • Your forum users can set their Quote Notification prefferences via User CP > General Settings > under Messaging & Notification.

This hack is a port of Krohf's modification for vb 3.5.
Since many people might find it handy on their boards, I decided to publish it for 4.0.



If you installed the product please mark as installed, so you can receive future update notifications. If you want to help develop this product further, please post your suggestions on the thread, or share your ideas with me via PM.

Download Now

File Type: xml product-quotenotification.xml (7.3 KB, 1154 views)

Screenshots

File Type: png pm.png (22.0 KB, 0 views)
File Type: png post.png (18.3 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
JamalFree

Comments
  #72  
Old 06-12-2014, 04:17 PM
RichieBoy67's Avatar
RichieBoy67 RichieBoy67 is offline
 
Join Date: Apr 2004
Location: CT - Down in a hole..
Posts: 3,057
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Max Taxable View Post
I think some enterprising developer here needs to just re-do and update this Mod.
I can see some of the phrases are no longer valid but I am not sure about the rest.
Reply With Quote
Благодарность от:
Max Taxable
  #73  
Old 06-14-2014, 03:58 PM
mokujin's Avatar
mokujin mokujin is offline
 
Join Date: Oct 2005
Location: Czech
Posts: 345
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quick edit to this hack to working in vb 4.2

1. Go to the admincp -> User Profile Field Manager -> See what Quote Notification field ID is (field5, field6, etc.)

2. Then edit field Options, change
PHP Code:
No
Email
Private Message 
To:
PHP Code:
Private Message
Email
No 
3. Go to Maintenance -> Execute SQL Query and run this query:

PHP Code:
UPDATE  userfield SET  field5 =  'Private Message' 
Don't forget to change fieldID and your table prefix.

Then all users will get a quote notification via PM.

Users can change the settings in User Settings -> General Settings -> Quote Notification.

Hope it helps .
Reply With Quote
3 благодарности(ей) от:
Max Taxable, RichieBoy67, tbworld
  #74  
Old 06-14-2014, 06:30 PM
tbworld tbworld is offline
 
Join Date: Oct 2008
Posts: 2,126
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Many thanks @Mokujin. I appreciate your time, besides a great modification.
Reply With Quote
  #75  
Old 06-14-2014, 10:15 PM
RichieBoy67's Avatar
RichieBoy67 RichieBoy67 is offline
 
Join Date: Apr 2004
Location: CT - Down in a hole..
Posts: 3,057
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mokujin View Post
Quick edit to this hack to working in vb 4.2

1. Go to the admincp -> User Profile Field Manager -> See what Quote Notification field ID is (field5, field6, etc.)

Then go to Maintenance -> Execute SQL Query and run this query:

PHP Code:
UPDATE  userfield SET  field5 =  'Private Message' 
Don't forget to change fieldID and your table prefix.

Then all users will get a quote notification via PM.

Users can change the settings in User Settings -> General Settings -> Quote Notification.

Hope it helps .
Thanks so much brother! It works perfectly now.

Minor tweak

https://vborg.vbsupport.ru/showpost....5&postcount=10
Reply With Quote
  #76  
Old 06-23-2014, 10:00 PM
BasicGreatGuy BasicGreatGuy is offline
 
Join Date: Oct 2006
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyone know how to add notifications to the options of email or pm? It would be nice to have the quote alert sent to notifications, instead of having to clean out the pm box all the time.
Reply With Quote
  #77  
Old 06-27-2014, 03:50 PM
BasicGreatGuy BasicGreatGuy is offline
 
Join Date: Oct 2006
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Bumping in hopes someone has an answer to the following: Anyone know how to add notifications to the options of email or pm? It would be nice to have the quote alert sent to notifications, instead of having to clean out the pm box all the time.
Reply With Quote
  #78  
Old 07-01-2014, 02:35 AM
Cedric_FP Cedric_FP is offline
 
Join Date: May 2005
Posts: 169
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Max Taxable View Post
What you would have is a number (3) or otherwise, however many quotes of your posts there are. Okay then given that, what should happen on click?
Something like this (from realgm.com PHPBB forums) would be ideal for quote notifications: http://i.imgur.com/ZweWbLN.jpg

Edit: Mod tagged! Looks promising. Will need to play with PM limits for regular users, though.
Reply With Quote
  #79  
Old 07-01-2014, 09:06 AM
lobosnake lobosnake is offline
 
Join Date: Sep 2013
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

such that only a select group of users to receive notification of appointment?
Reply With Quote
  #80  
Old 08-08-2014, 09:42 AM
Paul. Paul. is offline
 
Join Date: Mar 2007
Location: ?ire
Posts: 78
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Does anyone know if there's a way to enable it for all users by default?
Reply With Quote
  #81  
Old 01-20-2015, 07:09 AM
cricko cricko is offline
 
Join Date: Jul 2008
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by doopz View Post
Does this keep forum / user permissions in mind?
What if one of the moderators post a forum quote from a user, does this ueer get notified about it?


edit: Ok tested it, and it doesn't.
Can this option be build in?



edit2: could you also give us the query to update he Pm changes for all users? (to YES)
We seem to have come across a slight problem with it that you may be able to help with? We had an instance yesterday with an annoying member and we were talking about him in our Private Mod onlys forum that others can't see or enter...Well one of our mods put a quote of the member into a thread in the private forum and because the guy had notifications turned on he was able to access the Mod forum and read the post about him. It was only the fact a mod clicked on his profile and saw he was in there we found out. He admitted during a chat that he was taken directly to the mod forum when he was notified he had been quoted.I hope that makes sense. Any ideas people? Thanks in advance.
Reply With Quote
Reply

Thread Tools

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 11:27 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.10544 seconds
  • Memory Usage 2,353KB
  • Queries Executed 28 (?)
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
  • (4)bbcode_php
  • (4)bbcode_quote
  • (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
  • (5)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (3)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (3)postbit_attachment
  • (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_postinfo_query
  • fetch_postinfo
  • 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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete