forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Miscellaneous => Topic started by: davec on December 17, 2004, 11:52:07 am

Title: Catergory Pictures
Post by: davec on December 17, 2004, 11:52:07 am
I realise that catergory pictures can be added but the pics are taken from an album. Is there a way to create a seperate folder and all catergory pics/thumbnails are called from there? I basically want car badges as catergory thumbnails but don't want them displayed in the actual albums. I think looking at it I may need to alter quite a bit of code and possibly add a new sql table. Any ideas please  ;D

Dave
Title: Re: Catergory Pictures
Post by: Casper on December 17, 2004, 01:19:46 pm
The easy way to do this would be to use bb code in the cat description, to link to the pic direct.  No need to change any code, which would be complicated.

So your category description for BMW would be something like this, without the spaces;

Quote
[img ]http://www.mysite.com/images/bmw.gif[/ img] BMW........
Title: Re: Catergory Pictures
Post by: majay on February 03, 2005, 12:01:53 am
I have a related question, so I didn't see the need to start a new thread for this: can you create tables using bbcodes in category descriptions? What I would like to do is to put a picture and a description right next to it, but so that the text is on the top level of the picture, rather than at the bottom or under it. I'm sorry it's quite unclear but I don't really know how to explain...
This is what I've tried to put in the category description, but it doesn't work:
Code: [Select]
[table][tr][td][img]http://www.domain.com/picture.jpg[/img][/td][td]Description...[/td][/tr][/table]

Thanks if someone has a solution.
Title: Re: Catergory Pictures
Post by: Joachim Müller on February 03, 2005, 08:57:44 am
no, table-related bbcode currently is not supported within coppermine.

Joachim