I extended the umbraco Forum (http://our.umbraco.org/projects/uforum-basics) to
provide some basic, necessary administrative functions. This
addition will allow editing and deleting of topics and comments
(from the comments page on the forum). Administration takes
place on the forum when logged in as a member of type
ForumAdmin.
Here's how to setup these changes
Prereq's
Steps to add admin capabilities
- Download the admin changes here (note --
updated with additional files on 2/23/10)
- Copy the files from the deploy folder to the respective umbraco
folders in your installation (note: don't overwrite these folders,
just move the files)
- Run the sql script ForumAdminDBTriggers.sql. This will
setup the database triggers that are needed to update the forum and
topic table stats when you delete comments or topics
- Create an umbraco macro for the forumAdmin xslt macro
(developer tab > macro > create new, point to the forumAdmin
xslt file)
- Make sure your master file includes a reference to the jquery
file (included in the scripts directory)
- Create a Member Group named ForumAdmin
- Create a member to administer the forum and add the member to
the ForumAdmin group
- Login to the forum as the forum administrator. When you
view the forum comments, you'll see textboxes with the comments /
topic title filled. You can edit or delete the topic or
comments via the link buttons.
The trunk folder includes the updated forum solution.
I think this is all you need to set it up. If you have any
questions or comments, add a comment here or send me an email.
I don't check the umbraco forums often.
Hope this helps
- Zac