Coming soon phpBB WordPress 2.0.1 updates, requests, fixes

Post a reply


This question is a means of preventing automated form submissions by spambots.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

If you wish to attach one or more files enter the details below.

Maximum filesize per attachment: 1 MiB.

Expand view Topic review: Coming soon phpBB WordPress 2.0.1 updates, requests, fixes

Re: Coming soon phpBB WordPress 2.0.1 updates, requests, fixes

by axew3 » Sun Dec 22, 2019 9:23 am

* Fix: 'WP w3all check' page, that now work fine and add all the necessary to check/control users state between WP and phpBB
It was not working since lasts additions.
The 2.0.1 is coming released in few hours with this:

Code: Select all

= 2.0.1 =
*Release Date -  22 Dic, 2019*
* Fix: 'WP w3all check' page, that now work fine and add all the necessary to check/control users state between WP and phpBB
* Add: option 'List phpBB users with duplicated usernames or emails' AND 'usernames in phpBB containing characters not suitable for/as WordPress user_login name, into WP w3all check tasks page
* Add: Thickbox for phpbb_last_topics_withimage_output_shortcode.php, that open images into Thickbox when clicked on
* Fix: new login widget to display failed login message if it occur
* Fix (minor security): cookies released to be http only
* Change/fix: move admin files from folder 'views' to 'admin' folder: so entire 'views' folder can be copied as is for 'custom files' option
* Add: 'advanced' [w3allcustomiframe] shortcode, that is added option into plugin's admin page
* Fix: 'page-forum.php' (or whatever you named it) adding the js code that allow the origin check for the embedded iframe, ONLY allowed then on the domain it run 
* The fix for 'page-forum.php', if you want manually apply and not rebuild or substitute the template file, can be found here: .... 

Re: Coming soon phpBB WordPress 2.0.1 updates, requests, fixes

by axew3 » Sat Dec 21, 2019 2:11 pm

as on this online example already running, the 2.0.1 will fix also any javascript security for the page-forum.php.
Substantially the patch just fix, adding correctly into page-forum.php (or whatever you named it) the js code to allow the origin check for the embedded iframe, ONLY allowed then on the domain it run.

With the http only cookie fix, that by the way is a secondary security issue, disputed anywhere so long, about the fact that this change or not something about security, version 2.0.1 cover all and any possible security issue.
Stay tuned! It is coming really soon!

Coming soon phpBB WordPress 2.0.1 updates, requests, fixes

by axew3 » Tue Dec 17, 2019 10:01 pm

Code: Select all

= 2.0.1 =
*Release Date - ? Dic, 2019*
* Add: option 'List phpBB users with duplicated usernames or emails' into WP w3all check tasks page, and unwanted chars into phpBB usernames list (so it is now complete of all the necessary to be up and running in minutes)
* Add: Thickbox for phpbb_last_topics_withimage_output_shortcode.php, that open images into Thickbox when clicked on
* Fix: new login widget to display failed login message if it occur
* Minor security Fix: cookies released to be http only
* Add: w3allcustomiframe shortcode
*
....

About embed phpBB posts into WordPress side or any other content ...
it is coming the:
w3allcustomiframe shortcode
What it do?
Display any content, into any wordpress page, passing just the url.
So, the forum can display anywhere.
A Topic, or any other phpBB page, included print_view displayed into wordpress. I find it really nice. Isn't it?
An example online will be provided soon.
With resizer, or as fixed height.
The shortcode w3allcustomiframe can embed via iframe any content, also cross domain.
The shortcode can be styled as like.
The shortcode run also without linking users, so the plugin can be used also only for this scope.

Top