PDA

View Full Version : Usergroups moderate forums


JohnWoo
09 May 2004, 09:36
Hello all!

Not sure - may se something like it exists already, but i was not able to find :)
- To add whole usegroup as forum moderator leave username field blank and select usergroup from list below
-To add normal mod leave that select in "Selected by username" position
While editing group mod still leave username field blank :)

msimplay
09 May 2004, 09:58
screenshots ?

Milorad
09 May 2004, 10:30
why is this necessary?

usergroups can be given appropriate moderator permissions for selected forums through admincp already

JohnWoo
09 May 2004, 12:34
why is this necessary?

usergroups can be given appropriate moderator permissions for selected forums through admincp already
:)
Feel myself completely stupid, but how??? (and have no admincp near to check...)

msimplay
09 May 2004, 12:52
assign a moderator to the forum via forums and moderators

ps i wasn't sure what your hack did so i asked for screenshots :o

JohnWoo
09 May 2004, 16:35
May be i got already modified code, but i am sure that it was not possible to give moderator rights to whole usergroup (primary).
That settings on moderator.php?do=add just change usergroup settings for single user set as forum moderator.
PS sorry - can't attach even small image - it shows error always.. Images inside zip :)
PPS - [Moderators] is name of usergroup on that image :)

msimplay
09 May 2004, 17:17
OOHH i see now basicly u can set a usergroup to moderator a forum
instead of just one user

whats the benefits of this
when u can just change a users group or create a new one and set them to moderator in status or even use status masks

JohnWoo
09 May 2004, 17:22
:)
Some people like me too lazy sometimes :) And prefer to make hack and add one group as moderator instead of adding 25 single user moderators :)
Or add once user to one usergroup instead of adding him 30 times as moderator to 30 forums :)

msimplay
09 May 2004, 20:13
ooh i get it now its a mass make assign moderator to a forum kinda thing i think i'll may actually use this :P

mx3
10 May 2004, 02:46
ooh i get it now its a mass make assign moderator to a forum kinda thing i think i'll may actually use this :P
Invisionboard already has this one, was waiting for it ;) nice job

teksigns
10 May 2004, 03:27
Hello all!

Not sure - may se something like it exists already, but i was not able to find :)
- To add whole usegroup as forum moderator leave username field blank and select usergroup from list below
-To add normal mod leave that select in "Selected by username" position
While editing group mod still leave username field blank :)


your instructions say to find :



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------




however my code looks like this :




Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

JohnWoo
10 May 2004, 10:31
my fault
sorry :)
fixed txt uploaded

teksigns
10 May 2004, 14:53
my fault
sorry :)
fixed txt uploaded



my forums are now getting database errors .


Database error in vBulletin 3.0.0:

Invalid SQL:
SELECT permissions, FIND_IN_SET(forumid, '64,15,-1') AS pos
FROM moderator
WHERE modgroupid = 2 AND forumid IN (64,15,-1)
ORDER BY pos ASC
LIMIT 1

mysql error: Unknown column 'modgroupid' in 'where clause'

mysql error number: 1054



you must have added a few fields to the database tables and forgot about them .

JohnWoo
10 May 2004, 15:01
what about sql request in the beginning of .txt ?

ALTER TABLE moderator ADD modgroupid SMALLINT(4) DEFAULT '0' NOT NULL

teksigns
10 May 2004, 15:06
what about sql request in the beginning of .txt ?

ALTER TABLE moderator ADD modgroupid SMALLINT(4) DEFAULT '0' NOT NULL


opps

works now ....

thank you !


i click install

teksigns
10 May 2004, 15:14
when viewing my forums it does not show my moderators in the moderator
box near the end like before ....


now it shows [-Moderators-]

and is a link ....

when clicked it gives errors that no such user exist....


can you make this display the moderators like before ....

teksigns
11 May 2004, 16:56
when viewing my forums it does not show my moderators in the moderator
box near the end like before ....


now it shows [-Moderators-]

and is a link ....

when clicked it gives errors that no such user exist....


can you make this display the moderators like before ....


any ideas?

nexialys
31 Oct 2004, 14:42
hum... never updated, and good feature ...

fulviods
17 Apr 2008, 10:16
nice mod does it work on a 3.7 RC1?