Notifications
Clear all

wpForo 1.x.x [Closed] Forums won't show

17 Posts
5 Users
0 Reactions
10.8 K Views
Posts: 4
(@gbengalex)
New Member
Joined: 8 years ago

Forum does not show on the front end at domain/community even though I created both category and forum in admin.  Attached screenshot is what i see.  Also there is no way to create a topic under a forum, even as admin, even though I have all access privileges.

Robert
Posts: 10587
Admin
(@robert)
Support Team
Joined: 9 years ago

Please send admin login details to support[at]gvectors.com email address. We'll check and fix this problem.

Robert
Posts: 10587
Admin
(@robert)
Support Team
Joined: 9 years ago
Posted by: Dantro

Nope still dont work.  

Hi Dantro,
We just fixed forum problem, it works fine now. Please don't confuse our support team with incorrect data. You've asked solution for SSL websites, but your website is simple http:// website. So the :443 solution was incorrect for you. You should have said that website is not SSL so we could debug in correct way.

Your problem was missing trailing slash in permalinks, you don't use "/" at end of page URLs. The permalink setting is this:

We adapted wpForo to work with websites which doesn't have trailing slashes. Instead of this code:

$url = str_replace(':443', '', $url);

We added this code:

$url = rtrim($url, '/') . '/';

This will be added it Beta-5 too.

 

Posts: 39
(@j753k)
Trusted Member
Joined: 8 years ago

I am having this same issue and cannot figure it out, can I please have some assistance?

Robert
Posts: 10587
Admin
(@robert)
Support Team
Joined: 9 years ago

Please read 5 cases explained in this FAQ topic:

https://wpforo.com/community/faq/forums-dont-show-up-on-the-main-page/

It includes all solutions.

Page 2 / 4