View Full Version : Comment window
DaveTurton
11-09-2010, 08:47 AM
is there an extension that I'm not seeing here that would allow for people to comment on an image or video that would be on a page? I've looked at the extensions but it's not jumping out at me if there is one there that will work. If there isn't one, does anyone have a suggestion to where I can get something like this?
Jason Byrnes
11-09-2010, 11:06 AM
There isn't a extension that will build a comment window for you completely, but you can use DataAssist to create one.
you would need a comment table:
comments:
commentID - primary Key
commentImageID - Foreign Key relation to the image table
Commenttext - Text for the comment
then use the data assist insert record behavior to store the comment in the database along with the image ID to create the relationship between the comment and the image.
vBulletin® v3.8.1, Copyright ©2000-2012, Jelsoft Enterprises Ltd.