Not signed in (Sign In)

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

    • CommentAuthorex-adrin
    • CommentTimeAug 24th 2007
     
    Hi
    Like i writs in my topic i whant do remove/delete Search, rss and the jump to box, and the lines.
    I have V3.0 installed and i cant find out how to do it!

    ass you all can see at my link it dosent fitt inn and thats way i whant to remove does tings ;)
    http://ex-adrin.com/portfolio.php
    • CommentAuthorjammindice
    • CommentTimeAug 24th 2007 edited
     
    If you go into the theme/name-of-theme directory you're using and look at header.php you will find a line like the one below (line 8 in my default theme):

    '</td><td id="jump-search-container">'.generate_jump_menu() . generate_search_box().'</td></tr></table>';

    Just delete the entire <td> to </td> so it would look like this:
    '</td></tr></table>';

    That gets rid of the table cell with the jump to: menu and the search box.

    to get rid of the the RSS feed box/link:

    find footer.php in the theme/name-of-theme directory and remove the following line:
    <td id="rss-tag-container">'.plogger_rss_feed_button().'</td>

    that should do most of it, if not let me know
    • CommentAuthorex-adrin
    • CommentTimeAug 24th 2007
     
    Thnx ;)

    Then i have dont it ;D and it is perfeckt :D