Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 9,751 through 9,775 (of 64,535 total)
  • Author
    Search Results
  • #180528

    Topic: Not found

    in forum Installation
    unkoff
    Participant

    Hi guys,

    I just installed my gauge theme v6.20 on my localhost. It is supposed to have bbpress/buddypress integration. I activated plugin bbpress v2.5.12 and then imported demo data from the theme. However, when I click on the buddypress menu links, I have the messeage saying on a completely blank page:

    Not Found

    The requested URL /groups was not found on this server.
    Apache/2.4.23 (Win64) PHP/5.6.25 Server at localhost Port 80

    I will be grateful if you share any thoughts why this is happening.

    Thanks,
    unkoff

    #180518
    Robin W
    Moderator

    ok, so something must have happened to make you lose them. Have you installed other plugins or changed themes?

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.

    Then come back

    #180517
    Robin W
    Moderator

    ok, having all results on one page might give you issues.

    bbpress will by default show the number of replies per page that is set in

    dashboard>settings>forums>Topics and Replies Per Page>Replies

    You could up that to say 100, so that you get a decent chuck. But this would change it for forums as well.

    However if you wanted that just for search, so not affecting forums, then you could set it as a filter in your functions file – if you know how to add code to your functions file, then come back and I’ll give you some code. Again I would recommend that you set a limit but it can be as high as you like.

    #180511
    Robin W
    Moderator

    ok, so do the following

    1. If you have WP mass delete already installed then deactivate and delete

    2. the go to

    WP Mass delete bbpress version

    and download the plugin to your PC

    Then go into Dashboard>plugins>add new and upload plugin

    then upload the file you downloaded, and then activate

    To execute go into Dashboard>settings>WP mass Delete, and choose the options with care !!!

    I would suggest you tick Bypass trash, as otherwise you’ll only get them in there instead !!

    The plugin works by using a sql command to make an array of post ID’s needing deleting, and then using wp_delete_post command to do each one in turn, which will pick up post meta and revisions as well, and cycling through the array.

    Given you have 50,000 it may well error as well, so I’d suggest you start by limiting the period to a) check that it is working !
    b) give it something that it might succeed at.

    Once you know it works, you can try a full dump, but it may fall over.

    If it does, then limiting to a period should let you delete a good size chunk each time, so hopefully in a couple of dozen iterations you should be able to get there.

    Please come back and let me know how you get on – I can play with it a bit more if needed

    #180510
    Kiril Ivanov
    Participant

    I believe you could try out the suggestion from the following forum thread:

    Slow to Post

    Check the reply of @daniellajos.nl.

    #180503

    Hey everyone! Guess what?

    bbPress 2.6, Release Candidate 3, is now available for testing.

    Download it from here: https://downloads.wordpress.org/plugin/bbpress.2.6-rc-3.zip

    Why is this cool? For starters, @jeffr0 may finally climb down off my back and stop giving me grief for how long it’s been since we shipped a major release.

    bbPress 2.5.0 in 2014, 3 years ago.

    Most people wouldn’t be proud to say that, but… I am. The 2.5 branch of bbPress has been so stable & well received, we were able to take our time with 2.6 and double-down on upstream improvements to WordPress.

    bbPress 2.6 will come with:

    * Per-forum moderators
    * Improved favorites & subscriptions management
    * Improved BuddyPress integration
    * Performance improvements across the board
    * UX improvements to meta-boxes and admin-area tools
    * Tighter integration with WordPress’s Dashboard
    * Template tweaks & clean-up
    * About 110 other things

    If you’re going to test 2.6 on a live site, maybe don’t just yet. It runs a database upgrade routine to migrate favorites & subscriptions from usermeta to postmeta, and for large forums that may take a while or possibly lock things up for a bit.

    We are already running 2.6 here and on bbPress.org, so enjoy the speedier new posting experience, and we’ll let you know when the next beta is ready!

    #180502
    haddlyapis
    Participant

    Just to let you know that this issue was fixed by uninstalling the plugin “bbPress Login Register Links On Forum Topic Pages” and instead adding a login/logout link using the code provided here:

    Layout and functionality – Examples you can use

    and then adding code provided to make sure the links only appear in the forum and not the whole site:
    change line 3 to
    if ( is_user_logged_in() && is_bbpress() ) {

    and line 6 to

    elseif ( !is_user_logged_in() && is_bbpress() ) {

    #180495

    Hi there @iprg,

    Sorry, but there isn’t yet. It wouldn’t be too difficult for us to implement this feature inside of wp-admin, though.

    Are you comfortable creating a feature request over at https://bbpress.trac.wordpress.org? If so, that’s the best place to log this idea, and we’ll try and get it into a future release.

    #180494
    iprg
    Participant

    Hello,
    is there a possibility of bulk closing old topics? Eg doing it from dashboard? At the moment, I am only able to do it in a very slow way (open every single topics and close it)…
    Or can I set some time limit for automatic closing?

    Thank you for any insight!
    Best,
    Jan
    (BBpress, WP – latest versions, site: http://www.fotoguru.cz/foto-forum/)

    #180490
    jasnlee
    Participant

    Hello,

    Our topics are no longer being listed on our forum except for sticky topics I believe.

    Top blue box says “This forum contains 32 topics and 24 replies, and was last updated by…” but it then only lists 3 topics “Viewing 3 topics – 1 through 3 (of 3 total)”

    WordPress: 4.7.1
    bbPress: 2.5.12
    Theme: Salutation by Parallelus v3.0.2

    Please help. Thank you.

    #180487

    I think I understand the expectation here, but that isn’t how it’s currently designed to work.

    More specifically, bbPress subscriptions do not discriminate against the user’s current role. If they were subscribed before, they’ll be subscribed until they unsubscribe.

    To achieve the behavior you desire, a plugin could be written that either:

    • Filters bbp_topic_subscription_user_ids and removes users with/out desired roles
    • Filter bbp_set_user_role and permanently delete all subscriptions when the new role matches one that qualifies

    Maybe a combination of both of the above, if you need to account for already removed users, but want to clean-up future role changes.

    #180486
    marnieg
    Participant

    Wordpress: 4.7.1
    bbPress: 2.5.12-6148
    theme: Zippy Courses

    I have a new bbPress forum and just recently lost the formatting options–there’s just an empty rectangle where the formatting buttons formerly were. Under Forums and then Settings I have several things checked that don’t seem to be available in the forum. For instance: “Add toolbar & buttons to textareas to help with HTML formatting” and “Embed media (YouTube, Twitter, Flickr, etc…) directly into topics and replies” are selected. But these aren’t available.

    I would love any direction so I can add basic formatting functionality. I added Forum Beginner Posts plugin but that didn’t change anything so I uninstalled it.

    #180483
    Stephen Edgar
    Keymaster

    Closing this as a duplicate (As I already replied to the other topic)

    bbPress Unsubscribe when no longer Participant Role

    #180482
    Stephen Edgar
    Keymaster

    If a “membership” type role plugin is removing the “Participant” role then that plugin I would expect should clean up after itself in general, that is, I would expect that plugin to also remove a users subscriptions.

    bbPress has all of the functionality implemented to perform these said actions, the plugin you are using to do this would just need to implement this functionality.

    juliemarie99
    Participant

    WordPress 4.7 bbPress 2.5.12 http://members.thesoulscripts.com

    There seems to be no way for admins or users to unsubscribe from email notifications when they are no longer Participant. After they stop paying to be a member of our site, their Participant role is removed. They should be removed from all email notifications as well at that point. Many angry people! Help!!

    #180479
    TKServer
    Participant

    I believe I need to make either a custom reply Walker class, or a recursive function. How would I make a bbPress reply walker class and implement it?

    Robin W
    Moderator

    ok, so

    create a directory on your childtheme called ‘bbpress’
    ie wp-content/themes/%your-theme-name%/bbpress

    where %your-theme-name% is the name of your childtheme

    find
    wp-content/plugins/bbpress/templates/default/bbpress/form-reply.php
    Make a copy of this file, and put in in the directory called bbpress that you created above, so you end up with
    wp-content/themes/%your-theme-name%/bbpress/form-reply.php
    bbPress will now use this template instead of the original
    and you can amend this

    so amend this file – copy it to your Pc and use norepad or similar

    around line 70 you will see

    <?php if ( bbp_allow_topic_tags() && current_user_can( 'assign_topic_tags' ) ) : ?>

    replace this with

    <?php
    	$user_id = wp_get_current_user()->ID;
    	$topic_id = bbp_get_topic_id() ;
    	$topic_author = bbp_get_topic_author_id( $topic_id ) ;
    	$is_topic_author = ($topic_author == $user_id ? true : false) ;
    	if ( bbp_allow_topic_tags() && current_user_can('assign_topic_tags' ) && ($is_topic_author || bbp_is_user_keymaster() ) : ?>

    This is untested, and if it doesn’t work – do come back !

    #180477
    Stephen Edgar
    Keymaster

    There would be two parts to this, the first I think sounds easy enough, when a user updates their profile we submit the updated user bio/description to Akismet. The second part of this is the “management” side, what to do with the profile if it fails the Akismet check 🤔

    With topics and replies, in bbPress we have a new “pending” post status, similar to the “spam” post status for topics and replies awaiting some moderator action. I wouldn’t want (due to Akismet false positives) to automatically mark a user as a “spam user” solely from the Akismet response, we’d want the user flagged for follow up by a moderator or keymaster.

    Anyone else have some thoughts on the workflow and how w should approach this?

    Stephen Edgar
    Keymaster

    @mth75 Sure, kind of like how BP’s profiles, if active, replace bbPress’ profiles we could possibly do something similar for BuddyPress favourites.

    Create a ticket on Trac and if you can, take a stab at writing a patch maybe?

    https://bbpress.trac.wordpress.org/newticket

    #180471
    consultant1027
    Participant

    This codex article is quite comprehensive about how to fight SPAM. (https://codex.bbpress.org/getting-started/forum-moderation/dealing-with-spam/)

    However, although it acknowledges profile SPAM, it fails amongst the many solutions to actually identify a method that is targeted at battling profile SPAM. You could switch to manual registration approval (which would be a pain in any moderate to high traffic site), but that would not solve the problem since the approved user can still post links in their profile.

    Akismet, WangGuard, etc, appear to only work on post/comment spam, not on profile spam, no?

    I don’t even have discussions enabled or commenting enabled so I don’t even care about post/comment spam!

    So as far as I can tell there is no plug-in or feature that will prevent profile SPAM. Someone please tell me I’m wrong!

    #180470
    Robin W
    Moderator

    untested, but this should do it, come back if not

    change line 3 to

    if ( is_user_logged_in() && is_bbpress() ) {

    and line 6 to

    elseif ( !is_user_logged_in() && is_bbpress() ) {

    #180469

    In reply to: Background Color

    Robin W
    Moderator

    your theme is re-writing the classes used by bbpress.

    Put this into the custom css – either of your theme if it has a custom css area, or into the custom css tab in my style pack plugin settings

    .x-bbp-search-form {
        background-color: #ffffff !important;
        }
    
    .bbp-forums ul, li {
    background-color: #ffffff !important;
    }
    mth75
    Participant

    Hi Stephen @netweb ,

    Is it possible to integrate the above (functionality) (except the theme dependent functionality) in future BBPress releases. As a user, for me it’s a integration issue between Buddypress & BBpress.

    Best regards,

    Marc

    #180466
    Sadegh Hosseini
    Participant

    Hi and thanks for your quick answer.
    I have child theme and I can copy bbpress theme inside it.
    I’d be thankful if you tell me how can I use these codes.
    Please consider that I want to let Keymaster and topic owner to edit topic tags.

    #180464
    haddlyapis
    Participant

    Hi,
    you provide code to add login and logout links on bbpress layout and functionality, which is just what i need.
    Question: Is there any way for it to only appear in my forum http://www.apis.de/forum (and all sub urls) but not on the rest of my site?

Viewing 25 results - 9,751 through 9,775 (of 64,535 total)
Skip to toolbar