Hello Manoel, im using vB 4.2.x, and when i enable your plugin, i can see an error message on showthread (any thread page), this:
"Parse error: syntax error, unexpected ':' in /home/myusername/public_html/includes/class_postbit.php(345) : eval()'d code on line 113"
That file:
113 case 'announcement':
114 require_once(DIR . '/includes/class_postbit_alt.php');
115 $out = new vB_Postbit_Announcement();
116 break;
117
118 case 'pm':
119 require_once(DIR . '/includes/class_postbit_alt.php');
120 $out = new vB_Postbit_Pm();
any fix for this pls?
|