Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Re: [QooQ] category image

Quote Reply
Re: [QooQ] category image In reply to
OK, here is a very simple plugin that you can use to display an image for every category. There is also one for displaying an image for every forum. It's very simple, it just adds three fields to the category/forum table containing the image filename, the image height and the image width.

You can use the tags <%cat_image%>, <%cat_image_height%>, <%cat_image_width%> on the appropriate pages in the appropriate loops.

Example: if you store the images in the GForum image directory, you can display the image per category using

Code:
<%if cat_image ne ''%>
<img src="<%image_url%>/<%cat_image%>" height="<%cat_image_height%>" width="<%cat_image_width%>">
<%endif%>

Ivan
-----
Iyengar Yoga Resources / GT Plugins
Subject Author Views Date
Thread category image QooQ 5711 Dec 9, 2001, 2:41 PM
Thread Re: [QooQ] category image
Stealth 5560 Dec 9, 2001, 7:15 PM
Thread Re: [Heckler] category image
QooQ 5577 Dec 9, 2001, 8:18 PM
Post Re: [QooQ] category image
Stealth 5578 Dec 9, 2001, 8:35 PM
Post Re: [QooQ] category image
yogi 5542 Dec 10, 2001, 1:40 AM
Thread Re: [QooQ] category image
yogi 5586 Dec 10, 2001, 3:17 AM
Post Re: [yogi] category image
QooQ 5515 Dec 10, 2001, 6:28 AM
Thread Re: [yogi] category image
Paul 5534 Dec 10, 2001, 6:31 AM
Thread Re: [PaulW] category image
yogi 5564 Dec 10, 2001, 6:34 AM
Thread Re: [yogi] category image
Marc_B 5520 Dec 11, 2001, 10:01 AM
Post Re: [Marc_B] category image
Marc_B 5524 Dec 12, 2001, 4:06 PM
Thread Re: [yogi] category image
webconferencia 5399 Aug 31, 2002, 7:44 AM
Thread Re: [acidoinmetal] category image
yogi 5401 Aug 31, 2002, 12:41 PM
Thread Re: [yogi] category image
webconferencia 5396 Sep 4, 2002, 1:19 PM
Thread Re: [acidoinmetal] category image
yogi 5377 Sep 5, 2002, 12:13 AM
Post Re: [yogi] category image
webconferencia 5368 Sep 7, 2002, 6:48 AM