Posted by: dillegummin - Thursday, 8 September 2011 13:59:51 |
---|
Will there be a possibility for Admins of the forum to define these Statuses? For example, our forum is used as a MMO guild forum. We get applications to join the guild. So that having a [b]Application[/b] status that can be set to [b]Accepted[/b] and [b]Declined[/b]. I can't seem to see any options for adding to the option list today, is that something you guys are planning? I guess I can do it the dirty way by manipulating the database for now... EDIT: I see now that there is no Ralationship table to the Status but rather a string pushed into the Topic table. Maybe future versions should have a seperate table Users can add to? Also would be great to be able to define a default status out of those existing table that new topics would get withing a forum category. So that under the Forum Administration one could get a [b]Default New Topic Status[/b] with a drop down containing all the statuses defined. |
Posted by: tha_watcha - Thursday, 8 September 2011 14:53:40 |
---|
Currently if you want to add a status you can do that by adding a list item to the dropdown on the postmessage.ascx page
[code=csharp] |
Posted by: dillegummin - Thursday, 8 September 2011 16:15:37 |
---|
Cheers Watcha!!! I will give it a shot. :) |