Previous Thread
Next Thread
Print Thread
Rate Thread
#314172 05/22/2007 11:42 AM
Joined: May 2007
Posts: 2
Lurker
Lurker
Offline
Joined: May 2007
Posts: 2
I am trying to find a way to automatically add any item that you post to your watchlist.

We need the ability for email notifications to occur whenever a post is made. The moderator should be notified and any responses should be sent to the original poster. We use the forum for Q&A. Member posts a question, the moderator recieves it in the notification email, chases down the question, posts the answer, the member recieves the email notification with the answer (probably on their Blackberry) and is now a happy camper.

I can instruct the moderators to add the forums they moderate to their watchlist, but it would not be possible to have everyone modify their watchlist each time they post.

It could be as simple as setting the default on the check box to checked vs unchecked, but I am not sure where that change would be made.

Anybody have an idea? This is a critical feature for our board and a roadblock for our move from Classic to UBBThreads 7.x.

Thanks in advance!

Sponsored Links
DougT #314176 05/22/2007 2:35 PM
Joined: Jan 2003
Posts: 3,456
Likes: 2
Master Hacker
Master Hacker
Offline
Joined: Jan 2003
Posts: 3,456
Likes: 2
In /scripts/newpost.inc.php

Find:
Code
		$addtofav = "
<input type=\"checkbox\" name=\"dofav\" value=\"1\" class=\"form-checkbox\" />
{$ubbt_lang['ADDTOFAV']}
";

Replace with
Code
		$addtofav = "
<input type=\"checkbox\" name=\"dofav\" value=\"1\" class=\"form-checkbox\" checked=\"checked\" />
{$ubbt_lang['ADDTOFAV']}
";

Joined: May 2007
Posts: 2
Lurker
Lurker
Offline
Joined: May 2007
Posts: 2
Thank you! This will work perfectly.


Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
isaac
isaac
California
Posts: 1,157
Joined: July 2001
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)