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.

Show sidebar extensions on Home page

RaizeRaize ✭✭
edited November 2008 in Vanilla 1.0 Help
So, I'm using the BlogThis extension which allows me to post certain discussions my "Home" page. So far only my TagThis cloud shows up in the left panel of my Home page (I'm guessing because Spode is behind both of the extensions). How can I get my other left panel extensions to show up on the home page as well...namely, WhosOnline and LatestTopics)

Comments

  • any help? this has to be an easy one...im thinking that there is a snippet of code I need to copy over to something.php
  • in each of your extension default.php files you should find something like this

    $ProcessedPages = array( 'index.php', 'search.php', 'comments.php' ); if ( in_array( $Context->SelfUrl, $ProcessedPages ) ) {

    all as you need to do it add 'extension.php', in
  • I don't know how, but that totally worked. Thank you very much my fellow Simon
This discussion has been closed.