Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Calling icons to the home page

Quote Reply
Calling icons to the home page
What is the best way to place an icon in front each category on the home page with the latest Gossamer Links?
http://www.hopeforyou.com

Last edited by:

HopeForYou: Jun 11, 2009, 10:55 AM
Quote Reply
Re: [HopeForYou] Calling icons to the home page In reply to
Huh?

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!
Post deleted by HopeForYou In reply to
Quote Reply
Re: [Andy] Calling icons to the home page In reply to
Andy wrote:
Huh?

I apologize for the wording, I am referring to the images for the home page categories.
http://www.hopeforyou.com

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!