View Single Post
  #6 (permalink)  
Old 01-07-2009, 07:12 PM
chuckroast's Avatar
chuckroast chuckroast is offline
Pligg Developer
 
Join Date: Jun 2006
Posts: 3,832
I just tried this on my site and it works. Using category ID numbers. Lets say the category dogs has the Id number of 2

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

Repete for each category.

Then put the code in link_summary.tpl just above
{checkActionsTpl location="tpl_link_summary_end"}

Good Luck


Download the full Pligg Module Pack





Reply With Quote