Herzlich willkommen im Archiv vom ABAKUS Online Marketing Forum
Du befindest Dich im Archiv vom ABAKUS Online Marketing Forum. Hier kannst Du Dich für das Forum mit den aktuellen Beiträgen registrieren.
Vielen Dank für deine Antwort,compiler hat geschrieben:Dafür brauchs tdu phpBB und bisschen Webgestalterisches Geschick
Guck dir die Files in /templates/xxxDein_Templatexxx an.
Das sollte dir alles sagen oder? oO
Compiler
Code: Alles auswählen
$template->pparse('body');
Code: Alles auswählen
if( $total_posts < 4 AND $i+1 == 1 )
{
$template->assign_block_vars('postrow.switch_ad', array() );
}
else if( $total_posts >= 3 AND is_int(($i+1)/4) )
{
$template->assign_block_vars('postrow.switch_ad', array() );
}
else
{
$template->assign_block_vars('postrow.switch_no_ad', array() );
}
Code: Alles auswählen
<!-- END postrow -->
Code: Alles auswählen
<!-- BEGIN switch_ad -->
DEIN ADESENSE CODE
<!-- END switch_ad -->
<!-- BEGIN switch_no_ad -->
CODE KEIN ADSENSE
<!-- END switch_no_ad -->