AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

AI Assistant
Notifications
Clear all

Can't get beyond forum page

7 Posts
2 Users
1 Reactions
2,017 Views
Posts: 5
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@arcaswebdesign)
Active Member
Joined: 2 years ago
[#56917]

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: 1519
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@tutrix)
Noble Member
Joined: 6 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
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@arcaswebdesign)
Active Member
Joined: 2 years 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: 6 years ago

Noble Member
Posts: 1519
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian

@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
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@arcaswebdesign)
Active Member
Joined: 2 years 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
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@arcaswebdesign)
Active Member
Joined: 2 years 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
Share: