The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Letting all users edit the calendar
Hi,
On my forum, I want the calendar to be a kind of wiki where everyone can make edits, and the community is entrusted with the integrity of the calendar. The simplest way of doing this i thought would just to make everyone a moderator of the calendar by running a hourly script. The script runs the SQL command "INSERT INTO calendarmoderator (calendarmoderatorid, userid, calendarid, neweventemail, permissions) SELECT NULL, b.userid, 1, 0, 31 FROM user as b". (theres another script that checks for redundancies). Is this the best way to implement a wiki calendar, or are there better ways? Would there be any side effects to running this command hourly? I've been working on this problem for quite a while and this was the best solution I could think of, so any suggestions or comments would be very much appreciated -- thanks for your help! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|