Search Results for 'bbpress'
-
Search Results
-
Hello,
I have a problem with bbpress, my member after creating a discussion can not edit this topic again! Please support me. Thanks very much.
Thanks!
Hi guys,
any suggestion how to hide the members in bbPress from being listed to all other members? This is a data protection issue. One should be able to be a registered member without being exposed to all others.
Hi BBPress experts,
This my first post here. I have created a cool forum using BBPress. It’s working fine. But I am having an issue. In my forum homepage all the user avatars are not scaled properly. They are really large like the images of profile page. How can I set set scaled image in 14X14 ?This is an extension to https://bbpress.org/forums/topic/bbpress-like-reply-notification/#post-191588
There is a limitation of BBpress when you have a forum and try to send reply notifications to the users.
I will illustrate this in an example:
New thread timeline:
1. post_1_author_A_topic_start
2. post_2_author_B
3. post_3_author_C_reply_to_post_1
4. post_4_author_D_reply_to_post_2What my program does (let’s see it as a blackbox):
User A is notified that B (!) and C replied to his post.
User B is notified that user D replied to this post.The wrong notification is that User A is notified that B commented on this post. However, B never pressed on BBpress reply to A.
The problem:
How to differentiate between
2. post_2_author_B
3. post_3_author_C_reply_to_post_1You cannot do it by looking to the tables wp_posts and wp_postmeta.
Explanation:In wp_posts, the only difference between 2. (false reply) and 3. (the real reply) is the menu_order column. And this seems to be used just for the time order of posting. So not enough data to see the different between 2. and 3.
Now let’s take a look on wp_postmeta. 4. is a reply to 2.
SELECT * FROM wp_postmeta WHERE post_id = “4”4
_bbp_topic_id
14
_bbp_reply_to
2So, in the case of a standard reply (such as 4.) _bbp_reply_to helps you identify the parent.
However, this is not the case of 2. and 3. wrt 1.
SELECT * FROM wp_postmeta WHERE post_id = “2”
2
_bbp_topic_id
1SELECT * FROM wp_postmeta WHERE post_id = “3”
3
_bbp_topic_id
1_bbp_reply_to doesn’t appear anymore.
So we cannot differentiate 2. and 3.
The only difference is the reply button , but this information is not registered in the DB.
Neither extra categorization (adding extra layer to the BB forum) won’t solve the problem.
Is there any way to differentiate 2. from 3. ?
Good evening from Germany!
I am new to bbpress but I migrated a huge type3-mmxforum https://www.porsche-diesel-classic.de/pdce-forum/to bbpress – that was a lot of work …
Anyway: when searching with NO result the system does NOT show something like
–> “No results found”,it is going to a “blank” page (with header and footer, but no content).
Is this an issue of the template? What can I do, any suggestions?Thank you and kind regards,
CarolaTopic: BBpress free avatar plugin
Hello,
I made an analysis on the existing user profile avatar / photo and I couldn’t find one that is free and works for my experimental forum. For sure there is a setting problem in my project, but I cannot find it. There are is not very useful conversation in the console (we will extend the discussion here if required).
Here is the list:
1. Avatar Manager there is the upload button, select the picture but nothing is uploaded
2. WP User Avatars there is the upload button, select the picture but nothing is uploaded
3. Basic User Avatars there is the upload button, select the picture but nothing is uploaded
Maybe for these 3 there is a settings that prevents uploading?
4. Simple Local Avatars http://…/wordpress/forums/users/…/edit/ doesn’t load anymore
It break somehow the bbpress.
5. Simple User Avatar the select (upload) button does not work
6. User Photo the plugin activate button does not work
7. WP Custom Avatar maybe its not compatible with bbPress, doesn’t appear at http://…/wordpress/forums/users/…/edit/
8. User Profile Picture maybe its not compatible with bbPress, doesn’t appear at http://…/wordpress/forums/users/…/edit/
9. WP User Avatar the option is not free for bbpress, maybe it works fine
10. User registration & user profile – Profile Builder il avem deja the option is not free for bbpress, maybe it works fine
What are your suggestions on this?
Please reply if you have some experience with one of the plugins.
Thank you !
Topic: Single Forums
Topic: Hashtags in forum
Hi!! I want to use hashtags in my websit forum. I have found some plugins but they are not tested for the latest versions of wordpress.Is there any new plugins for including hashtags and @usernames to my forum.Thanks in advance:)
wordpress version:4.9.4
bbpress version:2.5.14Hi so I’ve got a problem with a forum. It’s not my first one but the first time i’ve got that problem. When I post something/ create a Topic etc. it is not being shown. only after a long time (like a day or so) it will show the changes. i guess it is a problem with the cache but I can’t figure out what. clearing the cache doesn’t help and even if it would… i mean who clears his cache after each post of every user…
WordPress 4.9.5
bbPress Version 2.5.14
WP Super Cache Version 1.5.9if you want to take a look at it yourself: turngemeinde.com/forum (its in german)
Topic: Rendering Issue
Hello,
Sometimes when some of my bbpress pages render, they render with bbpress code above everything else in the source (even the doctype!). It breaks the page and a user needs to refresh to see the page correctly.
For example:
<div id="bbpress-forums"> <div id="bbp-user-wrapper"> <div id="bbp-single-user-details"> <div id="bbp-user-avatar"> <span class='vcard'> <a class="url fn n" href="http://example.com/forums/users/firstname-lastname/" title="firstname-lastname" rel="me"> <!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en-US" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml"> <![endif]-->This doesn’t happen consistently. Does anyone have idea what might be causing this?
Topic: Frontend Login & Register
Hi there! Im so confused and stuck. I see so many websites using bbpress forums and have awesome and simple login and register pages all on frontend. How can I do this? Any plugins that could help?? Would love for users to just be able to login on my menu or on sidebar at the forum. Thanks!!!
Topic: Order replies (
Bonjour,
Novice avec BBPress, je cherche à configurer 2 Choses :
* Attacher en haut de forum certains sujets
* Lors de la fermeture d’un sujet, je voudrais remonter (manuellement) en premier la réponse que je juge la plus pertinente.
* Intégrer une notion de “like” et remonter automatiquement sur un sujet la réponse ayant le plus de likecomment faire ces actions SVP ?
===
Hello,
Novice with BBPress, I am looking to configure 2 things:
* Attach some topics to the top of the forum
* When closing a topic, I would like to go back (manually) first the answer that I consider the most relevant.
* Integrate a notion of “like” and automatically go back on a topic the answer having the most likehow to do these actions please?
thank you