2) Fix (again) the online widget query, to retrieve the correct number of users online
3) Fix the fact, that if the resulting array of online users is empty, (no guests and no registered) the related widget do not display at all, due to this line of code, into /wp-w3all-phpbb-integration/class.wp.w3all.widgets-phpbb.php:
Code: Select all
if(empty($phpbb_online_udata)){ return; }
report bugs if you find any!
ps: not tested but 2.6.3 should be (as it was the code before 2.6<) compatible from Php 5.6, until last Php 8>