Search Results for 'test'
-
Search Results
-
Topic: Forums link to homepage
Hi,
I have setup a Forum, actually many forums.
I also setup bbp Private Groups.I made a test registrant, and I set them up as a “Private group member” and as a “Participant”. When they log in, they can see the forums, but when they click on any forum title, they go to my website homepage.
I set a forum to “Public” and it does the same thing.
I cannot see what setting will allow my Private users to access the forums.
By the way, I made a Topic in one of the forums (from backend admin), and it shows as the “Last Post” and when the user clicks the “Last Post” they go to the topic.
I’m just setting up bbPress on my site (WordPress 6.1.1, custom theme non-Block Editor/Gutenberg).
I found interior forum pages are working but the main landing page was not. I was able to work around that by setting up a regular page and using the
[bbp-forum-index]shortcode, but I see the user profile pages are still not working (and they are doing exactly what the forum index page was doing before).Here’s an example:
https://icscalendar.com/forums-home/users/room34/It’s possible this is a problem with my theme, but I’m not immediately sure what might be wrong (and I’d like to fix this without having to test for plugin/theme conflicts because this is my live site and I don’t have a staging environment set upβ¦ yet).
I’m guessing it may be a routing issueβ¦ I do have some code in my theme that uses the
template_includefilter.Topic: Topic Count
Having imported thousands of topics from another system the topic count was incorrect for one of my forums.
I tried the Repair Forums tool to correct this but it made no difference.
I then edited the postmeta table for the relevant forum setting _bbp_topic_count and _bbp_total_topic_count to the correct topic number. This worked in that the forum then showed the correct number.
However, when I then deleted a post (which had been a test topic) the number went back down to only counting those that were actually added rather than those imported.
So the numbering system is clearly more complex than I thought.
Can anyone advise how to get the right number to be there and be updated correctly?Good afternoon,
I installed bbpress successfully and created a few forum entries.
also added a few test topics.It displays fine: https://www.dealtimer.com/forums
Also, it displays one of the forum entries with a list of topics fine at
https://www.dealtimer.com/forums/forum/auto-dealer-csi-boosting-ideas
However, when I click one of the topics, it shows a content area blank below the header…
I changed the theme, and it works fine to show topic details and reply..
I even added a single page with a shortcode to display the topic, thinking that the CSS conflicts, it shows fine at https://www.dealtimer.com/single-topic-page.html
However, from the list of topics to browse the topic content, it fails.
When I looked at it, it even called content-single-topic.php code, however, I do not see bbp-container content being supplied to add a topic information page…Do you have any idea about debugging this problem?
Thank you in advance for your help,Jay M