Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 Help with email notification on PM MOD

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!
Before posting, make sure you have read this topic!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

T O P I C    R E V I E W
jiffy Posted - 30 October 2005 : 19:00:07
Sorry if this is the wrong forum for this.

I'm wanting my users to have the email notification for when they receive a PM turned on by default. Below is the section of code that needs to be edited but I'm an ASP moron so my attemps haven't been succesful. Anybody here want to take a crack at it? Should be easy for someone that knows what they're doing.


" <tr bgcolor=""" & strHeadCellColor & """>" & vbNewLine & _
" <td><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strHeadFontColor & """><b>Email Notification</b></font></td>" & vbNewLine & _
" </tr>" & vbNewLine & _
" <tr bgcolor=""" & strForumFirstCellColor & """>" & vbNewLine & _
" <td><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strForumFontColor & """><b>" & strForumTitle & " can send you an e-mail notification whenever you receive a private message.</b><br>Please select your preference.<br>" & vbNewLine & _
" <input type=""radio"" name=""emailstorage"" value=""1"""
if rs("M_PMEMAIL") = "1" then
Response.Write(" checked")
end if
Response.Write "> Receive e-mail notification of private messages.<br>" & vbNewLine & _
" <input type=""radio"" name=""emailstorage"" value=""0"""
if rs("M_PMEMAIL") = "0" then
Response.Write(" checked")
end if
Response.Write "> Do not receive notification.</font></td>" & vbNewLine & _
" </tr>" & vbNewLine & _<
3   L A T E S T    R E P L I E S    (Newest First)
Shaggy Posted - 02 November 2005 : 05:58:28
Hmm, could've sworn there was an option in the admin files for turning this on or off by default, can't find it now. Try running the following through your alternative mod setup instead:
[ALTER]
MEMBERS
ALTER#M_PMEMAIL#int#NULL#1
[END]
This will alter the M_PMEMAIL field so that notification e-mails are turned on by default.

If you also want to turn on e-mail notifications for existing members, run the following through your alternative mod setup as well.
[UPDATE]
MEMBERS
M_PMEMAIL#1#M_PMEMAIL=0
[END]
You run both of those at the same time by pasting them into alternative mod setup together.

Personally, I'd recommend running the second one without somehow informing your members first and clearly providing them with instructions on how to stop receiving notifications.

<
jiffy Posted - 01 November 2005 : 13:29:34
Sorry about that, I downloaded 3.5.05 from Snitz Bitz. So it wouldn't be code in the pm_options.asp file that would need to be edited?<
Shaggy Posted - 01 November 2005 : 06:45:22
Which PM Mod are you using? The change would need to be made in the admin files rather than the preferences file.

<

Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.04 seconds. Powered By: Snitz Forums 2000 Version 3.4.07