Not signed in (Sign In)

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

    • CommentAuthoravbrytnu
    • CommentTimeMay 11th 2009
     
    Hi!
    Thanks for a great script and thanks for all people who are helping us here.
    I have 2 questions
    1_ itīs possible to remove "Show details" information about the camera? ... I have no need of that.
    1_ Caption the place where to write information about picture.
    It is possible to use line break <br> and Fet style?

    Thank you very much
    • CommentAuthorphpnovice
    • CommentTimeMay 12th 2009
     
    I don't understand your second question, but this is how I removed the EXIF information from my gallery.

    Remove the following code from picture.php in the folder that contains the theme you are using:

    <div id="exif-data-container">
    <?php echo generate_exif_table(plogger_get_picture_id()); ?>
    </div><!-- /exif-data-container -->

    If you might want to restore it later, you can comment it out instead.
    Thankful People: avbrytnu
    •  
      CommentAuthorsidtheduck
    • CommentTimeMay 12th 2009
     
    To answer your second question, it depends on which Plogger version you are running. The 1.0b3 release stripped out html tags or changed them to ascii characters, so it would not render correctly. We have changed this for the next release and can be seen in the SVN r-594 version.
    • CommentAuthoravbrytnu
    • CommentTimeMay 12th 2009 edited
     
    Thank you Phpnpvice and sidtheduck for your help
    The plogger version that I am running is Trunk 550.
    Well I am going to install trunk-r594 to test it .
    It was hard to find where to download the latest version.

    Have a nice time
    • CommentAuthoravbrytnu
    • CommentTimeMay 13th 2009
     
    Hi!
    I am using trunk-r594 now and itīs working just perfect.
    Thank you very much