
Can I ask what features newbbex module has that newbb does not? At this point it would probably be easier to have a developer add the features you care about to newbb than to try and update newbbex. The newbbex code hasn't been updated in 8.5 years.
$myts = new MyTextSanitizer();
$myts = new \MyTextSanitizer();
['file' => 'yogurt_Notebook.tpl', 'description' => _MI_YOG_PICTURE_TEMPLATENOTEBOOKDESC],
['file' => 'yogurt_notebook.tpl', 'description' => _MI_YOG_PICTURE_TEMPLATENOTEBOOKDESC],
['file' => 'Seutubo.tpl', 'description' => _MI_YOG_PICTURE_TEMPLATESEUTUBODESC],
['file' => 'yogurt_seutubo.tpl', 'description' => _MI_YOG_PICTURE_TEMPLATESEUTUBODESC],
['file' => 'Tribes.tpl', 'description' => _MI_YOG_PICTURE_TEMPLATETRIBESDESC],
['file' => 'yogurt_tribes.tpl', 'description' => _MI_YOG_PICTURE_TEMPLATETRIBESDESC],
new Yogurt\Visitors()
new Visitors()
heh26 wrote:
Parse error: syntax error, unexpected '='
modules/happy_linux/class/time.php on line 127[$usec, $sec] = explode(' ', microtime());
to:list($usec, $sec) = explode(' ', microtime());
public function get_microtime()
{
[$usec, $sec] = explode(' ', microtime());
$time = (float)$sec + (float)$usec;
return $time;
Thank you for the reaction, of course, I can change, but it did nothing. I still can't use the module. Regards, Rafał.
[$count, $time_now, $time_elapse, $time_lap] = $this->get_lap_time();
list($count, $time_now, $time_elapse, $time_lap) = $this->get_lap_time();