Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Vanilla to WP theme
OK, i am going to try and be as clear about this as possible. I use to use a plugin for WP, called xdforum. This forum would integrate into the theme of my WP theme. Example: www.mytimewithgod.net/xdforum. Notice how this page has both sidebars and a WP header and footer. Now, goto www.mytimewithgod.net/forum, you will see the Vanilla forum does not integrate into my WP theme. I want Vanilla to "appear" just as the xdforum did; in the "content area of my site with both sidebars and a WP header and footer.
Path of WP is /doc_root and path for Vanilla is /doc_root/forum. I am not a php guru (like Mark) but it seems that WP and Vanilla are not aware of each other as far as the theme goes (i DO have it integrated with users (DB)). I have been to the devlounge site and tried their suggestion to no avail (it seems like they are doing something different than i want to do (using a header banner)).
I have tried to add a function to Vanilla head.php, called <?php get_bp_header(); ?> and get a call to undefined function error. I then tried to tell the Vanilla head.php file where the functions.php file is (which has the function) and get a WP cache error.
Now i am completely lost. I have also asked this question on the WP forum and no one seems to be able to help. can someone here help me with this?
0
This discussion has been closed.
Comments
In looking at your site which is a 3-column site like mine, the content area will not hold the forum. It is too wide, at least the way I am doing it for my site. I had to remove the sidebars, keeping the header and footer. If this is not okay for you, how would you get the forum to fit?
If you want to see how this looks, click here. Then look for "My forum" link in the right sidebar and click on it.
I will try modifying the Vanilla code next.