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.
Wordpress, Header & Footer Integration
I put V2 is a subdirectory of my Wordpress website. I used the Proxy plugin in order to implement Single Sign On (Easy Peasey).
Now I would like to use the header and footer from my existing Wordpress Website in order to start creating a seamless experience. For now I am thinking about the "Joie" Theme until I get a better grip on how the V2 themes work.
Does anyone have any suggestions for adding the required code to the Vanilla Theme? Or is anyone aware of a clearly written tutorial?
Awesome Job dev team!
Now I would like to use the header and footer from my existing Wordpress Website in order to start creating a seamless experience. For now I am thinking about the "Joie" Theme until I get a better grip on how the V2 themes work.
Does anyone have any suggestions for adding the required code to the Vanilla Theme? Or is anyone aware of a clearly written tutorial?
Awesome Job dev team!
Tagged:
1
Comments
I would definitely like to see code that implement header and footer integration, because I will use banners on my site, and I dont want to do it every time both on WP and Vanilla.
We will see if anybody from Vanilla team will have solution for this.. Maybe it is something that is already planned
This isn't as easy as you think...mainly because every wordpress theme is different.
There's no way to know exactly what code would have to be modified for your vanilla forum to be integrated with your wordpress site.
The best option is usually to get an experienced coder to do it for you (possibly for an hourly rate)
But there was something like this already posted on this forum... I know because I tried, but with no success
This guy with very nice WP and Vanilla website has a solution:
http://marathonnews.net/
http://marathonnews.net/forums/
http://vanillaforums.org/addon/embedvanilla-plugin
*div style="position: absolute; left: 0px; top: 0px; width: 1000px; height: 116px;">
*img height="76" border="0" width="927" onload="OnLoadPngFix()" alt=" Your tag line here " title="" name="art_198" id="art_198" src="/templates/Myimages/headerlogo.png ">*/div>”
*a href="h**p://www.yoursite/wordpress">*img height="116" width="1000" title=" What ever you like " alt="Your tag" src=" /templates/Myimages/headerlogo.png ">*/a>
*span>
*img alt="MyNilla" src="/h**p://www.yoursite/wordpress/templates/Myimages/headerlogo.png ">*/span>
Of course you would have to adjust them to suit your needs.
The onload="OnLoadPngFix()" was added because of certain search-engine problems
using gif or jpeg you can remove that.
Fair-well
Rookie2010