Not signed in (Sign In)

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

    •  
      CommentAuthormemic.a
    • CommentTimeDec 15th 2008
     
    Hi,

    - you can't have something like this in plogger: "like, collection -> album1 -> subalbum1,subalbum2"
    - for the ads you can make a div and put there your code,
    go to /plogerfolder/themes/yourtheme/ and add your code to picture.php, album.php, collection.php and colections.php
    •  
      CommentAuthormemic.a
    • CommentTimeDec 16th 2008 edited
     
    Hi,
    open you album.php and find this code

    .....

    <div id="thumbnail-container">

    <?php if (plogger_has_pictures()) : ?>

    <div id="collections" class="clearfix">
    ....



    and change it to

    .....

    <div id="thumbnail-container">

    <?php if (plogger_has_pictures()) : ?>

    //in this div you must put your ads code
    <div style="float:left; width: 250"> here you ads </div>

    <div id="collections" class="clearfix" style="width: 650">
    ....




    you have laso to change the css of your theme, and you must add the code fore your ads also in collection.php, collections.php


    for the plogger structure, you can only have this:


    - collection1
    |-------album1
    |-------album2
    |--------........
    - collection2
    |-------album4
    - collection3
    |------ album5


    if you want something like this, it's not possible with plogger....

    - collection1
    |_____album1
    |_____album2
    |____album3
    |____album4
    |____album5....
    - collection2
    |______album6