Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 43,576 through 43,600 (of 64,519 total)
  • Author
    Search Results
  • #88923
    r-a-y
    Participant

    The issue with loading WP header is that you don’t load a very important line for most plugins “bb_head()”

    You could probably get around this issue by adding something like this in your bbPress theme’s functions.php:

    function bb_head_in_wp_head() {
    bb_head();
    }
    add_action( 'wp_head', bb_head_in_wp_head' );

    Though this is true w/ deep integration:

    (advantage you can load any WP functions in bbP. Disavantage it will slow down your forum because you’re loading WP & bbP at the same time constantly)

    #76800
    gerikg
    Member

    I’m using version 0.2 and it doesn’t the folders inside any plugins.

    #89300

    In reply to: cannot start installer

    chrishajer
    Participant

    Chances are you did not set you database host. It’s hidden at the end of the database settings as an “advanced setting”. So, after you enter the database name, database user and password, tick the box and find the database host, and enter your host name there. If you don’t enter something there, bbPress looks on localhost. If your database is not located there, it won’t work.

    Do you have a database host setting to enter?

    EDIT: it seems sort of weird that you are getting this error now before having started the installation. Did you edit the bb-config.php manually before going to that URL? Or was there forum software installed here before?

    #34441
    condos
    Member

    Hello

    I uploaded, then uncompressed. bbpress is now in folder

    http://www.site.com/forum

    when i go to the above i get the message

    ERROR: Could not establish a database connection

    any ideas?

    #89091
    chrishajer
    Participant
    #34409
    amazingweb
    Member

    I want to exchange http://www.site.com/bbpress in http://www.site.com/forum

    how can I do that?

    #75903
    Trent Adams
    Member

    It was my own stupidity. I never realized the hotlink until it was too late ;) Thanks again

    #80733

    In reply to: When bbpress 1.0.3?

    chrishajer
    Participant

    gerikg, to make a feature request, open a ticket in trac and mark it as an enhancement under “type”.

    https://trac.bbpress.org/

    #87823
    mr_pelle
    Participant

    Would it be wrong to suggest that 1) moving from 0.9 to 1.0 wasn’t done yesterday and 2) shouldn’t we test before rolling out this stuff?

    I mean, Homepage being down for 3 days. Plugin directory not showing a months worth of updates. etc etc

    Sadly quoting… :(

    #87822

    I guess most of these problems were from the plugin section previously using a semi-custom version of 0.9 and then they replaced it with 1.0 at stock settings

    Would it be wrong to suggest that 1) moving from 0.9 to 1.0 wasn’t done yesterday and 2) shouldn’t we test before rolling out this stuff?

    I mean, Homepage being down for 3 days. Plugin directory not showing a months worth of updates. etc etc

    #76799
    Gautam Gupta
    Participant

    Try the original Plugin Browser Plugin, I had fixed it.

    #87821
    _ck_
    Participant

    The plugins section needs a little love, not just the backtick problem but all of the “more” pages are not using the same template for some reason (the formatting is different).

    It would be nice if those “more” pages also had the download count if that’s in the topic meta (can’t remember what Sam told me, I think they are tracked by day, but there also might be an easy summary right in the meta so the template could show echo $topic->downloads or something like that rather easily.

    Oh and tags are not being imported on new plugins into the system.

    I guess most of these problems were from the plugin section previously using a semi-custom version of 0.9 and then they replaced it with 1.0 at stock settings.

    #81503
    _ck_
    Participant

    There’s a much better way.

    My “Hot Tags Plus” plugin makes the output into a static file, already compiled so there’s zero overhead the next time you want to display it.

    You can then just use php’s readfile to include it on any page you want outside of (or even inside) bbPress, you just have to figure out the full path to it on the server.

    _ck_
    Participant

    Please do not make your own “fake” signatures on posts here at bbpress.org

    First of all it’s likely to get your posts marked as spam by akismet which mods are not likely to restore to non-spam status.

    But secondly, that’s what the profile fields are for, you can spam away in your profile all you’d like. Heck there’s a whole section here to post a topic/link to your own bbpress forum, so there’s no excuse.

    #88900
    _ck_
    Participant

    Blocklist is now available:

    https://bbpress.org/plugins/topic/blocklist/

    bbPress 1.x feedback appreciated as it’s not been strongly tested on it and making the UI compatible with both versions was a little tricky.

    #75902
    _ck_
    Participant

    Sorry about that Trent, I had only posted the theme as you left it.

    I’ve now updated it with your newer copy so you don’t get hit with the hotlink.

    #76802
    gerikg
    Member

    try this:

    http://pastebin.com/9Y1mPZwY

    I had a better solution but I can’t remember it now. The code above only works if bbpress is in wordpress folder which 99% of people do.

    #80732

    In reply to: When bbpress 1.0.3?

    gerikg
    Member

    Can I request or how do I request that all views have their own class.

    BrianStevens
    Member

    Hello,

    I have just completed integrating bbPress into my WordPress MU installations. Buddypress is also installed, but I have not taken other steps in order to integrate Buddypress with bbPress significantly. It works really well: when a user signs up on WordPress, they appear as a user in bbPress.

    I have only run into one problem, which is this.

    On post.php in my theme file, I use <?php post_author_link(); ?> as a link the author’s profile. By my understanding, this should link to the Buddypress profile without any additional set up. Instead, when I click the link it goes to the post author’s site as defined in the user’s Profile in the WordPress Admin Dashboard. I want post_author_link to go to their Buddypress profile, not an external website. Obviously their Buddypress profiles are more important since the site focuses on community. Linking to an external site will detract from that quite greatly.

    Thank you for any help on this matter.

    #88529
    zaerl
    Participant

    I’m not sure I’m using the ‘WordPress bbPress cookie plugin’ you mention

    https://wordpress.org/extend/plugins/bbpress-integration/

    I have only tested it in my XAMPP sandbox (Debian) cause I had only few minutes for it. Apache/2.2.12, PHP/5.3.0, MySQL 5.1.37.

    The “email is required” error can be spawn only from register.php file line 33 and only if $_POST isn’t defined (well I just made a quick look so I could have written something that isn’t true.) But it’s very strange. If you want to make a quick test do print_r($_POST); and see what you got.

    Damn I can’t help. Maybe it’s the first time in my life in which I would like to have a software bug.

    #81502

    OK, I figured it out. Here’s a link to my solution:

    http://rainbowlazer.com/scripting-programming/php/bbpress-tags-from-in-wordpress/

    #82170

    In reply to: bbpress theme

    Trent Adams
    Member

    That would be greatly appreciated _ck_ ! I still have a few major sites that I can’t seem to contact using the original theme with the call to the script, but I hope that they will eventually get tired of seeing the authentication screen on every page load with specific instructions to remove that particular line from their bbPress theme!

    #82169

    In reply to: bbpress theme

    _ck_
    Participant

    Oh I can fix that Trent, sorry I just posted it as it was.

    #75901
    Trent Adams
    Member

    Please don’t download the copy from bbshowcase.org as it still has a reference to the Anarchy Media plugin for wordpress in the header.php line 19 which needs to be removed. Since I was getting a call for every single page view for every single hit to every single site using it, the cheapest bandwidth was protecting the site. That being said, I have a copy that does work fine at:

    http://adamsranchltd.com/bbpress-forum.zip

    Thanks,

    Trent

    #82168

    In reply to: bbpress theme

    Trent Adams
    Member

    Please don’t download the copy from bbshowcase.org as it still has a reference to the Anarchy Media plugin for wordpress in the header.php line 19 which needs to be removed. Since I was getting a call for every single page view for every single hit to every single site using it, the cheapest bandwidth was protecting the site. That being said, I have a copy that does work fine at:

    http://adamsranchltd.com/bbpress-forum.zip

    Thanks,

    Trent

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