Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 15,951 through 15,975 (of 64,454 total)
  • Author
    Search Results
  • #160203

    In reply to: Profile Fields

    Robin W
    Moderator

    ok, give us a chance to help you.

    1.How is this related to bbpress?
    2. What exactly are you doing to add them manually?

    Robin W
    Moderator

    you could put the following at the bottom of your style.css

    .bbps-post-count {
    display: none !important;
    }

    That should hide it.

    Functions files and child themes – explained !

    FlyFishersCorner
    Participant

    Thanks for the reply!

    The duplicate text I’m talking about that I want to remove is the bbpress default post count text (which counts posts in a specific topic). I only want it to show the text from bbp topic count.

    An example can be seen at: http://flyfisherscorner.com/topic/lets-get-the-conversation-going-where-are-you-from/

    I want to remove the “Post Count: 1” generated by default and keep the “Total Posts: #”

    Thanks again!

    #160180
    alanr1954
    Participant

    I’m using WordPress 4.1.1 on twentyfifteen them, and bbpress 2.5.6

    I’ve created a test forum called ‘A completely spurious forum’ which is set to ‘private’. But when I go there as a logged in user, the heading of the forum is ‘Private: Private: A completely spurious forum’. Where did the two ‘privates’ come from and how do I get rid of them?

    Alan

    #160177

    In reply to: Weird freshness bugs

    Ziga Sancin
    Participant

    I’m running a copy of the website on my laptop (Mac OS X Yosemite, Apache, PHP, MySQL) without a persistent caching plugin. I don’t think logged in users have anything to do with this problem, because we’re talking about the WordPress/bbPress internal caching functions (WP Object Cache).

    I’ve also slightly modified the bbp_forum_query_last_reply_id function to accept the value of 0 and run the query and then the wp_cache_get returns the correct value, but after reverting the changes wp_cache_get again returns 0. Do I need to clear the object cache (which is stored somewhere in the options table according to the WP Object Cache docs)?

    #160176
    Nicolas Korobochkin
    Participant

    bbPress 2.5.6 have some changes with this. Filter bbp_notify_subscribers renamed to bbp_notify_topic_subscribers.

    #160159

    In reply to: Removing Spam users

    Robkk
    Moderator

    if you want use this plugin and provide use some information on how it does for your installation.

    it requires Akismet, and basically it rescans all your topics and replies for spam.

    the settings should be in tools > bbpress spam cleaner.

    https://github.com/lenrsmith/bbpress-spam-cleaner

    another tool that might help is wanguard.

    https://wordpress.org/plugins/wangguard/

    rmessick
    Participant

    Thanks @Robkk


    @netweb
    said he would help as soon as he gets time and me some more resources to look at.

    Digging into it more I think my class in not initiating correctly. “ExpressionEngine” is my class. I tried to echo anything after the Line 1709 “$converter = bbp_new_converter( $row->meta_value );” on /wp-content/plugins/bbpress/includes/users/functions.php and it will not.

    I confirm that my class name is correct in metadata and file name is the same.

    So I think there is something wrong with my custom class converter but not sure how to tell what it is. I also tried commenting all the methods out one by one but still get same error.

    #160155
    Robkk
    Moderator

    i say use <?php bbp_topic_reply_count() ?> and use math with it.

    this code and where i think you want to modify it should be in loop-single-topic.php

    make sure you copy it to your child theme into a folder called bbpress so an update doesnt lose your data.

    #160154

    In reply to: importing from phpBB

    Robkk
    Moderator

    I dont know what to tell you??

    do you want to still use the aMember plugin with bbPress and WordPress??

    or you want to leave aMember??

    All i can recommend now is put all your data back in aMember and just import phpbb cleanly into bbPress.

    #160153
    Robkk
    Moderator

    There is not a finished PHPfusion importer from what i can see.

    You might need to hire a developer to finish the existing PHP-Fusion importer for bbPress.

    post a job here http://jobs.wordpress.net/

    All else you can contact @netweb but im sure he will be very busy.

    contact him on slack

    Development

    Robkk
    Moderator

    use this CSS

    #bbpress-forums ul.bbp-reply-revision-log img.avatar,
     #bbpress-forums ul.bbp-topic-revision-log img.avatar,
     #bbpress-forums div.bbp-template-notice img.avatar {
      display: none!important;
    }
    #160147
    Robkk
    Moderator

    You can wait til the patch is added to core in a future release.

    or you can hotfix the issue with the patch here

    https://bbpress.trac.wordpress.org/ticket/2690

    #160145
    Robkk
    Moderator

    this is pretty much it , no styles though.

    https://wordpress.org/plugins/bbpress-info-widgets/screenshots/

    #160144

    In reply to: Tittle

    Robkk
    Moderator

    if your talking about the category layout that default phpbb usually has.

    Then use this file

    https://github.com/robkk/bbPress-Hierarchical-Forum-and-Category-Layout

    download the zip.

    take the loop-forums.php file and put it into your child theme in a folder called bbpress

    https://wordpress.org/plugins/bbp-style-pack/

    also has a file like this but i think you have to manually install this too.

    #160143
    eduardosilva
    Participant

    Greetings,

    I have tons of spam users registered on my forum that never posted anything (I guess that most didn’t even got the password that is sent by mail).

    I would like to cleanup my messy list of users, but without risking loosing additional information.

    I’ve found this post http://www.blogercise.com/delete-spam-users-from-bbpress-2/

    DELETE *
    FROM wp_users
    WHERE ID NOT IN
    (SELECT post_author FROM wp_posts
    UNION SELECT user_id FROM wp_comments)

    and metadata:

    DELETE A FROM wp_usermeta A
    LEFT JOIN wp_users ON user_id=ID
    WHERE ID is NULL

    Just wondering if this select is safe enough to cleanup all users who never started or replied a topic.
    Any chances on deleting an active user?

    btw:
    Running wordpress 4 and bbpress 2.5.6 (this forum was imported from bbpress standalone, I guess that it was version 1.4)

    Thanks

    #160142
    Robkk
    Moderator

    bbpress user profiles are like this usually , example.com/forums/profile/name

    i think you are using BuddyPress hence the default members slug.

    you should contact them on figuring out how to change them.

    https://buddypress.org/support/

    notifications section sounds like BuddyPress too, so follow that link and contact them.

    #160137

    In reply to: bbPress on Github

    Nicolas Korobochkin
    Participant

    Hm. I can’t use this link like a bower component (something not work). But I find https:// github . com/wp-plugins/bbpress.git – pretty good and working with bower and you can set up something like https:// github . com/wp-plugins/bbpress.git#2.5.6 to set up vertsion.

    #160130
    Robin W
    Moderator

    bbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes

    It could be a theme or plugin issue

    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 twentytwelve, and see if this fixes.

    Then come back

    #160129

    In reply to: bbP signatures

    Robin W
    Moderator

    1. sorry I don’t understand what you mean by ‘site wide forums’ – by default forums are site wide. Can you come back and explain a bit more

    2. The plugin adds exactly that to the bbpress profile. It doesn’t to the toolbar profile, which is possibly what you mean. Toolbars are really for admins, they detract from the site theme.

    #160128
    64scramble
    Participant

    As the title says, moderators of our forum can’t edit any posts, not even their own. When they try, they get:

    Reply To: Uneducated game shop staff

    Welcome to Grownups Gaming › Forums › Grownups Gaming › PC Gaming › Uneducated game shop staff › Reply To: Uneducated game shop staff Reply To: Uneducated game shop staff You can use BBCodes to format your content. It’s just a test, a game for us to play Add / Edit SignatureUpdate Signature Tags: Notify…

    Continue Reading

    The Feed Them Social Plugin offers system info as follows:
    Feed Them Social plugin version 1.7.3
    WordPress version WP 4.1.1
    Installed plugins
    Advanced Custom Fields by Elliot Condon version 4.4.1,
    bbPress Notices by Pippin Williamson version 1.0.1,
    bbPress – Report Content by Josh Eaton version 1.0.5,
    bbPress WP Tweaks by veppa version 1.3.1,
    bbPress by The bbPress Community version 2.5.6,
    Better bbPress Signature by Arun Singh version 1.2.0,
    BP Registration Options by Brian Messenlehner and Michael Beckwith of WebDevStudios, Jibbius version 4.2.5,
    BuddyPress by The BuddyPress Community version 2.2.1,
    Export User Data by Q Studio version 1.2.0,
    Feed Them Social (Facebook, Instagram, Twitter, etc) by SlickRemix version 1.7.3,
    GD bbPress Tools by Milan Petrovic version 1.7,
    Invite Anyone by Boone Gorges version 1.3.7,
    Quick Chat by Marko Martinović version 4.13,
    Simple eCommerce by Niaz Showket version 2.2.3,
    Twitch TV Embed Suite by Plumeria Web Design version 2.0.7,
    Twitter by Twitter version 1.0.1,
    WP Hide Admin Bar by Web Outsourcing Team version 2.0,
    WP Mobile Edition by Fabrix DoRoMo version 2.2.5

    Server Environment
    PHP Version 5.5.20
    Server Software Apache/2.4.9 (Unix)
    WP Max Upload Size 64 MB
    WP Debug Mode No
    fsockopen fsockopen is ON
    cURL cURL is installed on this server

    The website is http://www.grownupsgaming.net

    If you need access to the Forum, or anywhere else on the site, email me and I will give you the test login I’ve been using. I’ve tried all combinations of site permissions with forum moderator, but all get the same result.

    Thanks in advance

    #160127
    Robin W
    Moderator

    bbpress does not delete any area from which it is importing.

    But I would strongly suggest that you have a good backup of the SMF forum before you start, and that when you have migrated, you run a test site for your new WP setup

    https://codex.bbpress.org/creating-a-test-site/

    #160126
    Robin W
    Moderator

    bbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes

    It could be a theme or plugin issue

    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 twentytwelve, and see if this fixes.

    Then come back

    #160125
    Robin W
    Moderator

    If you haven’t already, suggest you contact your host provider for a backup.

    Deactivating the plugin should not take down your site – sounds like the site bugged whilst deactivating.

    Whether you run bbpress or not, if your site is that busy, the you really need a development/backup site – suggest you invest time in creating one see

    https://codex.bbpress.org/creating-a-test-site/

    #160124
    Robin W
    Moderator

    bbpress has a quirk (or it’s simply the way it works), where if you have no bbpress role, on login it gives you the default one.

    I know nothing of multisite, but maybe Simplest way is to change your bbpress role to blocked?

Viewing 25 results - 15,951 through 15,975 (of 64,454 total)
Skip to toolbar