Plogger Support Forum - Add a description of any photo, is it possible? Thu, 28 Mar 2024 10:27:57 +0000 http://www.plogger.org/forum/ Lussumo Vanilla 1.1.10 Add a description of any photo, is it possible? http://www.plogger.org/forum/comments.php?DiscussionID=306&Focus=1563#Comment_1563 http://www.plogger.org/forum/comments.php?DiscussionID=306&Focus=1563#Comment_1563 Sat, 17 Dec 2005 05:31:07 +0000 andreaf
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]]>
Add a description of any photo, is it possible? http://www.plogger.org/forum/comments.php?DiscussionID=306&Focus=1566#Comment_1566 http://www.plogger.org/forum/comments.php?DiscussionID=306&Focus=1566#Comment_1566 Sat, 17 Dec 2005 13:03:21 +0000 nsdesign 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!]]>
Add a description of any photo, is it possible? http://www.plogger.org/forum/comments.php?DiscussionID=306&Focus=1568#Comment_1568 http://www.plogger.org/forum/comments.php?DiscussionID=306&Focus=1568#Comment_1568 Sat, 17 Dec 2005 15:16:48 +0000 ddejong
Cheers,
Derek]]>
Add a description of any photo, is it possible? http://www.plogger.org/forum/comments.php?DiscussionID=306&Focus=1577#Comment_1577 http://www.plogger.org/forum/comments.php?DiscussionID=306&Focus=1577#Comment_1577 Mon, 19 Dec 2005 11:52:34 +0000 andreaf 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]]>
Add a description of any photo, is it possible? http://www.plogger.org/forum/comments.php?DiscussionID=306&Focus=1597#Comment_1597 http://www.plogger.org/forum/comments.php?DiscussionID=306&Focus=1597#Comment_1597 Mon, 19 Dec 2005 23:54:56 +0000 minhas_amar 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" ...]]>