Addons are custom features that you can add to your Vanilla forum. Addons are created by our community of developers and people like you!
Will it work on my Vanilla Forum?
These addons are for people who downloaded and set up their own Vanilla forum. Compare your downloaded version with the version requirements on the right.
If your Vanilla forum is hosted at VanillaForums.com, this addon may already be installed there.
Vanilla Approved?
We review addons to make sure they are safe and don't cause bugs. An addon is considered to be "Vanilla Approved" once our review process is complete.
This addon is a theme. You need to extract it to your /themes folder to install it.
This is a very basic theme, its actually just a few lines modified in the comments.php. Its purpose is to add a class to the author's name on comments. These classes can then be used to style (for example color change) these names based on.
Install notes:
• Make a folder in the themes folder called "dojo" • place the "comments.php" that comes with this theme in that folder • copy your "styles" folder from your current theme over to this folder • in any css file active (for example "vanilla.css") add these lines: #Comments .CommentHeader a.user { color:red; } • you need all of that per role you want to change. you can put any css style in here and of course change the color from red to something else • IMPORTANT: where i have user in my example, you put the name of you role, however, and THIS IS IMPORTANT, use only lowercase and remove spaces. (ie. "My Friends" become "myfriends")