Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [Andy] Calling icons to the home page

Quote Reply
Re: [Andy] Calling icons to the home page In reply to
Just add a new field in Database > Category > Properties > Add field, and call it CategoryImage (CHAR - 255), and then upload your images to the server.

Simply edit your categories then, so you enter the URL to the image you wanna show next to the category.

Then. in subcategory.html - add:

Code:
<%if CategoryImage%>
<img src="<%CategoryImage%>" />
<%endif%>

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Subject Author Views Date
Thread Calling icons to the home page HopeForYou 4965 Jun 11, 2009, 10:11 AM
Thread Re: [HopeForYou] Calling icons to the home page
Andy 4868 Jun 11, 2009, 10:38 AM
Post Post deleted by HopeForYou
HopeForYou 4845 Jun 11, 2009, 10:53 AM
Post Re: [Andy] Calling icons to the home page
HopeForYou 4844 Jun 11, 2009, 11:31 AM
Post Re: [Andy] Calling icons to the home page
Andy 4856 Jun 12, 2009, 2:56 AM