I would love to see an enhanced option for the board's users rights.
I want to have the following:
- The group "users" can not start new threads in a board, but - the group "users" is allowed to reply to existing posts in that board. (moderated or unmoderated)
This would help in situations like a News board, where only administrators or moderators are allowed to post news messages, but where it's allowed to discuss the topics.
How about this idea or alternative - to allow only users with a certain titles - or after a certain number of posts (thus assuming familiarity with the functioning of a forum, i.e. using reply instead of new thread when responding) to start a new thread?
Yes, excellent idea, would be great for 'news' forums, like one this one!
Muhammad Chishti Creative dIRECTOR <font color=white><A HREF="http://www.imcuniverse.com" target="_new">http://www.imcuniverse.com</A></font color=white>
well, in moderated forums it's no problem to let users start a thread. The moderator could move it to another board. But the problem is the right to reply to threads, because the moderator can only move the complete thread but not just one or some replies within the thread...
OK. I've got it running at <A HREF="http://www.amdragon.com/cgi-bin/wwwthreads/postlist.pl?Cat=&Board=hack" target="_new">http://www.amdragon.com/cgi-bin/wwwthreads/postlist.pl?Cat=&Board=hack</A>. If it fits the bill I'll post it for download.
But I have a problem. In postlist.pl there's a $Where which is unknown in my script. I think it comes from an other hack (javascript:popLogin), which I don't have incorporated.
I don't have any clue how to change these specific lines to fit my situation. Can you help?
the first error, the one Carsten posted, is gone now, but there is this new error now <img border="0" title="" alt="[Frown]" src="images/icons/frown.gif" />
this is a piece of my viewboard.pl if ($Moderated eq "yes") { $ModeratedOn = "checked"; } else { $ModeratedOff = "checked"; }
if ($Talkback eq "yes") { $TalkbackOn = "checked"; (this would be line 108) } else { $TalkbackOff = "checked"; }
Um, you mean a sort of 'Classifieds'. Interesting...
[/quote]
Yes, for instance. The main reason why I would like to have this feature is the following: We have a News board, which is moderated and the users should be able to submit news messages. So they should be allowed to start a thread.
But we don't want to use this board for discussions. Discussions about all news topics should be held in an other board.
But the users simply don't care about this fact and send replies to the threads. Because of the fact, that it's impossible to move single messages from within a thread to a nother board, we have now several discussions in this "News-only" board.
We now decided to make this news board read-only for the users, so only admins and moderators are allowed to post there. And we added a line in the description of the board which tells the user that they should send a private message to the moderator to submit a news message. But this is just a bad workaround, not a real good solution.
Go have a look at <A HREF="http://www.amdragon.com/cgi-bin/wwwthreads/postlist.pl?Cat=&Board=class" target="_new">http://www.amdragon.com/cgi-bin/wwwthreads/postlist.pl?Cat=&Board=class</A> and see if that would work for you.