Not signed in (Sign In)

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

    • CommentAuthorandreaf
    • CommentTimeDec 17th 2005
     
    Hi there, this script is amazing.

    Easy to install and make it work.

    The only thing I would like to do is adding a description, like in a box, to certain images to describe the picture and provide informations about it.

    Is this possible?

    I need your help...

    Andrea
    • CommentAuthornsdesign
    • CommentTimeDec 17th 2005
     
    Will adding it in the "caption" area not suffice?
    If not, you'll need to simply add another column in the mysql db, and then tweak the code to store the content from a new form field to it.

    We've added this functionality pretty easily... Have a go!
    • CommentAuthorddejong
    • CommentTimeDec 17th 2005
     
    I think there are now an image name and a long desc in the nightlies. Check out dev.plogger.org if you're feeling adventurous. As for the "box", a little CSS would go a long way to achieving that.

    Cheers,
    Derek
    • CommentAuthorandreaf
    • CommentTimeDec 19th 2005
     
    Hi guys,
    unfortunately I've spent an entire day working with php and mysql db but had no luck.

    My boss is now asking this feature and I need to have it or I'll have to start looking again around.

    I've also tried to add comments from admin end and erase the code on displayed pages so that what user sees is a description but I can't integrate the code.

    CAN ANYONE PLEASE HELP THIS STUPID GIRL TO REACH HER GOAL?
    Step by step would be better.

    :(
    Andrea
    • CommentAuthorminhas_amar
    • CommentTimeDec 19th 2005 edited
     
    why don't you use caption field to describe the image ??
    you can easily get a box round it ....

    goto "gallery.php" @ line 194-198....

    if you are having the caption as the "name of the image" ... then you'll need to add a column to the database

    it should be something like this...

    --------------

    ALTER TABLE plogger_pictures ADD desc MEDIUMTEXT AFTER caption;

    --------------

    well I am not sure ... I have left the command line moved to "phpMySQL" ...