coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: SeeYouAlways on December 17, 2007, 02:23:29 PM

Title: Displaying other images as HTML/BBTag Under Custom Fields?
Post by: SeeYouAlways on December 17, 2007, 02:23:29 PM
I was trying to figure this out but I am still learning PHP, so please help me out.

Basically my gallery has thousands of images for game making, and some of the images have RELATED IMAGES (characters and faces, for example) and they are located in a separate category. To make the users easier to find the related files, I want to display the related images underneath the main image, if possible. Can anybody suggest me a way of doing this? Much kisses and hugs if you can make it possible.

It doesn't have to be displayed in the custom field, but as long as it looks good. Thankies!
Title: Re: Displaying other images as HTML/BBTag Under Custom Fields?
Post by: Joachim Müller on December 17, 2007, 05:36:57 PM
Use the keyword feature to logically group things together in terms of categorization. If you have a "one to many" relation, you may as well use bbcode in the file description.
Alternatively, take a look at the MiniCMS plugin.
Title: Re: Displaying other images as HTML/BBTag Under Custom Fields?
Post by: SeeYouAlways on December 18, 2007, 04:22:53 PM
Thank you for the help. :)