Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Images in Forum Description

Quote Reply
Images in Forum Description
Hi Jman,

What are the changes of allowing an image to be included on the description line or before the forum title?
Quote Reply
Re: [Teambldr] Images in Forum Description In reply to
You would need to:

1. add a new field into the forum table: forum_image
2. add <%if forum_image%><img src="<%forum_image%>"><%endif%> (or similar) to the relevant templates.

Ivan
-----
Iyengar Yoga Resources / GT Plugins
Quote Reply
Re: [Teambldr] Images in Forum Description In reply to
In Gossamer Forum 1.1.5 and 1.1.6, you can enter HTML directly in the forum description field - so you could simply enter a forum description that looks something like:

Code:


<img src="/pics/some_image.gif"> My Forum Description

Jason Rhinelander
Gossamer Threads
jason@gossamer-threads.com