96
You have made a coding error in postbit_display_start.php
by
class101.
Hello Red, firstly great job on the script, very good one.
I have been searching all day long why only my announcements were not showing up(anything else is ok) but just the announcements where not showing up so I started to look the php code in the file postbit_display_start.php and I found out you made a scripting error and so on this disable the ads only in the announcements:
Find
Code:
eval('$postbit_advertisement = "' . fetch_template('' . POSTBIT_TEMPLATEe . '') . '";');
Code:
eval('$postbit_advertisement = "' . fetch_template('' . POSTBIT_TEMPLATE . '') . '";');
Submitted at 22:41, 12th October, 2007.

