by axew3 » Mon Dec 02, 2019 8:16 pm
All is quite ready for the 1.9.9 release, it include fixes for all reported bugs until now:
1) Correctly connect to another database port if it is required in phpBB.
2) Add: display error message into plugin admin page, if (until) phpBB db connection fail, and set integration as NOT LINKED USERS in the while, to avoid configuration problems.
https://wordpress.org/support/topic/1-9-8-patches-log/
Security patch:
viewtopic.php?f=2&t=1432
add also random string length, 20 to 32 to increase security
Add shortcode
w3allphpbbupm for user's forum PM: it will display a <div> element
Code: Select all
<div id="w3pm_id" class="w3pm_class"><a href="https://localhost/wp51/phpBB3/ucp.php?i=pm&folder=inbox">You have 1 unread forum PM</a></div>
default shortcode attributes: target, id, class and style
see:
https://www.axew3.com/w3/2019/12/shortc ... wordpress/
Add unique query into main
verify_phpbb_credentials() to retrieve any phpBB user's Group permissions (become active only when mchat option active, since these kind of data are useful at moment only in this contest)
Code clean up all over ... coming very soon!
All is quite ready for the 1.9.9 release, it include fixes for all reported bugs until now:
[quote]1) Correctly connect to another database port if it is required in phpBB.
2) Add: display error message into plugin admin page, if (until) phpBB db connection fail, and set integration as NOT LINKED USERS in the while, to avoid configuration problems.[/quote]
https://wordpress.org/support/topic/1-9-8-patches-log/
Security patch:
https://www.axew3.com/w3/forums/viewtopic.php?f=2&t=1432
add also random string length, 20 to 32 to increase security
Add shortcode [c]w3allphpbbupm[/c] for user's forum PM: it will display a <div> element
[code]<div id="w3pm_id" class="w3pm_class"><a href="https://localhost/wp51/phpBB3/ucp.php?i=pm&folder=inbox">You have 1 unread forum PM</a></div>[/code]
default shortcode attributes: target, id, class and style
see: https://www.axew3.com/w3/2019/12/shortcode-phpbb-pm-into-wordpress/
Add unique query into main [c]verify_phpbb_credentials()[/c] to retrieve any phpBB user's Group permissions (become active only when mchat option active, since these kind of data are useful at moment only in this contest)
Code clean up all over ... coming very soon!