SkjeggApe
11-16-2001, 07:22 PM
I have peaked around a bit, and there seems to be a need for a hack (that works) that will email users who subscribe to a forum whenever someone posts a new msg.
My situation is as follows:
I have a couple of forums that are read only (except for admins/mods) These forums are ment to act almost like a plain mailinglist. It is a pain in the %$*# to manage email-lists, and so we thought... Hey, lets use vBulletin!! The users not only gets a bulletin-board, but can Subscribe & Unsubscribe to the various "lists" without us doing anything but post to the "announcement" category whenever we need to.
I know this issue has circulated several times before, but I haven't seen anyone coming up with an actual solution.
I have looked at some of the code, but since this is pretty much the first time i've even SEEN PHP code, I have a few questions. (i know java, c, jsp, Cold Fusion and some asp, so I'm not totally a newbie when it comes to programming)
Anyway, there is a section of newpost.php that sends an email to the moderator upon new posts. Has anyone tried using that same routine to send users a mail? Looks like it should be possible to select from the subscribeforum instead of moderator table to get emails.
What I don't see, is how the qry that goes into the forum table and does a CONCAT(newthreademail,' ',newpostemail).
Whuuuo.. Long post..... Anyone have any ideas??
My situation is as follows:
I have a couple of forums that are read only (except for admins/mods) These forums are ment to act almost like a plain mailinglist. It is a pain in the %$*# to manage email-lists, and so we thought... Hey, lets use vBulletin!! The users not only gets a bulletin-board, but can Subscribe & Unsubscribe to the various "lists" without us doing anything but post to the "announcement" category whenever we need to.
I know this issue has circulated several times before, but I haven't seen anyone coming up with an actual solution.
I have looked at some of the code, but since this is pretty much the first time i've even SEEN PHP code, I have a few questions. (i know java, c, jsp, Cold Fusion and some asp, so I'm not totally a newbie when it comes to programming)
Anyway, there is a section of newpost.php that sends an email to the moderator upon new posts. Has anyone tried using that same routine to send users a mail? Looks like it should be possible to select from the subscribeforum instead of moderator table to get emails.
What I don't see, is how the qry that goes into the forum table and does a CONCAT(newthreademail,' ',newpostemail).
Whuuuo.. Long post..... Anyone have any ideas??