Page 2 of 2

Re: Coming 2.6.0 logs and 2.5.9 patches/bugs

Posted: Fri Mar 11, 2022 10:58 am
by axew3
axew3 wrote: Tue Mar 08, 2022 8:48 am Fix: multisite (and signups) user deletion (unescaped string on query on certain php versions)
viewtopic.php?p=5620#p5620
again fixed at date of this post. I am sorry that unfortunately the code i had think had been already patched, instead was not on repository.
so that to fix, until 2.6.0 not released, you should download the file class.wp.w3all-phpbb.php
https://plugins.trac.wordpress.org/expo ... -phpbb.php
and replace into
/wp-content/plugins/wp-w3all-phpbb-integration/class.wp.w3all-phpbb.php
all under this (and more) has been fixed now

Re: Coming 2.6.0 logs and 2.5.9 patches/bugs

Posted: Mon Mar 14, 2022 8:09 am
by axew3
Improvements all over about avatars into widgets and shortcodes.
avatars images rendered with proper alt tag, functions cleaned up (admin screen) and several fixes applied all over.
to be done, avatars images rendered with proper alt actually only into last stats widget
The new widget that retrieve online users and execute the fast query is conveniently executed on init hook, just only when required and if widget active.
The widget will contain: avatars of online users, with their username
posts count
topics count
max num of users online
new user's pm (if there are)
tot users

each of these can be easily removed, or more can be easily added.
Widget option: are avatar dimension, avatar yes/no, usernames links (that points to user's profile in phpBB).

Do not think it is good to add options and options that anyone can add easily, so the file
/views/phpbb_uonline_stats.php will contain only the minimum necessary, then anyone can customize as more like or leave as is, because already very nice!