Search Results for 'bbpress'
-
Search Results
-
Topic: Thread stopped working?
With the recent WordPress and BBpress update I’ve run into an issue where all new posts are now being created as new posts, rather than threaded in replies, and I can’t figure out what’s wrong.
All my previous posts are still threaded correctly, just anything new is broken now. I’ve tried uninstalling and reinstalling the plugin, dropping all plugins and shifting to default themes.
Ideas for things to try? Or am I better off wiping and starting over..
Hi, I am trying to use the wordpress restAPI to get topic data. I am trying to do so via
add_filter( ‘bbp_register_topic_post_type’, ‘enable_restAPI_bbpress_topics’, 10,1);
function enable_restAPI_bbpress_topics ($args) {
$args[‘show_in_rest’] = true;
return $args;
}That is to enable some functionality in another plugin.
But for some reason, doing so causes the bbpress topic editor to alter behavior. It shows a different editor type.
Instead of normal editor which shows a title field and then a content area below, it shows a Gutenberg block for title and content.
But more importantly, when I submit a topic it gets saved with userid set to 0. The revision is saved with correct user id, but the post itself is saved with post_author 0.
Any idea what is going on?
Brian
I’m updating a forum at the moment and while starting working at it I’d opted out of using the 2.6 beta version, because when testing it the feature that I need most didn’t seem to work, pagination and nested replies.
I know this also was not supported on the older versions, but while searching for a solution I came across an article bbPress threaded (nested) replies & paging which fixed the issue for me and this didn’t seem to work on the newer 2.6 version.
I’ve found some threads on this, but they haven’t been updated in some time.
- https://bbpress.org/forums/topic/feature-request-pagination-for-threaded-comments/
- https://bbpress.trac.wordpress.org/ticket/3201
Is there any news on this? My site isn’t going live for some time, but if I know it isn’t on the road map I’ll have to take some measures to fix the issue for this particular site.
Hello All!
I’m building a new website for my kid’s school and it’s fitted with bbpress forum engine.
There’ll be three forums in general:
– for parents,
– for teachers
– for administrationWhat I’m trying to achieve is to give an access to the forums based on roles. I’ve created a three roles:
– parent
– teacher
– admin
And, until the user is assigned with only one of those roles – everything works great.The problem is when I assign a “Moderator” role to one of the users – they get an access to all three forums, instead of only the one that comes with base role. So, what I’d like to do is to restrict, that user with roles “teacher” and “parent” can’t have an access to the administration forum, unsless he/she also has a “admin” role assigned.
Is this doable?
Thank you in advance and best regards
TomHi all,
I have updated bbPress to version 2.6.2 and after that [bbp-forum-index] does not show the full list of forums.
The list of forums includes private and public ones and as strange as it seems the ones that are missing are one of the private one (the last in the forum list order). The forum itself is configured exactly the same away as the other one which is listed/showed perfectly.
Any idea of what can be wrong and where to look at?
Thanks in advance,
JoaoI have a sidebar active on all forum pages with the BBpress login widget in it. However, when you enter your username and password, you first get redirected to an extra captcha screen where you have to check you are not a robot. While that is fine for security reasons, after you check that box, you get redirected to the standard WordPress login screen where you have to enter your username and password a second time! And that feels very confusing for the users.
So the question is: how can I eliminate that second step… is this a known issue maybe? Or am I missing a setting somewhere?
If anybody in the hivemind has a suggestion, I’m all ears 🙂 thanks!
The site is running all the latest versions, by the way.
Topic: Trouble using importing tool
I am trying to import from an old phpbb forum to bbpress using the tool. I run it with row limit 1000, I have used 100 and it worked with the database. The problem is that it turns every post into a reply. They are in the same folder when importing from the phpbb database. Also it does not recognize the forums folder.
The forum folder is named: phpbb_3forums and the folder that contains both posts and replies is:phpbb_3posts. So I dont know why the forums don’t get recognized and why posts and replies get clumped up together.
This was not the problem in the last version. Last time I was just getting timed out but the Forums worked and pulled about 5k posts and the parents were done right. I have tried running the repair tools but doesn’t work.
Topic: Using the [video] shortcode
I have read this topic:
But when I insert the “bbpress shortcodes” there are two problems:
1/ The new setting does not show on my TinyMCE Advanced toolbar
2/ Going to their support forum results in an invalid domainAccording to TinyMCE the [video] shortcode it support to render as a video. But when I paste it I just get the text. Now, I tried adding the functions.php to return
video(...)
but I got the same error forvideo
being unknown.So I am abit stuck.
I was hoping to use the dedicated TinyMCE “Video” but that only works for admin and I have no solution about the frustrating escaping of the chevrons. Thus I am looking at this video shortcode as an alternative.
Topic: Title links do not work
Hi community, I have a problem with bbpress
After the upgrade to bbpress 2.6.2 the links of the titles of both topics and forums do not work.
For example in: https://www.racingonlineclub.com/foros/
The first title don’t link to forum “Ayuda y preguntas Frecuentes”
Instead the html code seems correct in the inspector
<a class="bbp-forum-title" href="https://www.racingonlineclub.com/foros/foro/ayuda-y-preguntas-frecuentes/">Ayuda y preguntas frecuentes</a>
Thanks for your help and regards.
Topic: Styling Topic Title
WP 4.9.4
Suffusion Child Theme, 4.4.9
Browsers, latest versions of Firefox and Chrome
PHP version 7.2.7
bbPress Version 2.6.2Topic Title: http://forums.typeheritage.com/topic/tangier/
Page Title: http://forums.typeheritage.com/status/I want topic titles to match page titles—green, not orange. I am semi-clueless about coding but have tried a few ideas that don’t work.
Can someone suggest a css entry to solve this problem?
Many thanks, Anna
Hi,
I know the main WP code is now adding the new Google link tag of UGC to links in comments – could BBPress be amended to allow an option of automatically adding this UGC tag to all external links?Thanks,
Dale.Good afternoon. I hope you can understand me, my English is not very good, I’m from Spain
We use the BBPRESS plugin on our website, and we have a problem with the display of the forums’ root.
The actual date of the last post is not shown in the forum root.
Example that I enclose with screenshots:
At the root of the forum, “CEx – Fire protection” appears on debate last published 1 week and 4 days ago (img1), but when you enter the debate, you can see which last post was 22 hours ago (img2 )
Why might this be happening and how can we solve it?
Thank you
Image 1
http://animatek.es/wp-content/uploads/2019/11/IMG1.pngImage 2
http://animatek.es/wp-content/uploads/2019/11/IMG2.png