Custom ads after each fifth link

Core code customizations and Smarty markup and Template design help in regards to ADP.

Moderator: pgolovko

Custom ads after each fifth link

Postby pgolovko » 10/04/2007 3:03 am

Code: Select all
{if $links}
   {foreach from=$links item=item key=key name=links}
      {if $smarty.foreach.links.index % 5 == 0}
         <li><a href="http://sponsor-url.com">Sponsor link</a> - Sponsor description
      {/if}
      <li><a href="{$item.url}">{$item.title}</a> - {$item.description}
   {/foreach}
{/if}

More info can be found here: http://smarty.php.net/manual/en/languag ... oreach.php
__________________
Best regards,
Pavel Golovko
User avatar
pgolovko
 
Posts: 494
Joined: 03/25/2006 1:23 am
Location: Somewhere on planet Earth ....


Postby relisys » 08/28/2008 8:36 am

so which file do i edit to put this code in?
relisys
 
Posts: 3
Joined: 08/28/2008 8:30 am

File Name admin/templates/body.html

Postby editor » 01/07/2009 10:30 am

File Name admin/templates/body.html

Modify

Code: Select all
{foreach from=$links item=item key=key}
<table border="0" width="100%"><tr>
<td><font size=2><li><a href="{$item.url}">{$item.title}</a> <a target="_blank" href="{$item.url}"><img border=0 src="/images/nw2.gif"></a>{if $item.recip == "1"} <img src="/images/recip.gif">{/if}<br />
{if $item.description <> ""}{$item.description}<br />{/if}</font>
<font size=1><font color=green>{$item.url}</font><br />
Date:{$item.date}, Google PR:{$item.gpr}</font></td>
</tr></table>&nbsp;
{/foreach}


with

Code: Select all
{if $links}
{foreach from=$links item=item key=key name=links}
<table border="0" width="100%"><tr>
<td><font size=2><li><a href="{$item.url}">{$item.title}</a> <a target="_blank" href="{$item.url}"><img border=0 src="/images/nw2.gif"></a>{if $item.recip == "1"} <img src="/images/recip.gif">{/if}<br />
{if $item.description <> ""}{$item.description}<br />{/if}</font>
<font size=1><font color=green>{$item.url}</font><br />
Date:{$item.date}, Google PR:{$item.gpr}
      {if $smarty.foreach.links.index % 5 == 0}
<br><br>
<font size=2><li><a href="http://www.Sponsor.com">Sponsor Name</a> <a target="_blank" href="http://www.sponsor.com"><img border=0 src="/images/nw2.gif"></a> Sponsor Link<br>Sponsor Text *</font>
<font size=1><font color=green>http://www.sponsor.com</font><br />
Date:2009-01-05, Google PR:9
      {/if}
</font></td>
</tr></table>&nbsp;
{/foreach}
{/if}
Code: Select all
editor
 
Posts: 3
Joined: 01/07/2009 10:19 am


Return to Customization & Templates

Who is online

Users browsing this forum: No registered users and 0 guests

cron