Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 16,301 through 16,325 (of 64,532 total)
  • Author
    Search Results
  • #159423
    inventorgeorge
    Participant

    I’ve installed BBpress, now trying to figure it out. First off, I want to make changes to the appearance.
    It appears to install in wp-content/plugins/bbpress – which makes sense. AS to a URL, it seems to be located at mysite.com/forums, but there is no such page in my WP page listings.
    Can someone give me a source to go to to understand how to customize this? Please take note than I am essentially HTML illiterate. I need a cut and paste approach to making changes.
    Thank you all in advance,
    George

    #159422

    In reply to: bbPress 2.5.5

    Ok, it looks like the problem is partly in our theme, but there is a change in 2.5.5 not mentioned in the changelog that is triggering the issue. It seems to be related to this:

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

    We have a check on WP_Query->is_search that is returning true in the topic and reply loops when I believe it should be returning false. The resolution of the above ticket was supposed to fix this same issue…

    #159419
    drsarf
    Participant

    Hi guys
    I have bbpress installed and my main forum page has a rev slider on it and the shortcode to pull in the forum underneath.
    However I want the header (or just the option for any image) to be output on the single forum pages.
    Anyone know how?

    You can see here with the header:
    http://79.170.44.148/semsnet.co.uk/forum/

    Bland/no image:
    http://79.170.44.148/semsnet.co.uk/forums/forum/policy-voice/

    Thanks
    Mat

    spespam
    Participant

    Hello,

    What is the shortcode to display the recent replies in a page instead of a widget ? I want the appearance of the recent replies to be just like in a widget (that means a simple LIST), so none of the shortcodes here (http://codex.bbpress.org/shortcodes/) corresponds to my request.

    Thank you for your help.

    #159411
    yrisse3
    Participant

    hello

    I have the same problem, no email sent to the forum follower … can you help me?
    wordpress 4.1.1 and 2.5.5 bbPress

    http://www.croisiere-tour-du-monde.info

    regards
    Hervé

    #159410
    jaydd
    Participant

    Hello! Using bbpress repair tool somehow made it work. Tho a week ago it didnt, i like these kind of problems^^

    #159408
    awpt
    Participant

    no one can tell us the solution
    I dont want to fix but I want to remove it from database than I will reinstall
    I remove the plugin and the forums are there 🙂
    I go to database table and there is nothing about bbpress
    Thats very strange

    Hi there,

    I updated to the latest bbPress today and now Participant users are not able to edit their own posts and replies anymore (the Edit option doesn’t appear next to the posts). All other roles seem to be doing fine. I’ve tried deactivating all plugins and switching to the Twenty Fifteen theme but the problem persists, so it does seem to have been caused by the update. I’m running WordPress 4.1.1.
    This is the website:

    Home test


    Any help is appreciated

    Thanks

    #159406

    Topic: Hover Text Plugin

    in forum Plugins
    Gomojoe
    Participant

    Is there a hover text plugin for bbpress? I’m look for something that will let you create a custom list of words or acronyms that when ever someone puts them in their posts, when you hover over them it’ll show you the definition. I found one that’ll work in the wordpress posts, but it doesn’t work in the forums.

    #159405

    In reply to: phpBB forum import

    pimark
    Participant

    Tom,

    I’ve the same problem which has stopped by porting over from phpbb to bbpress.
    The freshness url is always correct per forum but the short-text is always wrong…

    Cheers
    M.

    #159401
    EastDevonAlliance
    Participant

    Just starting with bbpress and only created one topic- but it has disappeared.

    #159398

    In reply to: Replies Not Visible

    DanaJoy2008
    Participant

    I am using bbPress 2.5.5, which is the newest version, I believe.

    I’m positive that I didn’t use a bbpress standalone theme. If it’s relevant, I’m using The Thinker Lite as the theme.

    As I said above, I was able to see replies without a problem one day, and the next they were gone. I’ve wracked my brain to think of anything I might have done to inspire the change, but I can’t.

    #159396

    In reply to: bbPress 2.5.5

    Waltteri Turunen
    Participant

    I have a problem where all the bbpress related caps have been removed from the roles and I can’t add them. I can add and remove other capabilities but not the ones related to bbpress, regardless of the role.

    (I’m using User Role Editor Pro)

    #159394

    In reply to: Can't find

    peter-hamilton
    Participant

    And to find that file you need access to your server.

    In your wp-content yhere is a folder called plugins, in there there is a folder called BBpress.
    In the bbpress folder is a folder called templates, and in there a folder called default.
    In that Default folder is another folder called bbpress, and that is the template folder where you can find the loop-single-reply that you can copy to your child’s bbpress folder

    #159393
    Lalit_patadiya
    Participant

    Go to \wp-content\plugins\bbpress\includes\common folder and open template.php file and go to line: 2319 and put the condition as bellow

    if($r[‘current_text’] == ‘Forums’){
    $crumbs[] = $r[‘current_before’] . ‘/put your text here./’ . $r[‘current_after’];
    }else{
    $crumbs[] = $r[‘current_before’] . $r[‘current_text’] . $r[‘current_after’];
    }
    try above code it’s work for me

    #159391

    Topic: New Topic Form

    in forum Installation
    eVersatile
    Participant

    Hello,
    Using the new topic shortcode, is there a way to get the forums of the current user? or is there a way for me to edit this snippet `<p>
    <label for=”bbp_forum_id”><?php _e( ‘Book:’, ‘bbpress’ ); ?></label><br />
    <?php
    bbp_dropdown( array(
    ‘show_none’ => __( ‘(Select One)’, ‘bbpress’ ),
    ‘selected’ => bbp_get_form_topic_forum()
    ) );
    ?>
    </p>
    ` to reflect forums from the current user?

    #159390

    In reply to: Friends For bbPress

    Robkk
    Moderator

    cool!! i will test it out on my test server and give ya some feedback later

    i also see your plugin was mentioned here too

    WPWeekly Episode 182 – John James Jacoby Talks BuddyPress, bbPress, and GlotPress

    #159389

    In reply to: Cool site widgets

    Robkk
    Moderator

    i found this plugin which pretty much has it, no styling though.

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

    but bbpress.org uses

    forum shortcode to list the forums.

    regular bbpress topic tags widget

    they are just links , you can put the menu widget there, create a new menu and put your feed links there, they will be exactly like the links what bbpress.org uses just replace the domain name with yours

    custom development for the forum info.

    #159388
    Robkk
    Moderator
    #159387
    Robkk
    Moderator

    maybe this topic will help

    Change the color of individual role names

    #159386
    Robkk
    Moderator

    i think this is per-forum moderation that will be added to bbPress core in the future.

    #159385

    In reply to: Search before posting

    Robkk
    Moderator

    maybe you could use this plugin to get what you wanted

    https://wordpress.org/plugins/bbpress-auto-suggest-topics-based-on-new-topic-title/

    #159384

    In reply to: Forum Page ID's

    Robkk
    Moderator

    @alice-kaye

    i know that finding the id in the page source is a little easier since your using CSS.

    but i also like to point out that you can use this plugn for finding the ID in the backend of WordPress for the forums/topics/replies sections to show the post types ID.

    its pretty useful.

    https://wordpress.org/plugins/reveal-ids-for-wp-admin-25/

    as for the CSS you could be missing a few periods.

    .bbpress .single-forum .postid-20 #fixed-background { background: url('http://www.heartwoodgaming.com/wp-content/uploads/2015/02/ffxiv-background.jpg') !important; }

    #159383

    In reply to: Replies Not Visible

    Robkk
    Moderator

    you are using the newest version of bbPress right??

    you didnt try to use a “bbpress standalone theme” and try to install that right??

    because i see the layout on the forums are tabled when the newest version of bbPress uses lists.

    #159382

    In reply to: Installing bbpress

    Robkk
    Moderator

    @numumar

    are you using an old version of bbPress or are you importing from an old version of bbPress??

    because from what i can tell you dont need a bb.config.php file on the new version of bbPress to work with the newest version of BuddyPress they work flawlessly no problem, well since bbPress became a plugin for WordPress now.

    you also might want to go to https://buddypress.org/support/ for help setting up BuddyPress

Viewing 25 results - 16,301 through 16,325 (of 64,532 total)
Skip to toolbar