Customizing SMF > Modifications and Packages

SMF Notify Group

<< < (12/15) > >>

merlyn333:
I have wrote "mydomain/forum/index.php?action=notifygroup", but the system goes to the home page. I don't see any settings there.

Could you help me?


--- Quote from: northview on January 15, 2011, 09:03:31 PM ---Thanks again "pftq" for pointing out my link was incorrect and should have been: "mydomain/forum/index.php?action=notifygroup", that was really appreciated.

Also, I didn't realize you were the author, thanks for the great mod.

Two more questions arise, if you don't mind.

1.) The current mod requires you to add users on a "per board basis", can you create one that adds "all users" on a "per forum" basis?
      I realize there are many comments against this, however, for boards with minimal members, i.e. a board of directors with 7 users, this would be preferred.

2.) If a users settings are set on a per Board basis to be notified, will this include "all" topics within a board?

Thanks in advance.

--- End quote ---

merlyn333:
Hi:

I already could make it work, it was a file permissions issue during installation.

But I need that notification is sent even when responding to any subject.

Is it possible?

pftq:
You would have to add the member(s) to all topics then.  The Batch mode (click Reset on any view of Notify Group) added recently makes that much easier to do.

littlenicki:
Hello, I have installed this mod and subscribed my moderator group to the moderator board. However it was overloading my deicated server. Any suggestions? Thank you!

The process overloading it is:

SELECT
   mem.ID_MEMBER, mem.emailAddress, mem.notifyOnce, mem.notifySendBody, mem.lngfile,
   ln.sent, mem.ID_GROUP, mem.additionalGroups, b.memberGroups, mem.ID_POST_GROUP
, ng.ID_BOARD FROM (smf_log_notify AS ln, smf_members AS mem, smf_boards AS b, smf_notifygroup as ng)
WHERE (ln.ID_BOARD = 182 OR ng.ID_BOARD=182)
   AND b.ID_BOARD = 182
   AND mem.ID_MEMBER != 6496
   AND mem.is_activated = 1
   AND mem.notifyTypes != 4
AND ((ln.ID_BOARD = 182 and ln.ID_MEMBER = mem.ID_MEMBER) OR (ng.ID_BOARD=182 AND (
       mem.ID_GROUP=ng.ID_GROUP OR
       mem.ID_POST_GROUP=ng.ID_GROUP OR
       FIND_IN_SET(ng.ID_GROUP, mem.additionalGroups))))
GROUP BY mem.ID_MEMBER
ORDER BY mem.lngfile

pftq:
How many moderators/users do you have? I'm surprised that would overload but I admit it's not a very elegant query either.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version