Gossamer Forum
Home : Products : Gossamer Links : Discussions :

adding ads to detail pages

Quote Reply
adding ads to detail pages
I want to place ads on the detail pages, but only the detail pages owned by admin. How would I do this?

Thanks much!
Quote Reply
Re: [SSmeredith] adding ads to detail pages In reply to
Hi. Try...

Code:
<%if LinkOwner eq 'admin'%>
... banner codes here
<%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!
Quote Reply
Re: [SSmeredith] adding ads to detail pages In reply to
I think code like <%if LinkOwner eq 'admin'%> Ad Here <%endif%> should work.

Need Scripts

Vishal
-------------------------------------------------------
Quote Reply
Re: [Andy] adding ads to detail pages In reply to
hum... it seems like Andy was little quicker to reply :)

Need Scripts

Vishal
-------------------------------------------------------
Quote Reply
Re: [NeedScripts.Com] adding ads to detail pages In reply to
In Reply To:
hum... it seems like Andy was little quicker to reply :)

Need Scripts

Wink

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!
Quote Reply
Re: [Andy] adding ads to detail pages In reply to
Thanks guys! Wink