Everything on your forums looks the way I would expect it to.
Can you point out with more detail what is not correct? Thanks!
Thanks for the response.
It’s on this section: https://ibb.co/QmrFwdr
Before these recent plugin updates, it showed the subforums in a vertical list (ban appeals/ ban requests / vouch requests, etc.) – and it was working for both forums (Defense of the Ancients and Legion Tower Defense)
Since the upgrade to 2.6.1 , it only displays for 1 of them as you can see, and even that one, is horizontally (not vertical anymore)
I’ve tried looking at the bbpress settings, but it doens’t seem like there’s anything i can do on my side to rearrange it (and it was working as mentioned before this recent update..)
My site has blown up now. Critical error.
Disregard. Another plugin fault.
Before these recent plugin updates, it showed the subforums in a vertical list
This will require some CSS for you to get back. The markup used for separating subforums went back and forth for a little while, and we ultimately settled on something simpler.
/* Remove comma */
#bbpress-forums .bbp-forums-list .bbp-forum.css-sep:not(:last-child)::after {
content: '';
}
/* Make vertical */
#bbpress-forums .bbp-forums-list .bbp-forum {
display: block;
}
it only displays for 1 of them
I see now what you mean. It’s fixed, but not completely. Thanks. Will look into this also!
I see – and the list is working just fine now (for the one already displayed), after adding the information you wrote
I’ll wait for your response on the 2nd topic
Thanks for the quick answer and the hard work!
Any update on this?
Others have the same issue. It appears to be true.
Fix will be part of 2.6.2 this week.
Just updated the plugin, and it’s working again! 🙂
Big thanks for the quick fix
Hmm… problem is happening again
https://firstbloodgaming.com/forums/
The first league forum doens’t display any information regarding subforums 😐
I can see
General (5, 17)
Ban Appeals (1, 0)
Ban Requests (3, 7)
Vouch Requests (24, 23)
under Legion Tower Defence
what are you missing?
The same for the first league (Defense of the Ancients) – This was the issue that occured previously: only 1 of them is being displayed
Under the Leagues category, there’s 2 forums (with subforums) – Like you said, Legion Tower Defense is displaying the correct information, but the one above, Defense of the Ancients, isn’t (no longer displays subforums as it was)
ok, can you go into each of the sub forums (dashboard>forums>edit Forum) and on the right hand side see if ‘order’ is set, and if so come back with a list of the sub forums and the order.
Yeah it is:
Ban appeals – Order 1
Ban Requests – Order 2
Vouch Requests – Order 3
Polls/Voting – Order 4
Administration – Order 5
ok, can you try setting the order on each to 0, and when you have done all of them see if that makes them appear. Then set them back to the order you want, and again check.
it’s working again! thanks 🙂
great -glad you are fixed