![]() |
does it works also for childforum?
|
Quote:
|
Quote:
|
Quote:
|
Hi kh99 -
While you're thinking about future releases, would you consider linking this with secondary usergroups, so when a user joins a usergroup, either by him/herself, or by an admin, they are then automatically subscribed to forums that the admin has associated with that usergroup? For example, in a car forum, if a user adds himself to the group "Buicks", then he would automatically be subscribed to the GM forum, since the admin had made that group/forum connection using your mod. |
Quote:
Is there a script that can be used to unsubscribe everyone from a single forum or multiple forums? Thanks! |
Quote:
You can do a one-time unsubscribing from one or more forums by executing an sql query like: Code:
DELETE FROM subscribeforum WHERE forumid IN (1, 2, 3) You'd change (1, 2, 3) to the list you want to unsubscribe users from. Also, if you have a table prefix you'd have to add it before subscribeforum. As always, be very careful when you modify the database. It would be wise to make sure you have a recent backup before you do anything. |
Quote:
|
Hi - I have tried implementing this mod - everything seems to have gone OK - I selected the form ID, Selected daily digest and then added a new user - I logged in as them and checked the forum - but it wasn't subscribed - Have people found that this works with VBulliten 4.2 - or can anyone think of anything I have missed.
Any suggestions gratefully recieved. |
I have to admit I've been lax in testing this when new versions of vb were released, [S]and in fact it seems like it doesn't work with vb4.2.0. I'll look in to it and release an update as soon as I figure it out.[/S]
I spoke too soon - it does seem to work with vb4.2.0. Quote:
|
All times are GMT. The time now is 04:39 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|