Now i get another error:
Quote:
Fatal error: Cannot redeclare class vbulletinhook in /srv/www/htdocs/****/html/forum/includes/class_hook.php on line 29
|
Ok, this was the solution of my problem:
https://vborg.vbsupport.ru/showpost....&postcount=106
But there is another..
I want to display the online user in javascript - "box".
Code:
<a href="forum/online.php" onmouseover="return overlib('<?php output_UsersOnline(); ?>');" onmouseout="return nd();">Who's online?</a>
But this don't work.
Can i put the function of "output_UsersOnline" in a variable?