First, thanks for this great work.
I have installed wp3_all extension to integrate my phpbb forum into a WP page.
I followed your instructions and created 2 pages :
1. I tried to use the page template to integrate my forum. I added a WP page named "forum" and I used your tool in WP extension to "Create or rebuild WordPress forum page template". It works well. But I want to custom this template (remove search bloc for example). It is a little bit hard to edit the template file in wp-content/themes/mytheme/page-forum.php. So i tried to use shortcode instead.
2. I created a new page named "phpbb". I changed overall_footer and overall_header to fit the new URL. I added this shortcode in the page :
[w3allphpbbiframe wp_page_name="phpbb" wp_page_iframe_top_gap="300"]. It works well to.
The last things i tried to add is your "Last Topics" widgets.
I added in my WP main page the short code [w3allastopics topics_number="5"]. The setup in WP extension "Retrieve posts on Last Topics Widget based on phpBB user's group" is set to no.
The last topics are displayed, BUT I encountered 2 main issues :
1. When I use the WP page "phpbb" with the shortcode, when i click on a topic in the "Last topic widget". The url looks like :
Code: Select all
"https://phpbb.mydomain.com/viewtopic.php?f=12&t=13121&p=144581#p144581"
2. So i tried with the WP page "forum" that used the built template. The widget is automatically added on the right side of the page. Nice. When i click on a topic in the "Last topic widget", the post is displayed in my WP page.
But if I click again on an other recent topic, the URL is malformed and the same post is displayed. The url looks like :
Code: Select all
"https://phpbb.mydomain.com/viewtopic.php?f=12&t=13121&p=144581#p144581/viewtopic.php?f=14&t=1876&p=184471#p184471"
So, i only have some issues with the last topics widget. It's a feature i really want to display for my users. Could you please help me.
Thanks.