Not signed in (Sign In)

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

  1.  
    http://snedekerdesignz.com/downloads/avatars/

    Got there, than click GAMING. At the bottom you can see how messy it is. I would like to remove the SLIDESHOW link, and on top, I want to remove that drop down box.

    How do I do this?
    • CommentAuthorDemoMan
    • CommentTimeNov 6th 2008 edited
     
    this has something to do with themes

    you are using the default theme
    to get rid of the drop down box on top you could go into "plog-content/themes/default" and edit the "header.php" and delete or comment out lines 4 - 13
    <table id="header-table">
    <tr>
    <td><?php echo generate_header(); ?></td>
    <td id="jump-search-container">
    <?php echo generate_jump_menu(); ?>
    <br />
    <?php echo generate_search_box(); ?>
    </td>
    </tr>
    </table><!-- /header-table -->



    as for the slideshow link:
    edit in the same folder "footer.php" and delete line 7
    <td><?php echo plogger_slideshow_link(); ?></td>
  2.  
    Thanks SO much! It worked!

    Thanks for taking so long to reply XD I totally forgot about this.