Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
[SOLVED] Can I change the way my vanilla page looks or not?
Hello there, I am very new to all of this... I downloaded and installed Vanilla 2 and have it up and running on my site... very excited... I was able to put a banner of my choosing up but I would really like to change the colors. My site is mainly black and white and I would like the forum to be as well but I do not know how to change it or if I can. I have tried to download a theme and put it in the theme folder on my server but don't know what to do beyond that.
Also can I put a link back to the home page of my site on the vanilla forum? Thanks so much for your help.
Jen....
Also can I put a link back to the home page of my site on the vanilla forum? Thanks so much for your help.
Jen....
Tagged:
0
Comments
The easiest way to edit the color of the theme is by learning CSS and modifying the stylesheet file.
You can create a link to your home page by learning HTML and inserting it into the theme file.
www/mywebsite/vanillaforums/vanilla/themes/joie
/mnt/w0302/d09/s12/b032bff6/www/whathedid4me.com/vanillaforums/vanilla/themes/joie/about.php
This assumes that the root of your Vanilla folder (the folder that contains index.php and readme.html) is located here:
/mnt/w0302/d09/s12/b032bff6/www/whathedid4me.com/vanillaforums/vanilla
Your vanilla folder contains a "themes" folder. You need to make sure that your joie theme folder sits directly within this "themes" folder. Your joie theme folder should contain the about.php file. If it only contains another joie folder, you have buried it too deep. Take the contents of the inner joie folder and place them in their parent, just like you can see in the screenshot I posted above.