It's huge !
I'm available when you want to test that !
Pierre
2.5.4 released, and coming 2.5.5 logs
-
- User ww
- Posts: 39
- Joined: Tue Dec 31, 2019 10:02 am
- axew3
- w3all User
- Posts: 2574
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: 2.5.4 released, and coming 2.5.5 logs
It work perfect.
It seem also incredibly fast.
Looking how to pass params about:
instead to create/build a page that is placed into plugin template (as it is now), in this case using the shortcode, the shortcode param (something named like this)
wp_page_name="" need to contain: the page name or post name where the shortcode will display. Think it will be the unique useful param.
So something like:
It is needed to:
detect when and if load all about iframe, so that these two
will be added only when the page will display the shortcode and not on each wp page.
Also, it will be used to correctly rewrite urls exactly as on page-forum.
Substantially as said, this param is an alias of the page forum name setting into plugin admin page and will be used to get the same exact result, into any WP page.
The content file to edit for the html on it, and even php vars, will be substantially the same (shortened) of page forum and even more easy to be customized.
It will be really nice to use. Surely one of the best thing ever added. Because it resolve any template issue for anyone without having to know how to due to (may) themes complexity.
Due to the js code in phpBB, will be possible to use only one single shortcode.
Or more, but others pages where other shortcode display, will be pushed with the url setting you added into overall_header and footer phpBB.
So even if is possible to add more shortcodes in more than one page, you have to consider this. It has been nice to be into my WP home, and loading the shortcode, the page display page forum as url on browser's address bar, and all is working perfect, while you are into home effectively. But if i will reload page by refreshing on browser, i will be so redirected to page forum, and not home, as logic it is. It is so possible to use more, but the result will be the one described, into pages that are not the one set into the js phpBB added code.
Will be awesome.
It is coming!
It seem also incredibly fast.
Looking how to pass params about:
instead to create/build a page that is placed into plugin template (as it is now), in this case using the shortcode, the shortcode param (something named like this)
wp_page_name="" need to contain: the page name or post name where the shortcode will display. Think it will be the unique useful param.
So something like:
Code: Select all
[w3allphpbbiframe wp_page_name="pageName"]
detect when and if load all about iframe, so that these two
Code: Select all
add_action('wp_enqueue_scripts', 'wp_w3all_short_enqueue_scripts');
add_action('wp_head','wp_w3all_short_add_ajax');
// so
add_shortcode( 'w3allphpbbiframe', 'wp_w3all_phpbb_iframe_short' );
Also, it will be used to correctly rewrite urls exactly as on page-forum.
Substantially as said, this param is an alias of the page forum name setting into plugin admin page and will be used to get the same exact result, into any WP page.
The content file to edit for the html on it, and even php vars, will be substantially the same (shortened) of page forum and even more easy to be customized.
It will be really nice to use. Surely one of the best thing ever added. Because it resolve any template issue for anyone without having to know how to due to (may) themes complexity.
Due to the js code in phpBB, will be possible to use only one single shortcode.
Or more, but others pages where other shortcode display, will be pushed with the url setting you added into overall_header and footer phpBB.
So even if is possible to add more shortcodes in more than one page, you have to consider this. It has been nice to be into my WP home, and loading the shortcode, the page display page forum as url on browser's address bar, and all is working perfect, while you are into home effectively. But if i will reload page by refreshing on browser, i will be so redirected to page forum, and not home, as logic it is. It is so possible to use more, but the result will be the one described, into pages that are not the one set into the js phpBB added code.
Will be awesome.
It is coming!
- axew3
- w3all User
- Posts: 2574
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: 2.5.4 released, and coming 2.5.5 logs
wow wrong assumption.So even if is possible to add more shortcodes in more than one page, you have to consider this. It has been nice to be into my WP home, and loading the shortcode, the page display page forum as url on browser's address bar, and all is working perfect, while you are into home effectively. But if i will reload page by refreshing on browser, i will be so redirected to page forum, and not home, as logic it is. It is so possible to use more, but the result will be the one described, into pages that are not the one set into the js phpBB added code.
the code works perfect, it is possible to add any amount of phpBB iframes into several pages.
The important is to call it correctly on each different page:
Code: Select all
[w3allphpbbiframe wp_page_name="board"]
Code: Select all
[w3allphpbbiframe wp_page_name="my-test"]
and so on. The js code that rewrite urls, as i did in the past, answer correctly without modify nothing, in any case.
I says it will be awesome. It is also wonderful

-
- User ww
- Posts: 39
- Joined: Tue Dec 31, 2019 10:02 am
Re: 2.5.4 released, and coming 2.5.5 logs
One thing...
When will be able to test ??
Pierre
When will be able to test ??


Pierre
- axew3
- w3all User
- Posts: 2574
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: 2.5.4 released, and coming 2.5.5 logs
Today if you will be around!
There is a new forum:
phpBB and WordPress - testers
on this forum, the unique group which is allowed to download attachments files in it (and where you have been just added) will be
Testers and contributors.
All features published on this forum, will become default feature into plugin, later.
While contributors and testers will have possibility to use the code before this time elapsed.
There is a new forum:
phpBB and WordPress - testers
on this forum, the unique group which is allowed to download attachments files in it (and where you have been just added) will be
Testers and contributors.
All features published on this forum, will become default feature into plugin, later.
While contributors and testers will have possibility to use the code before this time elapsed.
-
- User ww
- Posts: 39
- Joined: Tue Dec 31, 2019 10:02 am
Re: 2.5.4 released, and coming 2.5.5 logs
I Can see test post and image name, but i'm not able to answer or download.
Pierre
Pierre
- axew3
- w3all User
- Posts: 2574
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: 2.5.4 released, and coming 2.5.5 logs
I have problem on server:
if you try to load a real phpBB page, it return page not found.
I see :80 into url outputted into my source, so something on the server changed an i assume this is giving the problem, that you may will not experience with the new shortcode feature.
Today is my birthday! and i will be online today later maybe in the hard night if i will be able after the heavy dinner that is waiting me.
Check that all links here are not processed, so something is going wrong here
viewtopic.php?p=5535#p5535
It return page not found at moment.
Go to the testing forum, a new post has been added with files in attach
Each time i try to post now here, i get:
even if you get the error on posting, the post has been inserted. Very stupid situation that is a nice gift
for my birthday!
if you try to load a real phpBB page, it return page not found.
I see :80 into url outputted into my source, so something on the server changed an i assume this is giving the problem, that you may will not experience with the new shortcode feature.
Today is my birthday! and i will be online today later maybe in the hard night if i will be able after the heavy dinner that is waiting me.
Check that all links here are not processed, so something is going wrong here
viewtopic.php?p=5535#p5535
It return page not found at moment.
Go to the testing forum, a new post has been added with files in attach
Each time i try to post now here, i get:
something goes wrong with ssl certificate at axew3.com, i will check asapSecure Connection Failed
An error occurred during a connection to www.axew3.com:80. SSL received a record that exceeded the maximum permissible length.
Error code: SSL_ERROR_RX_RECORD_TOO_LONG
even if you get the error on posting, the post has been inserted. Very stupid situation that is a nice gift
