I fix it 🙂 at least Latest Posts
FILE: phpbb_last_topics.php
Correct:
$ih = get_home_url().”/community$wp_w3all_forum_folder_wp/viewtopic.php?f=$value->forum_id&t=$value->topic_id”;
Incorrect:
$ih = get_home_url().”/index.php/$wp_w3all_forum_folder_wp/?forum_id=$value->forum_id&topic_id=$value->topic_id&post_id=$value->post_id#p$value->post_id”;
Still to fix Registration form