2.8.3 logs

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: 2.8.3 logs

Re: 2.8.3 logs

by axew3 » Wed Apr 17, 2024 1:08 pm

WordPress phpBB integration: now it can feel your heartbeat!
2.8.3 has been just released for the lovely and cool people! :arrow: :) Enjoy!

Re: 2.8.3 logs

by axew3 » Wed Apr 17, 2024 8:15 am

Beside all others VERY important fixes above mentioned, that should make 2.8.3 version a very stable one that will practically works (as on my tests) into any scenario and any other external plugin, 2.8.3 also add

The HeartBeat Last Topics Shortcode will not require any activated option into the phpBB extension, nor it will be necessary to activate the related option (as instead i said before on previous posts considerations) into phpBB.

The code about the HeartBeat Last Topics Shortcode run as standalone within the WP plugin himself.

It take with him when executed, all vars, methods and functions of a normal wp loaded page: it mean that on HeartBeat it is possible to update any phpBB content (pm, notifications etc) into WP, with few lines of code that will be added on next versions.
At moment only the HeartBeat Last Topics Shortcode has been added that show up how it works the entire easy joke about to update widgets contents without having to reload the WP pages.

https://www.axew3.com/w3/2024/04/w3all- ... lastopics/

Are you ready? ;)

Re: 2.8.3 logs

by axew3 » Tue Apr 16, 2024 9:51 pm

About the WP heartbeat and Last Topics updates:
a new option
HeartBeat Last Topics Shortcode
has been added: it allow to Activate the heartbeat for the [w3allastopics] shortcode
The explain on how to use it is into the inline admin option himself.

Substantially, if the option is active, all widgets instances rendered by the [w3allastopics] shortcode, will be updated without to have to reload the browser's page/tab, if there are new phpBB posts.

https://www.axew3.com/w3/2024/04/w3all- ... lastopics/

Re: 2.8.3 logs

by axew3 » Tue Apr 16, 2024 9:47 pm

Fix: Php warning thrown when on plugin admin page and options updated:
PHP Warning: Undefined array key "wp_w3all_phpbb_iframe_short_token_yn"
wp-content/plugins/wp-w3all-phpbb-integration/class.wp.w3all-admin.php on line 113
The 2.8.3 is ready to be released!

Re: 2.8.3 logs

by axew3 » Tue Apr 02, 2024 9:31 pm

viewtopic.php?p=6265#p6265
will be fixed the error, especially coming out on mums installs (but not only maybe), the famous:
Fatal error: Uncaught Error: Call to a member function get_results() on string ....
viewtopic.php?p=6266#p6266

Re: 2.8.3 logs

by axew3 » Tue Apr 02, 2024 7:52 pm

Fix shortcode (and page-forum) to always return index.php as Url when the page is the phpBB home index. Example:

Code: Select all

https://www.mysite.com/forums/index.php
and not

Code: Select all

https://www.mysite.com/forums/
or

Code: Select all

https://www.mysite.com/forums
It seem that on many servers the lack of index.php make it fail the iframed phpBB home and the page fall into a loop on some server (the last i've seen was today)

Top