| Sunday 27 February 2005 12:02:15 pm 
                                                                 
Private messages:That needs a feature that would be otherwise useful: permissions based on the owner of the parent node. If that was supported, you could simply allow users to create (but not read!) messages below other users account.
 * Better forum searching (ezsearch) Searching is a hot topic itself. 
 * Better forum user options1. Disable Toggles: Avatar/Picture, Signature, Posted Name / Company Name (Toggle)
 Comparatively simple. Add some options to the user class and query them from templates.  2. Search / List a specific Users posts ( i want to see all of kracker's posts in a list ) That should be pretty simple, too (it's essentially a fetch of forum messages owned by kracker). 
 * Forum Soft Sorting (Sticky), Dynamically Shift Sort / Display Order (3 levels), By Date Posted, Date Updated, Most Active, Least Active
 * Expanded Forum Views
 
 1. Per Category (Latest Messages (user configurable thread limit 5 - 50) )2. Root Category (Latest Messages (user configurable thread limit 5 - 50) )
 3. Per Thread (User Thread Display limit (currently static) (10 - 25 Replies),
 Again, more fields in the user class and some template code.  4. Deep linking to a specific post in a 2 - 5 page thread does not link to the last page w/ to the post. This one disturbs me often, myself ;-). 
 5. Per Thread / Per Reply Title Should be a href link without style to be bookmark able directly (currently it's not)
 I don't really understand this one. * Reputation / private postfeedback system That probably needs a new datatype. I agree it would be useful. Not only for forums, either. * Forumadministration and permissions I'm not entirely sure what you need, but I found Exponential had one of the most flexible permission system in any of the many CMS I tested. * Moderatingsystem s.a. * Templatesystems and conditionals for the forums Depending on the flexibility this should provide, that's pretty hard, indeed. * Smilies,  Easy. There are BB code template operators in the contrib area. * attatchments,  Simple. Add a file field to the forum message class. * signatures,  
Probably needs some PHP code (workflow, possibly). *profiles,
 s.a. * themes,  User selectable templates are possible. * per-user preferances and per-user options S.a. All in all, most features can be realized with some thinking without writing any more PHP I think. However, if you need high speed, you're truly better of with a dedicated package. Visit http://triligon.org
                                                                 |