Notifications
Clear all

Can't get beyond forum page

7 Posts
2 Users
1 Reactions
212 Views
Posts: 5
Topic starter
(@arcaswebdesign)
Active Member
Joined: 2 months ago

Just installed this to try it out for a client and set up some test forums and categories however I can't navigate past the initial forum page.

Whenever I click on a link to view either a category or post I am redirected back to the main forum page (though if I click on a post it is marked as "1 reading" from that main forum page)

I adjusted the slug from "community" to "forums" initially and cleared the server cache and also excluded the forum pages from being cached by Siteground, still can't access the pages however. Any ideas how to fix?

6 Replies
Tutrix
Posts: 1436
(@tutrix)
Noble Member
Joined: 4 years ago

Hi @arcaswebdesign 

Posted by: @arcaswebdesign

I adjusted the slug from "community" to "forums"

Read this Documentation >> Change Forum Page

 

Reply
Posts: 5
Topic starter
(@arcaswebdesign)
Active Member
Joined: 2 months ago

Thanks Tutrix but had already done that, that was how I'd adjusted the slug in the first place.

Upon further investigation the issue actually looks to be down to Permalink Manager Pro as mentioned on this other thread https://wpforo.com/community/how-to-and-troubleshooting-2/just-upgraded-to-2-06-cannot-access-forums/#post-72876

The issue is with the canonical redirection option and I've confirmed that when I disable this then the issue goes away, however this might impact other areas of the site so might not be safe to leave disabled. I'm not sure why it would redirect anyway as the forum post page has its own canonical.  Will check with the PMP developer.

Reply
1 Reply
Tutrix
(@tutrix)
Joined: 4 years ago

Noble Member
Posts: 1436

@arcaswebdesign 

Have you tested a code snippet like this (functions.php Wordpress Theme)?

function pm_stop_redirect_forum() {
global $wp_query;
$wp_query->query_vars['do_not_redirect'] = 1;
}
add_action('wpforo_prepare', 'pm_stop_redirect_forum');
Reply
Posts: 5
Topic starter
(@arcaswebdesign)
Active Member
Joined: 2 months ago

No but I could give this a go. I've also contacted the developer of PMP to see what he says.

Reply
Posts: 5
Topic starter
(@arcaswebdesign)
Active Member
Joined: 2 months ago

Just to let you know, @tutrix , I tried that snippet but it didn't seem to make any difference. Will wait to hear back from the PMP developer.

Reply
Page 1 / 2