Forum Replies Created
-
In reply to: Double log in for logged out user accessing topics
looks like it is an additional plugin
In reply to: Double log in for logged out user accessing topicsby the way you could try having a main forums page and using restrict to prevent access to that
see
https://codex.bbpress.org/step-by-step-guide-to-setting-up-a-bbpress-forum/ item 3
In reply to: Double log in for logged out user accessing topicsbbpress just uses custom post types and worpdress login, your issue is how restrict content pro is dealing with custom post types. It also looks like you have your forums set as public hence why they appear in the forum list.
The page you get to is a bbpress template, but given that you should not be getting to this page, is probably a red herring.
As restrict content pro is a paid plugin, you first port of call is to them.
You might also wish to look at
https://wordpress.org/plugins/bbp-private-groups/ which might help you in your set up, but might not – I don’t know what you are trying to do ๐
In reply to: 404 error for non logged in usersok so on what url are you getting this ?
In reply to: Dashboard Box times are wrongGreat – glad you are fixed ๐
In reply to: Dashboard Box times are wrongBack end: under Forums it shows the โLast Postโ as 3 hours, 30 minutes ago when I just added a test post. However, under โRepliesโ it shows the correct time in the โCreatedโ column.
Can you test this with a page or post – bbpress is just a custom post type and uses wordpress code for the backend
In reply to: member only 404In reply to: Automatic subscriptionsIn reply to: Upgrade database bloated with spamyeah, I’d suggest you sorted the database first ๐
In reply to: Upgrade database bloated with spamThe dashboard has a message saying we need to perform a manual database upgrade due to the size of the forum.
1. Who/what is this message from ?
2. In essence I would say, yes use Sql (or a bespoke php program) to get rid of the entries, then consider upgrade (dependant on answer to q1 above !!)
In reply to: Problem with the breadcrumbI don’t know if this will help
In reply to: Problem with the breadcrumblink to a live example please
In reply to: member only 404Yes, they can click a link on some pages but the topic is set privately and only visible to members.
link to an example of this please
In reply to: bbp_set_user_role doesn’t change rolehmmm… that code looks fine.
I’m not quite sure what you mean in
Also I try with the update in the root of functions.php this works, sort of, because the update is done, but the select dropdown in the user profile in the admin page get stuck in the old one, but in code the selected one is the updated, if I get out and enter again is fixed.
have you access to the database?
In reply to: Breadcrumbs showing up 2 times?once activated go to
dashboard>settings>bbp style pack>Breadcrumbs
and you can decide what to show and what it says
In reply to: This topic is emptyGreat – glad you are fixed
In reply to: How to hide column with users that posted threads?Great – glad you are fixed
ok, that is not the bbpress widget but a shortcode – bbpress has both for login.
what would you like the shortcode to do that is not standard?
In reply to: Pagination with threaded repliesFrom memory I wrote this additional plugin a while ago based on that ticket
Let me know if that helps
In reply to: How to hide column with users that posted threads?having hidden it, you can amend the width of the other columns
eg
li.bbp-forum-freshness, li.bbp-topic-freshness { display: none; } li.bbp-forum-info, li.bbp-topic-title { width: 65%; } li.bbp-forum-reply-count, li.bbp-forum-topic-count, li.bbp-topic-reply-count, li.bbp-topic-voice-count { width: 15%; }
can you just let me know what shortcode you are using, then I can try it out on my test site.
when you go into widgets, you will get a display of what the widget will show.
Click once anywhere in that image, and it will take you to the settings.
Another far from intuitive thing that WordPress now does as it attempts to make itself unusable to anyone but a professional ๐
In reply to: Pagination with threaded repliesI think my fix in this plugin still works
once activated go to
dashboard>settings>bbp style pack>bug fixes
In reply to: Update 2.6.9. TinyEditor is gone. Simple cure?ok, let us know how you get on
you can use the troubleshooting part of this plugin to let you see what happens when you deactivate without needing to affect the live site
In reply to: Update 2.6.9. TinyEditor is gone. Simple cure?๐