Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 8,226 through 8,250 (of 64,454 total)
  • Author
    Search Results
  • #187124
    edwardtheunicorn
    Participant

    My goal is to create a login and registration for my forum. I go to wordpress admin page > Appearance > Widgets. Although, when I do this no “bbpress sidebar” is available to put widgets into it. What do I do?

    #187121
    Mike Costanzo
    Participant

    Hi there!

    I’m importing forums from Rainmaker into WordPress 4.8.2 and BBPress 2.5.14. On first glance, it looks like all has done well; a quick glance at a sample Forum, for example, tells me:

    “This forum contains 74 topics and 698 replies.”

    However, my Topics and Replies are not being “found” when a Forum is clicked on:

    “Oh bother! No topics were found here!”

    This appears to be because the post_parent in wp_posts for all these Topics and Replies is set to “0” in the database. And what’s worse, the “Repair” tools like “Recalculate the parent topic for each post” or “Recalculate the parent forum for each post” do not fix the problem; post_parent remains at value 0.

    The only way I have found to populate a Topic with the correct post_parent value is to open that topic in the Editor and click Publish. But since I have hundreds of Topics and thousands of Replies, manually saving all these Posts is hardly a workable solution.

    Does anyone know of a better way to solve this problem that doesn’t involve nearly infinite man-hours of drudgery and toil?

    Thanks in advance for any help you might be able to give. Long live BBPress!

    #187120
    heppusiel
    Participant

    I just try latest version of BBPress, and this problem exist. Is there any fix coming? Codes above didn’t work for me.

    #187116
    Robin W
    Moderator

    10 years ago would have been bbpress version 1, which probably explains it.

    I’d need to look at how best to do a password protect, and it would be a couple of weeks due to other commitments, might well be a standalone plugin rather than private groups, as that plugin is now so full that I have to keep refreshing myself on how it works !

    If you’d be interested, contact me via my website

    http://www.rewweb.co.uk

    #187107
    Robin W
    Moderator

    if you disable (as a test) any/all of Active Member 360 / Active Campaign / Buddy Boss Social Learner / BBPress / Learn Dash.

    Does the problem go away, suspect the issue is related to those plugins

    #187105
    Robin W
    Moderator

    I’m not aware that this was previously possible with bbpresss v2 (may have been with v1) – I am author of private groups.

    2 questions

    1. if password protected, how would you envisage the forum working – can you describe it’s set up
    eg who would see the forum and when?

    2. I could do with understanding the time saving over using private groups. In one case you allocated someone to a group, in the other you email someone a password, isn’t time taken the same? With passwords if you ever want to change who can see, you have to tell everyone the new password, with private groups you just change the user. With passwords everyone has to remember the password, and there is a risk that it is compromised. Please understand – I’m not arguing that you don’t have a valid proposition, just trying to understand whether I can make PG better, or if I can see you angle, add PW capability to my plugin.

    Krupa Nanda
    Participant

    Steps:
    1. Goto /wp-admin/post-new.php?post_type=forum Page.
    2. Check Preview button UI.
    3. Output is something like as show here.

    Anyone facing the same problem?

    Cross checked in Chrome, Firefox and Safari with latest versions.
    bbPress Version – Version 2.5.14
    WP Version – 4.8.2

    Steven Davis
    Participant

    Download and install the BBPress Toolkit plugin. After you install the toolkit you will see BBP Toolkit under the Dashboard Tools menu. Select close forums and you can assign specific privileges to each forum.

    #187101
    vegascoug2
    Participant

    I am working with a client who wants to password protect certain forums, they are already private and only visible to registered users, but she has some info that she does not want available to all registered users that is paid for so she wants to password protect the forum. This was possible before with older versions of bbPress as I’ve done it before.

    We have found the Private Groups but that creates a lot of work to constantly be updating the people who should have access to it. Hoping to find a mod or plugin that will allow us to add passwords to the forums we need them so so that we can protect the data in those forums from people who do not have access to it, or shouldn’t.

    I have searched on Google many times but keep ending up at Private Groups, anyone know of a way to do this?

    #187096
    lindsayk63
    Participant

    Hello,

    My forum menu item is displaying for the admin (me) but not for general users.

    I am not having issues with any other menu item.

    I am using a tech stack of Active Member 360 / Active Campaign / Buddy Boss Social Learner / BBPress / Learn Dash.

    Here is a screen shot: https://cl.ly/2x121u3A1Y1K

    Thanks!
    Lindsay

    #187093

    BuddyPress and bbPress both have their own version of mentions, and it sounds like they are working as they are currently designed to. Meaning, BuddyPress activity mentions always win, and bbPress mentions do not create BuddyPress notifications on their own.

    #187091
    Robin W
    Moderator

    there are none, basically bbpress is a plugin under wordpress, so if your wordpress site works, then bbpress should, with any in support versions of php and wordpress

    #187079
    vanbinh97
    Participant

    What is min hosting requirements for bbPress

    #187072
    Stephen Edgar
    Keymaster

    Hmmm… This might even be a BuddyPress issue, or rather how bbPress and BuddyPress integrate mentions, @lovechard what happens when you click on your @lovechard mention here?

    #187071
    lovechard
    Participant

    We are using BuddyBoss for our membership site with bbPress integrated. When a member tags another member in the forums, it comes in their notifications with the link to view the mention. But, clicking on that takes them to the newsfeed/activity stream, not the forum post that they were tagged in. Any insight? BuddyBoss said this is a bbPress issue. Thank you so much!

    #187064
    nwbus
    Participant

    issue still exists.. I disabled all plugins and as soon as I enabled bbpress it screwed up my mailchimp RSS campaign…

    I can’t be the only one out there with this configuration surely..

    Looking around at other forum software now.. tired of trying to find a solution..

    #187059

    You won’t be able to do this with just 1 query, because you’ll also want to delete the associated meta-data; that will take at least another query with the post IDs of the topics you’re trying to delete. If you’re using any type of caching, those caches should be purged also, which usually requires PHP or a cache-key reset.

    There are a few alternatives.

    * Admin > Tools > Forums > Reset will let you erase all bbPress content completely. It may timeout depending on your server configuration, but it will eventually get through it.
    * Use WP-CLI: http://wp-cli.org
    * Export the DB, do the data delete on a more capable server (or locally) then re-import it back in. This obviously is the more technical solution, but works really well in a pinch.

    #187058
    udidol
    Participant

    Hi,
    I have a bbpress forum on my website which was spammed with messages. There are 27,000 spam topics on it. I want to delete the forum entirely, but since there are so many topics, when I try to delete it the request gets timed out.

    I would like to delete most of the posts directly from the database with an SQL query. Can anyone provide an SQL query to delete these messages?

    As far as I could tell, all of the messages have the same title and same author name, if that helps (I didn’t look through all of the 27,000 posts).

    Any help is appreciated, thanks!

    #187048
    Robin W
    Moderator

    ok, so it’s more a site than a bbpress issue.

    so more fault finding needed.

    try this

    Check Email

    #187044

    I understand the need for this, but this is coming from bbPress so there is only so much we can do. bbPress has no way to to blanket unsubscribe someone from all of their forums/thread email subscriptions. If bbpress had a way to unsubscribe globally, then we could look into it but going topic by topic, which is how they have it setup does not work. Simply put bbPress doesn’t have the utilities to make it reasonably possible

    The bbp_topic_subscription_user_ids filter can be used to remove users from the array of users to be notified about new replies to topics.

    The bbp_forum_subscription_user_ids filter can be used to remove users from the array of users to be notified about new topics in a forum.

    On the Memberpress side, or in a separate add-on, they can filter those arrays, remove “inactive” members from those emails, and problem solved.

    I’d also argue that you actually don’t want to blanket unsubscribe anyone from anything, because if they ever re-subscribe, they’ll want to get all of their previous history back; right? If you purged all those subscriptions when their membership expires, that would kinda stink for them.

    #187043

    In reply to: bbpress performance

    The problem of conditionally loading the PHP files will go away when we can start to officially support autoloading for versions of PHP greater than 5.2.

    With BuddyPress, we did move to supporting autoloading when it’s available. bbPress has fewer files, and is a simpler piece of software, so my preference would be to keep it a bit more pristine and not include the same conditional support until it’s a general requirement for running WordPress.

    Anything we can do to make bbPress more performant is definitely encouraged, so I appreciate you noticing, and taking the time to start the discussion here.

    #187042

    In reply to: bbpress performance

    Fabian
    Participant

    1) It is true and I’ll show you some more precise benchmarks on this for a concrete example. Take the filter bbp_map_meta_caps, it’s within a filter recursion, where the filter fires it self again. The recursively fires 4 times with bbpress only. Now if another plugins does the same, it could get up to 16. Plugin run times include each other through the filter api. In worst case you can’t just add them to each other, they bias by some non-linear function that is definitely not O(n).
    Your point is true, that you can’t blame a plugin for being slower in conjuntion to others. But, you as a developer, should avoid that other plugins can slowdown your own plugin, by minimal intrusion into the WordPress plugin API. And bbPress does not have this minimal intrusion. Of course it is a big software product, but there is high potential to conditionally hook into WP only on pages it needs to.

    2) No its not completely irrelevant. I wasnt clear enouh here, I’m not referring to file count, but yeah -how you said- file size or LLOC. Were not talking about vulcanizing scripts. You’re right, the PHP interpreter got very fast and it should not matter, but consider:

    a) Only the inclusion of bbpress main file makes PHP allocate about 600 KB. Thats a lot, considering 0 output bytes. And this happens on every request, every REST.

    b) Think about who runs a WordPress site, not people that have a dedicated high performance server. Usually its a webspace in a VM. These systems can power hundreds of sites, so the webserver does not just read 500 files at the same time, but lets say 10000. This lowers the chance to find the same PHP code in some cache between subsequent requests. The code size per request starts to matter here.

    b) It is a style thing, I dont want my programs to load 1MB code without using it. And yeah, there are many plugins that just follow WordPress style to include everything, but this does not mean it is a good style to follow. Unfortunately, there is no well known code metric that covers this. WP was created in darker times of PHP, without autoloaders. Why do we have them now? I dont get it why so few plugins properly use them, it takes a day to refactor your plugin and another to test.

    bbPress is not doing bad. It could just be more minimal if the forum is just a smaller part of your website. I dont expect 25 plugins to allocate 0 memory, but I expect 25 plugins not to clog my dashboard and frontpage, where I do not want them to load. I want them to do what they are supposed to do on specific pages within the front- and backend.
    Its true that woocomerce is the worst.
    I could optimize it though. It only loads on the shop frontpage, on the checkout page, on product pages, specific ajax actions and REST endpoints. The cart can be XHR, or one can keep on loading the plugin once a cookie is set. This technique makes the wp-admin dashboard fast too.

    (I’ll back with the benchmarks)

    #187036
    lovechard
    Participant

    What I got from memberpress:

    “I understand the need for this, but this is coming from bbPress so there is only so much we can do. bbPress has no way to to blanket unsubscribe someone from all of their forums/thread email subscriptions. If bbpress had a way to unsubscribe globally, then we could look into it but going topic by topic, which is how they have it setup does not work. Simply put bbPress doesn’t have the utilities to make it reasonably possible”

    #187035
    lovechard
    Participant

    What I go from memberpress:

    “I understand the need for this, but this is coming from bbPress so there is only so much we can do. bbPress has no way to to blanket unsubscribe someone from all of their forums/thread email subscriptions. If bbpress had a way to unsubscribe globally, then we could look into it but going topic by topic, which is how they have it setup does not work. Simply put bbPress doesn’t have the utilities to make it reasonably possible”

    #187029
    lovechard
    Participant

    @robin-w yes, they are not removed entirely because many people come back and I do not want their information removed completely. The emails are coming from bbPress though, not memberpress.

Viewing 25 results - 8,226 through 8,250 (of 64,454 total)
Skip to toolbar