Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 11,426 through 11,450 (of 64,515 total)
  • Author
    Search Results
  • #174928
    Pascal Casier
    Moderator

    Hi,
    Did you try with bbPress 2.6-alpha ? It’s still alpha but very stable and has improved a lot in both performance and import.

    Pascal.

    #174926
    Fuskeduske
    Participant

    Hi Stephen,

    Thanks for your answer, each time importing the users i have done this from a completely fresh wordpress installation with wordpress 4.5.2 and BBPress 2.6″Alpha” on different databases using both MySQL and MariaDB, so i fail to see how this has to do with redundant imports.

    However, when i disabled the founder option for the missing users everything went smooth through, this was on a database where i’ve “reset” the forum using the reset option next to import.

    #174924
    Pascal Casier
    Moderator

    Hi, welcome back 🙂

    How did you solve the previous issue (https://bbpress.org/forums/topic/member-cannot-post-to-forum/) ? Is the same user involved ? Is this since the last update of Paid MembershipsPro ?

    Pascal.

    vincebrown
    Participant

    Hey Pascal,
    I was able to figure out my problem, turns out the “lead topic” post was not showing I was able to take care of it by installing this plugin.

    http://www.rewweb.co.uk/bbpress-wp4-fix2/

    #174918
    Pascal Casier
    Moderator

    Hi,
    If you want to limit to seeing only 1, you can put this into your functions.php: https://codex.bbpress.org/layout-and-functionality-examples-you-can-use/#22-show%c2%a0only-1-revision-log-on-topics-and-replies
    or if you prefer a plugin, check my bbP-toolkit

    If you do not want revisions at all, you could just switch them off : ‘/wp-admin > Settings > Forums > Forum Features > Revisions’

    Pascal.

    #174915
    fabwintle
    Participant

    Hi,
    We have a membership site with bbpress. I am trying to keep our members informed of the new questions in our forum. I am using mailchimp in conjunction with bbpress topic feed.

    I would like to remove the ‘This topic was last modified by x for the reason y’ line. See this screenshot.

    I am not a programmer but can modify code if i find a good template.

    Would anyone be able to point me in the right direction? to either some code or a developer?

    Thank you!

    #174911
    designbysue
    Participant

    I just installed bbPress so am new to this. The main forums page at http://brigade.org.c11.previewyoursite.com/forums displays the incorrect sidebar – if you click on one of the forums you can see the correct sidebar, which I applied in the set up of the individual forum page. How can I edit the page http://brigade.org.c11.previewyoursite.com/forums?
    Wordpress 4.5.2
    bbPress 2.5.9

    Thank you in advance for your assistance.

    Sue

    #174908
    Stephen Edgar
    Keymaster

    @haddly Thanks though it looks correct to me:

    A single topic and single reply so without plurals:

    Multiple topics and replies so with plurals:

    Also the German translations for this string for bbPress 2.5.x are here and for 2.6-alpha are here

    #174905
    john2323
    Participant

    Hi, I have the Whoop theme and its designed to use bbPress but the menu shows ALL categories under one menu in a row. Including sub categories. I want to change it so it only shows the parent categories as currently there are at least 30 items in the menu.

    Is the below code what needs to be change and if so can you help me out by doing this? I don’t even want the menus collapsible. Just at link for each main category and thats it.

     <div class="whoop-forum-cats-list">
                            <ul class="whoop-forum-cats-list-inner">
                                <?php
                                
                                $forum_id = bbp_get_forum_id();
                                $forum_args = array(
                                    'posts_per_page' => 100,
                                    'post_type' => bbp_get_forum_post_type(),
                                    'order' => 'ASC'
                                );
                                $forums = query_posts( $forum_args );
                                foreach ($forums as $forum) {
                                    $link = get_permalink($forum->ID);
                                    if ($forum->ID == $forum_id) {
                                        $class = 'active';
                                    } else {
                                        $class = '';
                                    }
                                ?>
                                <li>
                                    <a class="<?php echo $class; ?>" href="<?php echo $link; ?>">
                                        <div class="forum-cat-text-wrap">
                                            <?php echo $forum->post_title; ?>
                                            <div class="forum-cat-last-updated">
                                            <?php echo bbp_get_forum_last_active_time( $forum->ID ); ?>
                                            </div>
                                        </div>
                                    </a>
                                </li>
    </ul>
    
    #174904
    thedhc
    Participant

    Hi folks,

    I am running WordPress 4.5.2 with the following plugins:

    ** PLUGIN INFORMATION **
    Active Plugins: (21)
    – Activity Log 2.2.12
    – Basic User Avatars 1.0.3
    – bbP private groups 3.2.0
    – bbPress 2.5.9
    – bbPress Advanced Statistics 1.3.13
    – bbPress Pencil Unread 1.0.9
    – bbP Toolkit 1.0.6
    – Blizzard Quotes 1.3
    – BlizzBlueWidget 4.0
    – Coming Soon Page & Maintenance Mode by SeedProd 5.0.2
    – Login With Ajax 3.1.6
    – Pollka polls 2.0
    – WordPress System Report 1.0.1
    – World of Warcraft Recruitment Widget 1.1.5
    – WoW Guild Armory Roster 0.4.3
    – WoWHead Tips 3.0.1
    – WoW Progress 1.5.1
    – WP-Mail-SMTP 0.9.5
    – WPFront User Role Editor 2.12.4
    – WP reCaptcha Integration 1.1.10
    – WYSIWYG Widgets / Widget Blocks 2.3.5

    The theme used is Legion Zero.

    In my bbpress forum when i want to reply to a message you get the editor just like on this forum. I hit the link button:

    And i am faced with a white popup background and white-ish text which is too hard to read as shown below:

    I am unable to find which CSS this is causing so i can change it. I can only find the background of the bit where it says “Insert/edit link” and this is in wp-includes/css/editor.min.css and exact value is #link-modal-title which is set to #fcfcfc.

    The part below it, i cannot find.

    Can anyone assist me?

    Cheers :)!

    manik018
    Participant

    Hi,
    I’m a newbie bbPress user. I want to make internal links dofollow in Forum and all External links are nofollow. By default, All internal and external links are nofollow 🙁
    How can I do this?
    Here is my forum link http://www.techmanik.com/forum/

    #174896
    Pascal Casier
    Moderator

    Hi Matt,
    If you want to change it to ‘category’ ALWAYS, then just change the forum root slug (‘Settings > Forums’).

    For permalinks based on the forum type, I know that people are busy with a plugin for now (https://bbpress.org/forums/topic/any-way-to-eliminate-redundancyweirdness-in-permalinks-i-e-forumsforum/page/3/) and maybe in 2.7 or later it might be included.

    Pascal.

    #174891
    Pascal Casier
    Moderator

    Hi,
    In standard bbPress (don’t know BuddyPress that well), anybody can choose to receive replies by ticking the box at the bottom to be notified (so to subscribe). If you don’t tick this box, you should not get any notification.
    For sure standard behavior is that you do NOT get your own topics/replies.

    So you might have a another plugin that is somewhere changing this behavior…

    Pascal.

    #174890
    swativivacity
    Participant

    Hello Robkk,
    Greetings!

    Yes, we are using Buddypress group Functionality on our site but not using Robin Private Group plugin.
    I am using buddypress and bbpress plugin for creating our forums functionality. Here we have created one private group regarding questions and answers. But our problem is that here users comments are not showing on bbpress forum page.

    Thanks & Regards
    SwatiViavcity

    #174887
    TKinteractive
    Participant

    Hi, i need to display information of last post from each subforum on forum page. bbpress displaying information of last post, but only from all subforums. It gets lastest post form all subforums and displaying it on forum page, but i need to display that information to all subforums. i want to get simmilar view to this: https://rog.asus.com/forum/forumdisplay.php?127-ROG-Discussion

    #174881

    In reply to: Forum Summary

    Pascal Casier
    Moderator

    Hi,
    That’s the standard generated page the moment you install bbPress.
    Just create a new page in your /wp-admin and give it the slug ‘/forums’. This will overwrite the standard page that gets generated.
    Pascal.

    #174879
    Pascal Casier
    Moderator
    #174878
    mikeyb
    Participant

    Hi guys

    I know this is more an issue with another plugin, but I thought I would post here as well in case anyone had an ideas

    See original post here

    I’m using the NextScripts: Social Networks Auto-Poster and since setting it up 3 days ago, I’ve come in after the weekend and found it’s killed any pages I have using BBpress shortcodes (eg [bbp-forum-index]) The direct links to the forums are working fine, it’s just pages containing shortocdes.

    Does anyone have any ideas please?

    #174875

    In reply to: PHP7 compatibility

    Stephen Edgar
    Keymaster

    FYI: bbPress is 100% compatible with PHP 7

    justinh83
    Participant

    I have several bbPress forums in my WordPress site and I want to use a bbPress Forum List to show only certain forums. By default it shows all forums, but I just want to show a specific one or two in the Forum List. Any ideas on how to do this? Thanks in advance!

    Wordpress version: 4.5.2
    bbPress version: 2.5.9

    Barb82
    Participant

    Hi all,
    I’m about to test a new version of an exixsting website, which will include Buddypress+bbPress – I’ve had a demo test site going on for a while, but today I noticed that I can’t see any topic which is labeled as “normal”, only important ones show up, and I can’t see any replies either…

    The’re definitely there on admin, they show up on “last comment” widgets or “last forum topics” widgets, but not on the main body itself.

    I tested it on the live website installing only the two plugins, the same things happens. WP is 4.5.2 on test and 4.5.1 on live, same results.

    Here’s a screen of the problem:

    View post on imgur.com

    <script async src=”//s.imgur.com/min/embed.js” charset=”utf-8″></script>

    #174868
    rnmartinez
    Participant

    Hi everyone loving bbpress and just had some questions. How do I export just my forums? I know the normal wordpress port allows me to export all my pages etc, and I can choose individual items, but I can’t choose say replies and forums.

    Is there a plugin or some other function that will let me export all forum related data and users only? The reason I ask is because I have a running site, and I have a test version of the site with working forums. I want to put the working forums into the actual site, without overwriting existing content

    Thanks
    Rodolfo

    #174866
    u_Oi
    Participant

    @Robkk sorry for the late answer…

    I am back with the project… I realized what you said, the html is available only for admin; but with your code solved everything!

    Thanks!

    In case anyone need… I made Visual Editor visible in bbPress with this code:

    /*Editor Visual bbPress*/
    function bbp_enable_visual_editor( $args = array() ) {
        $args['tinymce'] = true;
        return $args;
    }
    add_filter( 'bbp_after_get_the_content_parse_args', 'bbp_enable_visual_editor' );
    u_Oi
    Participant

    Hi Guys!

    I found the guide where are the codes for “Show status labels for bbPress Topics”… Well, I want to add a label for “Topics with No replies”, i tried do it by myself but It makes me crazy..

    Does anybody know which reference or functions should I use?

    Thanks.

    #174861
    rainbowgolfcart
    Participant

    So, it appears that bbPress on my site does not like the word “fuck” or any of its derivatives. When users try to post a topic or reply containing this word, after submitting, they see “ERROR: your reply cannot be created at this time.” My account, the keymaster, is able to make posts with this word. If I give other users a keymaster forum role, then they may also make posts with this word. No other roles (not even moderator) can make posts with the word. This is all independent of the users’ site roles. All other forms of profanity, no matter how strange and distasteful, seem to pose no problem. How can I fix this and allow my users to use the word “fuck” to their hearts’ content? I have already tried everything on the bbPress troubleshooting site. I have no words listed in the ‘Comment Moderation’ and ‘Comment Blacklist’ boxes in the WordPress discussion settings, and the maximum rating is set to X. All forum topics on my site are private.

    Info:
    WordPress v4.52
    Theme: SiteOrigin North
    bbPress v2.59

Viewing 25 results - 11,426 through 11,450 (of 64,515 total)
Skip to toolbar