Problem mit google mod vs. cash mod
Verfasst: 30.03.2007 19:25
Hallo Ihr. Hab mit der Suche nicht nur dieses sondern auch andere Foren durchforstet und finde leider keine Lösung. Ich hab den Google Mod installiert, diesen hier:
<?php #
#-----[ OPEN ]------------------------------------------
#
viewtopic.php
#
#-----[ FIND ]------------------------------------------
#
$row_color = ( !($i % 2) ) ? $theme['td_color1'] : $theme['td_color2'];
$row_class = ( !($i % 2) ) ? $theme['td_class1'] : $theme['td_class2'];
#
#-----[ REPLACE WITH ]------------------------------------------
#
$row_color = ( !($num % 2) ) ? $theme['td_color1'] : $theme['td_color2'];
$row_class = ( !($num % 2) ) ? $theme['td_class1'] : $theme['td_class2'];
$num ++;
#
#-----[ FIND ]------------------------------------------
#
'U_POST_ID' => $postrow[$i]['post_id'])
);
#
#-----[ AFTER, ADD ]------------------------------------------
#
if($i == $ad_after)
{
$row_color = ( !($num % 2) ) ? $theme['td_color1'] : $theme['td_color2'];
$row_class = ( !($num % 2) ) ? $theme['td_class1'] : $theme['td_class2'];
$num ++;
$mini_post_url = append_sid('viewtopic.' . $phpEx . '?' . POST_POST_URL . '=' . $postrow[$i]['post_id']) . '#ad';
$template->assign_block_vars('postrow', array(
'ROW_COLOR' => '#' . $row_color,
'ROW_CLASS' => $row_class,
'POST_DATE' => $post_date,
'POST_SUBJECT' => 'Advertisement',
'MINI_POST_IMG' => $mini_post_img,
'POSTER_NAME' => 'Advertisement',
'POSTER_RANK' => 'Advertiser',
'MESSAGE' => '<div align="center">YOUR ADSENSE CODE HERE</div>',
'L_MINI_POST_ALT' => $mini_post_alt,
'U_MINI_POST' => $mini_post_url,
'U_POST_ID' => 'ad')
);
}
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM ?>
Dazu habe ich auch noch den Chash Mod.....
Das Problem ist folgendes:
Der Adsense Block wird erfolgreich angezeigt, jedoch bekommt er Community Punkte (wegen Cash Mod) diese werden beliebig gestreut. Hier ein Beispiel aus einem meiner Forenposts.
http://www.schwarze-gruft.de/phpBB2/ftopic83.html
Man sieht das Adsense Feld und im Profil Anzeigen die Community Punkte. Wie bekomme ich die da weg?
Bin für Antworten sehr Dankbar!
Liebe Grüße
Marco
EDIT: Mir ist gerade aufgefallen, das es immer nur den ersten Beitrag betrifft. Hier wird praktisch das Profil auseinander genommen, das immer links neben einem Post angezeigt wird. Ich suche nun schon einige Stunden, kann aber nicht die Lösung finden
<?php #
#-----[ OPEN ]------------------------------------------
#
viewtopic.php
#
#-----[ FIND ]------------------------------------------
#
$row_color = ( !($i % 2) ) ? $theme['td_color1'] : $theme['td_color2'];
$row_class = ( !($i % 2) ) ? $theme['td_class1'] : $theme['td_class2'];
#
#-----[ REPLACE WITH ]------------------------------------------
#
$row_color = ( !($num % 2) ) ? $theme['td_color1'] : $theme['td_color2'];
$row_class = ( !($num % 2) ) ? $theme['td_class1'] : $theme['td_class2'];
$num ++;
#
#-----[ FIND ]------------------------------------------
#
'U_POST_ID' => $postrow[$i]['post_id'])
);
#
#-----[ AFTER, ADD ]------------------------------------------
#
if($i == $ad_after)
{
$row_color = ( !($num % 2) ) ? $theme['td_color1'] : $theme['td_color2'];
$row_class = ( !($num % 2) ) ? $theme['td_class1'] : $theme['td_class2'];
$num ++;
$mini_post_url = append_sid('viewtopic.' . $phpEx . '?' . POST_POST_URL . '=' . $postrow[$i]['post_id']) . '#ad';
$template->assign_block_vars('postrow', array(
'ROW_COLOR' => '#' . $row_color,
'ROW_CLASS' => $row_class,
'POST_DATE' => $post_date,
'POST_SUBJECT' => 'Advertisement',
'MINI_POST_IMG' => $mini_post_img,
'POSTER_NAME' => 'Advertisement',
'POSTER_RANK' => 'Advertiser',
'MESSAGE' => '<div align="center">YOUR ADSENSE CODE HERE</div>',
'L_MINI_POST_ALT' => $mini_post_alt,
'U_MINI_POST' => $mini_post_url,
'U_POST_ID' => 'ad')
);
}
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM ?>
Dazu habe ich auch noch den Chash Mod.....
Das Problem ist folgendes:
Der Adsense Block wird erfolgreich angezeigt, jedoch bekommt er Community Punkte (wegen Cash Mod) diese werden beliebig gestreut. Hier ein Beispiel aus einem meiner Forenposts.
http://www.schwarze-gruft.de/phpBB2/ftopic83.html
Man sieht das Adsense Feld und im Profil Anzeigen die Community Punkte. Wie bekomme ich die da weg?
Bin für Antworten sehr Dankbar!
Liebe Grüße
Marco
EDIT: Mir ist gerade aufgefallen, das es immer nur den ersten Beitrag betrifft. Hier wird praktisch das Profil auseinander genommen, das immer links neben einem Post angezeigt wird. Ich suche nun schon einige Stunden, kann aber nicht die Lösung finden
