Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 22,576 through 22,600 (of 64,518 total)
  • Author
    Search Results
  • #140914

    In reply to: Static For Disclaimer

    Lynqoid
    Participant

    You can add this into the footer of your website and then give it a class along the lines of .forum-disclaimer

    Then inside your stylesheet do something like:

    .forum-disclaimer { display:none; }
    .bbpress .forum-disclaimer { display:block; }

    Good luck!

    #140913
    gerardyap
    Participant

    Hi Lynqoid, nice pic by the way : )

    I have added into the custom.css and doesnt seem to work. Any missing code I have missed out ?

    Green horn in php. Thanks

    .bbpress #primary .sidebar { display:none; }
    .bbpress #content-page { width: 98%; }

    #140908
    Lynqoid
    Participant

    Add this to your stylesheet.

    .bbpress #primary .sidebar { display:none; }
    .bbpress #content-page { width: 98%; }

    Good luck!

    #140902
    freshwater
    Participant

    http://theboatpeople.org/ all i did was copy the twitter widget html (from whatever site) into my up-to-date wordpress with bbpress plug in and the twitter feed works fine. in any other non bbpress site (only wordpress), the twitter feed does not disply. i see many people complaining of this for a year but i don’t see anyone with a solution.

    thank you for any help!

    #140898
    mjformica
    Participant

    I’m getting a series of fatal errors with a bbPress 2.5.2 install. Running WP 3.8.

    I can get the site back by going to the FTP site and deleting the install there. Anything else results in a variety of fatal errors.

    Thoughts?

    #140897
    Alex4red
    Participant

    I’m getting an error all of a sudden to my code

    
    function is_member_online($user_id, $time=5){
        global $wp, $wpdb;
    
        $user_login = $wpdb->get_var( $wpdb->prepare( "
            SELECT u.user_login FROM $wpdb->users u JOIN $wpdb->usermeta um ON um.user_id = u.ID
            WHERE     u.ID = $user_id
            AND um.meta_key = 'last_activity'
            AND DATE_ADD( um.meta_value, INTERVAL $time MINUTE ) >= UTC_TIMESTAMP()
            "
        ));
        if(isset($user_login) && $user_login !=""){
            return true;
        }
        else {return false;}
    }
    

    This checks if bbpress members are online. This is the error that is being resulted

    
    Warning: Missing argument 2 for wpdb::prepare(), called in /hermes/bosweb/web172/b1721/ipg.dnbrawlercom/lsheroes/wp-content/themes/SaveLSHoooo/custom-functions.php on line 15 and defined in /hermes/bosweb/web172/b1721/ipg.dnbrawlercom/lsheroes/wp-includes/wp-db.php on line 992

    It has been happening working until recently.

    #140895
    Martyn Chamberlin
    Participant

    Hi Stephen,

    Thank you for your help. I discovered that my administrative account did not have the Keymaster role assigned to it. I assigned this, and repaired, individually, each of the relationships in Tools > Forums.

    This still does not work. When I log into the forum with an account that is a WP subscriber with Participant privileges for bbPress, I still get the “Oh bother! No topics were found here!” message. Ironically, this message appears right below a message that says, “This forum contains 36 topics and 72 replies…”

    Really appreciate your help with this. Our goal is just to get this thing working, whatever we need to do…

    best,
    Martyn Chamberlin

    #140893
    panda3000
    Participant
    #140891
    gerardyap
    Participant

    Hi,

    how do i remove the above mentioned in bbPress forum

    Wordpress version : 3.5.1

    bb Press Version 2.3.2

    http://www.upgrading.mjhub.biz/?forum=general-queries-on-home

    #140886
    jsalomone
    Participant

    I still have the problem on my site, and am not using WishList Member.

    I tried a clean install with all plugins I am using, and maybe the order of installing was different, but on the clean install I had no problem, until I did a database restore. Something in the db messes it up. I can’t see where in the code the showing of the first post (or any) is checked against some condition.

    Did the past updates of bbpress and other plugins too (not the latest wordpress though) and the behavior is still the same.

    #140883
    The_Geek
    Participant

    Hi there!

    The bbPress doesn’t works correctly with SMThemes theme Architecture, but with standard WordPress Theme it works well.

    I want use bbPress with Architecture theme, but I can’t find information about it. Yes, I’m googling it and trying to optimize theme myself, but it doesn’t works.

    In WordPress Theme – http://itmages.ru/image/view/1411812/5e541222
    In Architecture Theme – http://itmages.ru/image/view/1411811/16a608ca

    Help me please.

    #140877
    lantaarntje
    Participant

    Dear Stephen.

    That did the trick – i disabled WP United and topics has the right authors but other problems occur:

    * I can’t log out anymore – you can push the button logout but nothing happens. When you refresh – Login Screen appear. strange! – I use Buddpress & BBpress. Tempate Default Buddypress template. Before forum conversion did was still operating well.
    * When you make a reply to a topic – all the BBcodes buttons are gone.

    #140873
    maplewang
    Participant

    I did not know where is it? though there are page i8n, i10n, seems we should use utf8 for internationalize?

    #140870
    maplewang
    Participant

    It is a bug of BBPress? It seems it can not run on other than Port 80.

    #140869
    shearamariz
    Participant

    Hi,

    I know that this must not be posted here but the author of this plugin has no response anymore and I believe this plugin must be integrated to bbpress itself since it’s very important to avoid spams and to moderate posts that are not related to the forum.

    Please see this link: http://pastebin.com/EMmZK1Zt
    for my code.

    Now, my problem is I cannot make it work. I have checked the structure of wp mail and I know I’m in the right path. It’s just why it’s still not working.

    I hope someone here can help me as I’ve been struggling on this for months now.

    Thanks and have a great day ahead.

    Best regards,
    Mariz

    #140867
    Jeri
    Participant

    @netweb

    Here’s my setup:

    Wordpress version: 3.8
    bbPress version: 2.5.2
    Operating system: Linux
    Web server: Apache
    Theme: html5blank
    PHP version: 5.3.3
    Notable plugins: w3tc, buddypress, jetpack, gravityforms, wordpress seo

    Thanks!

    #140866
    Morgan Kay
    Participant

    Here’s my setup:

    WordPress Version: 3.8
    bbPress Version: 2.5.2
    Operating System: Linux
    Web Server: Apache
    Theme: Twenty Twelve child theme
    PHP Version: 5.3.3

    Thanks for looking into this!

    #140864
    kellbot
    Participant

    I have the same problem (including all posts classed .even) on two very different setups, here’s what I’ve got:

    Environment 1:
    * WordPress 3.8
    * bbpress 2.5.2
    * CentOS (Linux)
    * Apache / cpanel
    * heavily customized theme loosely based on Twenty Twelve
    * PHP 5.4.19
    * tons of plugins, many custom, major ones include buddypress and w3total cache

    Environment 2:
    * WordPress 3.7
    * bbpress 2.5.2
    * Ubuntu (Linux)
    * Apache (no cpanel)
    * bbpress Twenty Eleven (a child theme of Twenty Eleven with small adjustments for better bbpress integration)
    * php 5.3.10
    * no plugins except w3total cache

    Both sites have reply threading enabled.

    #140863
    Spencer Hill
    Participant

    I’ve installed BBPress alongside BuddyPress and attempted to create the Forums page (http://www.theportlandcompany.com/contact-and-support/forums/) but nothing is appearing. Can someone enlighten me as to what I’m doing wrong? Thanks!

    focallocal
    Participant

    Hi, is it at all possible to display an individual part of my forum on a different page?

    i want to be able to do exactly what buddypress does when they display bbpress categories as forums for their groups, and so i can have that category of the forum show up as an element in a custom made page.

    i tired with shortcodes but that only seemed to give the headings, i want the threads and comments from the forum to be usable from different pages in my site, exactly how buddypress allows users to access the forums in their groups.

    Any help would be amazing as i’ve been stuck on this for 2 weeks now and my project deadline is almost upon me.

    #140861
    jdredd87
    Participant

    I got this working on iOS phone device it looks.

    method I had this done, was I had the bbpress installed in the
    “Forums” folder.

    I had created a page just called “Forums” and this it. No body text.

    I deleted that, Created a new page just called “Forum”
    and in the body text used the “[bbp-forum-index]” tag and
    set the permalink to 3800forum , after this, it started to work.

    http://i111.photobucket.com/albums/n136/jdredd87/IMG_0989_zps49c2b51f.png

    #140850

    In reply to: Happy New Year 2014

    Robin W
    Moderator

    Loads of people work hard on bbPress – and can I share my thanks to all those that have answered my questions over the last year !

    #140849
    Robin W
    Moderator

    If you want to create pages specifically to do things, then you can use shortcodes, the list of them is here

    https://codex.bbpress.org/shortcodes/

    so if you created a page and form instance put in the shortcode

    [bbp-login]
    

    you would have a page with a login.

    Above the shortcode you could put some rules, or tell people how to register etc.

    #140847
    Robin W
    Moderator

    The file that displays this is loop-single-forum

    wp-content/plugins/bbpress/default/bbpress/loop-single-forum.php

    You can save a version to your theme – see

    Step by step guide to setting up a bbPress forum – part 3

    item 3 for how to do this

    If you amend the current line 31

    from

    <?php bbp_list_forums(); ?>
    

    to

    <?php bbp_list_forums(array (
    		'show_topic_count'    => false,
            'show_reply_count'    => false,
    		'separator' => '',
    		));  ?>
    
    

    It will stop it displaying the numbers in brackets after each topic.

    To display these against the items will need some code at line 42 – beyond my immediate knowledge as to what you’d put there to get it to match the list

    `

    FlitterCMC
    Participant

    I recently installed bbPress over at Cutie Mark Collectables, and I’m having issues with any links which include /reply/edit (i.e. http://www.cutiemark.co.uk/forums/reply/85/edit/). They appear to go into an infinite redirect loop.

    Editing original topics (http://www.cutiemark.co.uk/forums/topic/looking-for-trouble-pinkblue-rainbow-dash/edit/) works fine.

    The issue appears to be related to the WordPress e-Commerce plugin from GetShopped, because the edit function works when this is turned off. However, turning off my store isn’t a viable fix so I’m looking for a workaround e.g. a way to turn off using permalinks for the edit reply option.

    I’m using this stack:
    – WordPress 3.8
    – bbPress 2.5.2
    – Linux
    – PHP 5.5.6
    – Apache 2.4

    Others have reported this issue and not received any support so I’m hoping I can get a hand here.

Viewing 25 results - 22,576 through 22,600 (of 64,518 total)
Skip to toolbar