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.
Loading info into panel using php include?
Hi all im a new Vanilla user and am setting up a new site running Vanilla.
Its all going well except for this one problem, in the side panel I would like to use a PHP include to display text from a PHP file. I figured the easiest way to do this would be to add the following:
<? include (\"http://domain.com/languages/quotes.php\"); ?>
Into the languages/english.php file but the text doesn't show up?
How can I go about adding somthing other than plain text into the sidebar, I would like it to be a php include so I can add the google adsense code at a later date if required or run a randon quotes script.
Thanks,
Mike.
0
This discussion has been closed.
Comments
(the above applies to v1.0)