Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 16,026 through 16,050 (of 64,516 total)
  • Author
    Search Results
  • #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?

    Robin W
    Moderator

    ok, on issue 1

    Not sure what you are asking? You decide what to show in dashboard>settings>bbp topic count.

    If that doesn’t answer, come back with a url to a specific page and exactly what you want removed.

    on issue 2.

    You just create a directory in your child theme called bbpress and any files you change in there

    eg

    wp-content/themes/%your-theme-name%/bbpress/loop-single-forum.php

    where
    %your-theme-name%

    is the actual name of your theme !

    #160122
    Robin W
    Moderator

    subscribe is shown above the forums and topics for logged in users.

    bbpress authors have not released these bits as widgets, which is a shame as the bits on the left are quite useful !

    #160120
    Robin W
    Moderator

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

    It could be 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.

    Then come back

    #160119
    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

    #160118
    Robin W
    Moderator

    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

    #160115
    Robin W
    Moderator
    #160110
    finemaster
    Participant

    Hello,

    I just installed bbPress, but I don’t have the “forums” tab to start to set it up. Though I can see the “forums” page at SplitBoarding.it/forums

    I erased the cache. I use WP 4.1.1 with Divi 2.0 theme.

    Do you know how to solve it?

    #160107
    iampsp.com
    Participant

    hello guys,I install bbpress an create child theme for it and work good,only problem is Post Formatting option not work,if active this option not show bbcode buttons and hide teaxtarea border,now what`s my problem,please if need use function or action help me,i am programmer and I know php code.
    thanks for help.

    #160105
    Robin W
    Moderator

    not a quick php answer.

    looks like css might be the way to go

    Twenty Fifteen, no sidebar

    but you want it specifically for forums (although not sure how they’ll navigate out again).

    forums use

    #bbpress-forums as the css tag, so maybe combine that with the code abiove

    Shaktimaan
    Participant

    My issue is very similar to

    https://buddypress.org/support/topic/each-editing-session-of-a-post-is-published-in-activity-stream/
    buddypress.org/support/topic/bbpress-post-edit-causes-multiple-activity-entries/
    buddypress.org/support/topic/editing-a-topic-duplicate-record-in-activity-stream/

    Wordpress version: 4.1.1
    Buddypress: Version 2.2.1
    bbPress: Version 2.5.6
    website: thinkatheist.org

    I am using a premium wordpress theme, Buddy

    Any solution?

    #160102
    xxmesoxx
    Participant

    I am trying to move my Joomla install over to WP, and am having some troubles with the Kunena importer to BBPress.

    When I attempt to do the import, it successfully moves over some of the information, but stops every time when it tries to import the topics. It gives me the error:

    WordPress database error: [Table ‘******.jos_kunena_topics’ doesn’t exist]

    The problem is that I don’t use the jos_ prefix anywhere in my tables, and it seems to be automatically inserting that prefix into the table when trying to import. I imagine the table it’s looking for is not actually jos_kunena_topics, but rather just kunena_topics.

    I am using Joomla 2.0.19 with Kunena 3.0.5, attempting to move over to the latest versions of both bbpress and WP.

    Any help will be appreciated.

    #160101
    Sebastian
    Participant

    Wordpress: 4.1.1
    bbPress: 2.5.6
    Theme: underscore

    I installed wordpress, bbpress and a bunch of other plugins in a local server with xampp. Everything worked fine.

    After migrating the installation to a webspace with the plugin backupbuddy the following error occured “ERROR: Are you sure you wanted to do that?when I want to create a topic or a reply in the frontend:

    Topic reply or Creation - Error

    – in the backend/dashboard I can create topics, replys, forums etc – works fine
    – in the frontend – no matter what user, admin or moderator the error occurs
    – I used the tools > forums > repair and reset – nothing
    – I deactivated all other Plugins – nothing
    – Deleted and Reinstalled bbpress – nothing (Do I have to delete database table from bbpress manually? or are they gone with deleting the plugin bbpress?)
    ….the error still exists and I can’t post or reply.

    I read some older post here in the forum, but there it seems to be different that the error comes up on local installed wp.

    Any suggestions or solutions?
    Would be really helpful. Thanks!

    #160099
    BBC
    Participant

    Hi
    I use the latest version of wordpress and bbpress and the twenty twelve theme.
    My users can not check the option “Notify me of follow-up replies via email” so that they receive a notification by email.
    The same checkbox I see below this window.

    Who can help me out.
    Conrad

Viewing 25 results - 16,026 through 16,050 (of 64,516 total)
Skip to toolbar