Shadowdare
MVPShadowdare MVP
I'll be away on vacation next week and will be back by the end of the month.
Reactions
-
Re: How to add my WordPress site header to my Vanilla forum on .com/forum?
Including WordPress headers would cause many conflicts with Vanilla. What you can do is manually copy in the header from your WordPress theme to the master view of your Vanilla theme. Basically, you … (View Post)3 -
Re: [Solved] Having trouble with my install on Pagoda Git*
After you configured it all, did database tables get created? (View Post)1 -
Re: Vanilla requires GD version 2 or better on change profile*
Is PHP GD installed on the server? (View Post)1 -
Re: Vanilla's css seems to override mine?
The custom.css in the design directory of your theme is loaded after Vanilla's default CSS. It sounds like your rules are being applied and you just need to add extra declarations to change some of d… (View Post)2 -
Re: How to bulk create multiple discussions?
One way to do this is to create a PHP script that instantiates DiscussionModel() from Vanilla and then uses it to create discussions from data that you input through an array. (View Post)6