Re: 2.5.4 released, and coming 2.5.5 logs
Posted: Thu Feb 10, 2022 10:22 am
It's huge !
I'm available when you want to test that !
Pierre
I'm available when you want to test that !
Pierre
integration and scripts forums
https://www.axew3.com/w3/forums/
Code: Select all
[w3allphpbbiframe wp_page_name="pageName"]
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' );
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.
Code: Select all
[w3allphpbbiframe wp_page_name="board"]
Code: Select all
[w3allphpbbiframe wp_page_name="my-test"]