Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 23,751 through 23,775 (of 64,518 total)
  • Author
    Search Results
  • #138246

    In reply to: bbPress 2.4.1

    Unit9
    Participant

    Hi guys, 😀

    Thanks for all the incredible work you do on BBPress!

    I’m using WordPress 3.6.1, BuddyPress 1.8.1 and BBPress 2.4.1

    The page titles for wordpress and buddypress have been fixed.

    However, BBPress has completely stopped interacting with Buddypress. By this I mean no new topics, posts, mentions or any action made by my members in BBPress are showing in their profile activity or in the ‘Notifications’ section of the WP admin bar.

    I’ve also added this code to a base ‘Forum’ page:

    <?php bbp_get_template_part( 'bbpress/content', 'archive-topic' ); ?>
    
    <?php bbp_get_template_part( 'bbpress/form', 'topic' ); ?>

    And in the topic section the ‘Forum’ select field has ‘No forum’ as the default selection. Rather than taking the first forum as the default as in BBPress 2.3.2.

    Thanks!

    #138244

    In reply to: SMF Import to bbPress

    Remco Beugels
    Participant

    @manuxel
    For the smileys I think that it is a better idea to replace ::) with 🙄 (: roll :).

    #138241
    martinbrunnberg
    Participant

    Thanks a lot for reply!

    Unfortunatly I cannot find the settings that you are refering to. Below settings, bbpress the possibilities look like this:

    “Allow users to mark topics as favorites
    Fancy Editor Use the fancy WordPress editor to create and edit topics and replies
    Embed media (YouTube, Twitter, Flickr, etc…) directly into topics and replies.”

    There are nothing that looks even close to what you are refering to. Where can I find them? I’m running bbpress Version 2.1.

    I did run the repair tool but with no look. There is no botton available to create a new thread. Must be something simple I’m missing here.

    Very thankful for any input.

    Regards
    Martin

    Regards,
    Martin

    #138240
    Anonymous User 9588477
    Inactive

    @stephen, thanks for your comment! I have solved the problem! I have doenlaod the translations .po and .mo from the /dev branch and upload those 2 files to wp-content/bbpress/languages/ and rename the files to bbpress-nl_NL.po & bbpress-nl_NL.mo

    #138233
    Keryn
    Participant

    Still didn’t work for me, and I’ve had trouble with bbpress on other sites, so I’ve ditched it and gone with:

    https://wordpress.org/plugins/forum-server/

    #138230
    Robin W
    Moderator

    Can’t see anything wrong with your code is_bbpress()works on my conditional statements

    #138229
    Robin W
    Moderator

    BBpress comes with roles that you can set for each user, just go into dashboard>users and set them up – they’re at the bottom of the page

    see this article

    https://codex.bbpress.org/bbpress-user-roles-and-capabilities/

    AntonyC
    Participant

    Hi, I’m also having the exact same problem and I’m wondering why this hasn’t been addressed yet? It wouldn’t have been an issue for me but BuddyPress now insists that you use bbpress for the forums.

    PLEASE help someone!

    #138225
    antoniopapa91
    Participant

    When i log in wordpress admin as an administrator I can see Forum, Topic and Replies Menus on the sidebar but when I log in as an Editor I cant see and access them.I want the Editor role to be able to add forum, topics etc ect.Can I do this?If yes how?Thank you.

    #138224
    koendb
    Participant

    You’re on the bbpress website. Bbpress is forum software, and you need more information about buddypress.

    To answer your questions: yes, it is possible. You can add as many custom fields to user pages as you want. I’ve never done this, so can’t tell you how difficult making a custum template will be though. Try the buddypress forum.

    #138221

    In reply to: disabling breadcrumbs

    Philip John
    Participant

    @mdroca You should paste that code into your theme’s functions.php file. Here’s a guide on how to do that safely: http://wp-events-plugin.com/tutorials/how-to-safely-add-php-code-to-wordpress/

    Also, for others wanting to hide bbPress breadcrumbs, this code is a bit more compact but does the same job:
    add_filter('bbp_no_breadcrumb', function($arg) { return true; } );

    #138220
    SZTEAM
    Participant

    Could it be i have set it wrong in wp settings? Or a plugin giving issues? Since my Better WP Security plugin blocks to edit wp-config files and htsacces

    #138218
    SZTEAM
    Participant

    Thank you for the fast reply!!!

    I have changed template.php to original form. And still i have the same issue with no email being received and new user not showing up in wp backend.

    #138217
    himali
    Participant

    I’m using wordpress 3.6.1 and bbpress plugin..
    My issue is..no user as well as keymaster not able to send reply from front end site.
    please help me to sort out this problem

    #138216
    WPSeeker
    Participant

    Thanks for the reply Stephen. Am I correct in assuming that posting to bbPress is just like creating any WordPress custom post?

    And if so, could I make my own post submission form using Gravity Forms, or are there hooks that need to be used to get it to post correctly?

    #138215
    David2013
    Participant
    #138214
    Stephen Edgar
    Keymaster

    Changing bbPress core is not the best idea, let alone the actual login process, most likely your issue will be because bbPress core is now not correctly passing this process to WordPress.

    #138212
    #138209
    Stephen Edgar
    Keymaster

    Also updated the codex to reflect the correct shortcode syntax https://codex.bbpress.org/shortcodes/

    #138206
    Stephen Edgar
    Keymaster

    The ‘topic tags’ that see when viewing a topic (e.g. this post) you will not see the topic tags actually included in the search results by default, this is not something yet implemented in bbPress’ search results.

    #138205
    Stephen Edgar
    Keymaster

    There is this plugin by @jmdodd https://github.com/jmdodd/bbpress-topic-post-converter
    (It hasn’t been updated in a while though, so not 100% sure on compatability)

    I also think there are another couple of plugins that do this, have a search of plugins section:

    Plugins

    This is also planned for inclusion in a future version of bbPress in some form yet to be decided 🙂

    #138204
    Stephen Edgar
    Keymaster
    #138203

    In reply to: Auto Role not working

    Stephen Edgar
    Keymaster

    What happens after you have run the repair tool “Remap existing users to default forum roles”
    https://codex.bbpress.org/repair-forums/

    #138202
    Stephen Edgar
    Keymaster

    You may have enabled ‘Threaded Replies’ in the settings and this would stop you from seeing any pagination.

    https://codex.bbpress.org/forum-settings/#forum-features

    #138201
    himali
    Participant

    I’m using wordpress version 3.6.1
    bbpress version 2.4.1
    i’m not using buddypress.My question is that I cant send reply to any topic from bbpress..

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