View Single Post
  #4 (permalink)  
Old 01-07-2009, 04:52 PM
chuckroast's Avatar
chuckroast chuckroast is offline
Pligg Developer
 
Join Date: Jun 2006
Posts: 3,832
Yeah, you can probably also do it like

{if $pagename eq "story"}
{if $request_category eq "dogs"}
<----Advertisement about dogs----->
{/if}{/if}

{if $pagename eq "story"}
{if $request_category eq "birds"}
<---Advertisement about birds------>
{/if}{/if}

and so on...


Download the full Pligg Module Pack





Reply With Quote