Yes of course it is possible. Do you mean via iframe?
To do this, you should just use the shortcode to run pointing to the category you want.
Did you read this?
https://www.axew3.com/w3/2022/02/the-aw ... shortcode/
As you can see i added a shortcode into the help page that open a phpBB post into a single post.
You can use like this:
Code: Select all
[w3allphpbbiframe phpbb_default_url="https://www.axew3.com/w3/forums/viewforum.php?f=2" wp_page_name="board" wp_page_iframe_top_gap="300"]
You can use the param:
Code: Select all
phpbb_default_url="https://www.axew3.com/w3/forums/viewforum.php?f=2"
to open the iframe as default into the forum page you want
Or you mean something else? If any problem just let know
Yes of course it is possible. Do you mean via iframe?
To do this, you should just use the shortcode to run pointing to the category you want.
Did you read this?
https://www.axew3.com/w3/2022/02/the-awesome-iframe-template-integration-using-shortcode/
As you can see i added a shortcode into the help page that open a phpBB post into a single post.
You can use like this:
[code]
[w3allphpbbiframe phpbb_default_url="https://www.axew3.com/w3/forums/viewforum.php?f=2" wp_page_name="board" wp_page_iframe_top_gap="300"]
[/code]
You can use the param:
[code]phpbb_default_url="https://www.axew3.com/w3/forums/viewforum.php?f=2"[/code]
to open the iframe as default into the forum page you want
Or you mean something else? If any problem just let know