RedTyger Website Design, Hosting and Domains

You have made a coding error in postbit_display_start.php .

In Discussion , Project Tools , vB Ad Management , Bug .

bug self confirmed fixed after applying personal patch

Category: Unknown
Affected Version: 3.14
Priority: 1 - Highest
Type: Unconfirmed
Fixed Version: 5.01 Beta

Subscribe to this issue 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 . '') . '";');
replace with

Code:
eval('$postbit_advertisement = "' . fetch_template('' . POSTBIT_TEMPLATE . '') . '";');
You just made a typo error writing it POSTBIT_TEMPLATEe and that breaks the announces showing, hope I helped you out :)

Submitted at 22:41, 12th October, 2007.

Are you able to reproduce this bug?
+ Issue marked as addressed.
Issue Changed by RedTyger at 17:18, 6th November, 2007.