The phpBB iframe shortcode, when/if placed into home, then you click into an iframe link, go to push into address bar the home-placehoder if the shortcode has been set into home with this param.
but if i use the shortcode with only the gap param:
Code: Select all
[w3allphpbbiframe wp_page_iframe_top_gap="100"]
and the forum-page exist because has been created, then the code will push this into the url.
The result is the actual into this site home. But if the page-forum is not set, this would return an url not found.
So due to this wrong behavior when/if home-placehoder is set for the home (and the forum-page has not been created/built), so when browser refresh due to a click into reload button on browser, it will return page not found, the problem has been fixed just avoiding the url push on browser when/if shortcode placed into home page. If in homepage, the push will not happen.
The shortcode will add also the param
phpbb_default_url that allow to load phpBB by default, pointing to something specific like a specific forum or topic, so for example:
Code: Select all
[w3allphpbbiframe wp_page_name="inhomepage-phpbbiframe" wp_page_iframe_top_gap="100" phpbb_default_url="https://localhost/phpbb33/viewforum.php?f=3"]
will open by default the iframe with a top gap of 100, of a shortcode placed into home, that will open by default a forum ID3.
The awesome will be more awesome just adding a param.
So that it will be possible to show any content into different pages or posts, focusing the "iframe landing" on each, into what more like.
It will be updated on repository as soon, i'll notify as done.
The phpBB iframe shortcode, when/if placed into home, then you click into an iframe link, go to push into address bar the home-placehoder if the shortcode has been set into home with this param.
but if i use the shortcode with only the gap param:
[code][w3allphpbbiframe wp_page_iframe_top_gap="100"][/code]
and the forum-page exist because has been created, then the code will push this into the url.
The result is the actual into this site home. But if the page-forum is not set, this would return an url not found.
So due to this wrong behavior when/if home-placehoder is set for the home (and the forum-page has not been created/built), so when browser refresh due to a click into reload button on browser, it will return page not found, the problem has been fixed just avoiding the url push on browser when/if shortcode placed into home page. If in homepage, the push will not happen.
The shortcode will add also the param [i]phpbb_default_url[/i] that allow to load phpBB by default, pointing to something specific like a specific forum or topic, so for example:
[code][w3allphpbbiframe wp_page_name="inhomepage-phpbbiframe" wp_page_iframe_top_gap="100" phpbb_default_url="https://localhost/phpbb33/viewforum.php?f=3"][/code]
will open by default the iframe with a top gap of 100, of a shortcode placed into home, that will open by default a forum ID3.
The awesome will be more awesome just adding a param.
So that it will be possible to show any content into different pages or posts, focusing the "iframe landing" on each, into what more like.
It will be updated on repository as soon, i'll notify as done.