Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

  1.  
    Hello, I was wondering how do I remove the search bar from this script. I am using the default theme and also at the bottom of the script it says: Powered by Plogger!

    Well I was wondering were that is stored as I would like to add some of my own text on that line

    Thanks :)

    Great script :)
    •  
      CommentAuthorsidtheduck
    • CommentTimeJun 3rd 2008
     
    Posted By: DanaldinhoHello, I was wondering how do I remove the search bar from this script.
    Remove the following line of code or comment it out in 'Plogger/themes/default/header.php':<td id="jump-search-container">'.generate_jump_menu() . "<br/><br/>" . generate_search_box().'</td>

    Posted By: DanaldinhoI am using the default theme and also at the bottom of the script it says: Powered by Plogger!
    Well I was wondering were that is stored as I would like to add some of my own text on that line
    You can add your text by editing the code like so in the 'Plogger/themes/default/footer.php' file:print plogger_link_back()." Your text here!";
  2.  
    Thanks alot mate, worked perfectly :)