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


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
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

-------------------------------------------------------
Web Hosting Kit: A to Z of Web Hosting! http://www.webhostingkit.com/
Software Devil: Software Search Made Easy! http://www.softwaredevil.com/
-------------------------------------------------------
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

-------------------------------------------------------
Web Hosting Kit: A to Z of Web Hosting! http://www.webhostingkit.com/
Software Devil: Software Search Made Easy! http://www.softwaredevil.com/
-------------------------------------------------------
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


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
Quote Reply
Re: [Andy] adding ads to detail pages In reply to
Thanks guys! Wink