- Joined
- Apr 17, 2013
- Messages
- 69
- Reaction score
- 74
- Points
- 438
Hey guys. Ye' old forum manager here with a few tips, hopefully good tips, for the forums to make them a lot better.
GROUPS:
As you can see from this image below, you can create groups. In the groups, you can as an admin create categories. These categories you can label such as:
The group can hold its own thread discussions. This means that IN the group, you can have your own private or non private discussions, there is an option for this when creating/editing your group, so you no longer need to rely on the forums itself.
All of this is inbuilt to the forums groups forum addon. I have tested it, it works immensely/beautifully. It's a perfect replacement and manage-able faction forum solution.
Here is the image in the spoiler
Suggestion #2:
RESOURCE MANAGER:
The resource manager is a very complexly made addon. The addon itself does have a price, which you'd have to buy from the supplier of the forums (xenforo) for a price of £60. I do however, have the files, which I purchased for my own forum.
The resources addon does;
An image of the resource manager, rather empty-lookin', is below:
Suggestion #3
CODE CHANGE:
There is a simple code modification you really should do, it will alter the "members online now" box to change all the staffs colours to their appropriate one.
Instructions:
GROUPS:
As you can see from this image below, you can create groups. In the groups, you can as an admin create categories. These categories you can label such as:
- Staff
- Factions
- Other
The group can hold its own thread discussions. This means that IN the group, you can have your own private or non private discussions, there is an option for this when creating/editing your group, so you no longer need to rely on the forums itself.
All of this is inbuilt to the forums groups forum addon. I have tested it, it works immensely/beautifully. It's a perfect replacement and manage-able faction forum solution.
Here is the image in the spoiler
Suggestion #2:
RESOURCE MANAGER:
The resource manager is a very complexly made addon. The addon itself does have a price, which you'd have to buy from the supplier of the forums (xenforo) for a price of £60. I do however, have the files, which I purchased for my own forum.
The resources addon does;
- Allows anyone with specifically made permissions to create a resource, for download by others
- Allows categories for the up loaders to choose from
- --- For example, the following categories: Media, official admin uploads (texture packs, map files), games, software etc.
- You can make priced and free resources; So if you want to sell your work, it can be sold
- It's an easier way for you to give downloads for the texture packs and whatnot.
An image of the resource manager, rather empty-lookin', is below:
Suggestion #3
CODE CHANGE:
There is a simple code modification you really should do, it will alter the "members online now" box to change all the staffs colours to their appropriate one.
Instructions:
- Go to the style you use's templates in Appearance tab (admin cp)
- Use the search function to find this template: sidebar_online_users
- Now find this part of code:
Code:
class="username{xen:if '!{$user.visible}', ' invisible'}{xen:if {$user.followed}, ' followed'}">{$user.username}
- Replace it with this:
Code:
class="username{xen:if '!{$user.visible}', ' invisible'}{xen:if {$user.followed}, ' followed'}">{xen:helper richUserName, $user}