Search Results for 'bbpress'
-
Search Results
-
I want to close svn account
http://plugins-svn.bbpress.org/xili-new-post-notification/
What to do ?
Michel
xiligroup.devTopic: Update the Examples
Hi, I’m trying to illustrate to my community organisation the possibilities of forums in general, and specifically bbPress.
But the examples at https://bbpress.org/about/examples/ are mostly quite old, many broken, or much larger forums such as wordpress.org which doesn’t lend itself to being shown as an example of what we can do as a little organisation with such awesome software.
I could help by letting you know which of those links on that page are broken? But does anyone want to help with links to any current, modern responsive designed community forums so I can convince my little org to get on board?
Also this ‘Showcase’ forum seems like its a general support forum? which isn’t a great advertisement for great forum, TBH, but I did find a couple of examples of forums which are nice on the 1st page, so thanks for those
Hey guys!
Is it possible to use WP Forms as the user registration and login for bbpress? I know they both use the same wordpress database to store user info so assume it should be ok?
Would love some help as I have been trying to create the perfect forum for so long!!!
Thanks!How do I make new subscribers to my WP website automatically blocked from bbpress? Or indeed just assign a specific role upon registration to my website? I want to manually decide which new subscribers have access to my forum.
Hey,
I’ve created a forum on my website using BBpress and Buddy press, but unfortunately i have 2 problems,The first one is when I go to the forum, the profile picture of the last post creator is very large and making the page look unresponsive, and the second problem is that the register and login bar doesn’t appear at all, so no one can register although I’ve marked on the “anyone can register” in the settings.
Here’s the link of the forum so you can see the picture and also see that the registration bar doesn’t appear.
– The bbpress version is the latest since I’ve just installed it.
Thanks,
This is not a feature in bbpress but can anyone please help me to get to the solution?
I would like to assign Topics and Replies to other Authors/Users to respond them.
I hope there a way this can be achieved.
Please help.
WordPress 4.9.5 bbPress 2.5.14 bbPress Notify (No-Spam) 1.18.1
I have no idea what is happening. I assign a forum role in the user account but when the user visits the forum, the role is just deleted and replaced with -No role for these forums-. Auto role is not checked in settings. Why aren’t they “sticking?” Any help or insights would be really appreciated. Thanks.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 !