View Single Post
  #2 (permalink)  
Old 01-07-2009, 03:38 PM
chuckroast's Avatar
chuckroast chuckroast is offline
Pligg Developer
 
Join Date: Jun 2006
Posts: 3,829
I haven't tried this and have no idea if this would work but I would try something this in link_summary.tpl

Code:
{if $pagename eq "story"}
{if $cat_array[thecat].dogs}
<----Advertisement about dogs----->
{/if}{/if}

{if $pagename eq "story"}
{if $cat_array[thecat].birds}
<---Advertisement about birds------>
{/if}{/if}

and so on...


Get the full Pligg Module Pack today.

Anyone want the domain MyHubb.com ? Bid Now!




Reply With Quote