Galleon users mderating users

2006-06-15 Thread Ray Champagne
Before I go having to write an extension to Ray's Galleon forums that 
allows for individual moderation of users?  It's been requested that the 
head admin be able to place some forum users on probation, so that 
their posts are filtered through him first.  I thought if anyone else 
out there already had written something like this, and wanted to share, 
it would make my life so much easier.
-- 
~~~ Ray Champagne :: [EMAIL PROTECTED] ~~~

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:243654
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Galleon users mderating users

2006-06-15 Thread Jeff Small
You know, if you have to write something...start by poking around the 
notification code, right? There's subscription code that sends users email 
notifications when a new post is made to a thread they're subscribed 
to...I'd figure that might be a nice place to begin looking...seems like 
you'd be able to modify it a little to email notifications based on users...

Let us know how that goes. It sounds interesting, and I love those forums.


 Before I go having to write an extension to Ray's Galleon forums that
 allows for individual moderation of users?  It's been requested that the
 head admin be able to place some forum users on probation, so that
 their posts are filtered through him first.  I thought if anyone else
 out there already had written something like this, and wanted to share,
 it would make my life so much easier.



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:243674
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Galleon users mderating users

2006-06-15 Thread Nick Tong - TalkWebSolutions.co.uk
might be worth checking out Rick Roos version of *CFMBB *

On 15/06/06, Ray Champagne [EMAIL PROTECTED] wrote:

 Before I go having to write an extension to Ray's Galleon forums that
 allows for individual moderation of users?  It's been requested that the
 head admin be able to place some forum users on probation, so that
 their posts are filtered through him first.  I thought if anyone else
 out there already had written something like this, and wanted to share,
 it would make my life so much easier.
 --
 ~~~ Ray Champagne :: [EMAIL PROTECTED] ~~~

 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:243675
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Galleon users mderating users

2006-06-15 Thread Rick Root
Nick Tong - TalkWebSolutions.co.uk wrote:
 might be worth checking out Rick Roos version of *CFMBB *

I'll save him the time - it's not in there.. yet ;)

Currently there is no post moderation but it'd be really easy to add 
it.. probably what I'd do would be to add topic_moderation and 
post_moderation flags on the forums table (values 0 no or 1 yes)... and 
a post_moderation value on the user - add the flag to the user admin 
screen, and then add an approved flag to the table containing the 
responses.  On insert, the post would be inserted normally with an 
appropriate approved value based on the user and forum's moderation 
settings.  The admin/moderators would be notified, but no subscription 
notification would be sent to anyone UNTIL the post is approved.  And 
I'd probably make sending subscription notifications on moderated posts 
optional via a checkbox or something.

Rick

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:243690
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54