Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 60,951 through 60,975 (of 64,535 total)
  • Author
    Search Results
  • #56537

    In reply to: Strut Your bbPress!

    Kahil
    Member

    I have one over at yourkahil.com/forum

    still in the works as I am integrating my custom wordpress theme into it…

    #56705

    In reply to: Plugin: Avatar Upload

    Kahil
    Member

    For those of you who have your wordpress and bbpress installs together and would like have the avatars display in the wordpress side as well…

    Here is some code you can add… This is what I use in the sidebar over at yourkahil.com

    <?php global $user_identity;

    get_currentuserinfo();

    if ($user_identity == ”) {

    echo(‘Welcome Guest’);

    } else {

    echo(‘<img src=”/forum/avatars/’ . strtolower($user_identity) . ‘” alt=”avatar” />’);

    }

    ?>

    This will work if you would like to display the avatar outside of the loop in bbpress as well. All you have to do is change the image source line to reflect where you have your avatars stored…

    Hope that helps some people!!!

    #58724
    joladana
    Member

    Yes, he only registered once. If logging in to one should log you into both, then things definitely aren’t working the way they’re supposed to.

    The way things are set up is the following:

    WordPress is installed in my root HTTP directory.

    BBPress is installed in a subdirectory called “forums”.

    You can see everything in action here (put on your sunglasses, it’s bright.):

    forums at http://forums.audreysargent.com

    Need more info?

    Thanks for the help. :)

    #58409
    Kahil
    Member

    an update…

    I didn’t know until I tried, but you can leave that .jpg out and it will load any image file that matches that query.

    #58637
    Kahil
    Member

    It can also be done by making the default bbpress theme look like your wordpress theme. I am almost done doing just that over at yourkahil.com

    For the most part everything is the same, only a handful of changes/tweaks to the template files.

    #58737
    fel64
    Member

    I assume that this is because of an incorrect post id in https://plugins-dev.bbpress.org/browser/bb-moderation-hold/trunk/moderation.php (lines 317, 330 are key). Perhaps someone else can figure it out but I’m not familiar with the plugin. so1o may be more likely to see it on the plugin page: https://bbpress.org/plugins/topic/49?replies=1

    #58693
    atomastro
    Member

    Tested and experiencing the bug with no plugins on both WP 2.2.1 and WPMU 1.2.3. Only happens if wp-blog-header.php is inlcuded in the config.php for bbPress.

    Might it be some server setting?

    Currently experiencing on three different machines, very similar setups though. I will test this on a different machine/setup tonight.

    #2025
    serimu
    Member

    I just installed this plugin and I got this error. I am using BBpress version 0.8.2.1, integrated with wordpress.

    *****

    bbPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1]

    UPDATE bb_forums SET posts = posts + 1 WHERE forum_id =

    Warning: Cannot modify header information – headers already sent by (output started at /home/user/public_html/site/forum/bb-includes/db.php:151) in /home/usr/public_html/site/forum/bb-includes/pluggable.php on line 168

    #2024
    #58414
    thierryyyyyyy
    Participant

    Sorry guys, I really feel stupid but I forgot to point out the download URL (and the page is in english) :

    http://www.2diabolos.com/blog/plugin-bbpress-adsense-injection/

    I’m currently feeling the need to add a new option “put ads on last post first”

    #58719
    Trent Adams
    Member

    fel64 has it right. There is a paid mailing list for WordPress that also takes request for bbPress if you are interested, but discussing commercial projects here is a no no.

    Trent

    #2022
    gostallion
    Member

    Hello, I’ve been trying out this product and really loved it. I’m wondering if anyone of the experts out there be interested to help me setup a site with bbpress and wp? Just a simple site will do nothing complex.

    And of course to show my support for this community, I’ll pay for your work =)

    Please let know if there’s any interest?

    Thanks heaps

    #53574
    M
    Member
    #53573

    Is this plugin supposed to work with the latest version of BBPress because following the upgrade – I’ve lost complete access to my restricted forums – they don’t even appear in the list of forums on my admin screen – As these forums are the ones used by moderators and admins – they are very important to retrieve without displaying their contents to the world

    Also worth noting is that the config screen for this plugin doesn’t appear to be working with the latest version either

    #58692

    What bbPress and WordPress plugins do you have installed?

    I haven’t been able to reproduce this on my machine (no plugins for either).

    Trent Adams
    Member

    Ignore it forever because mdawaffe will never get around to deleting it ;)

    Trent

    #58636
    fel64
    Member

    No. That one looks to be correct, though, but it may need modification depending on the relational positions of your files.

    #58635
    gspark
    Member

    added this as per others instructions, are they the same ?

    $bb->WP_BB = true;

    require_once( ‘../wp-blog-header.php’ );

    gspark
    Member

    very cool :)) now how to delete the gspark001 account

    #57446
    atomastro
    Member
    #58532
    atomastro
    Member
    Trent Adams
    Member

    Yeah, they are integrated and so is the WordPress MU forums.

    Trent

    #56536

    In reply to: Strut Your bbPress!

    Beer
    Member

    I’ve already made a post about it, but since others are adding to this thread I might as well. Just getting this one off the ground.

    http://www.grindhouse.com/forums/

    #52436
    gspark001
    Member

    I don’t believe your use of forum category is that of the original poster, he requested standard forum type categories, as illustrrated in the post,

    i am surprised that any forum software would not include this level of thinking as is a standard,

    has anyone achieved bbpress forum categories ?

    #57444
    gspark001
    Member

    ok i got my header/footer running smoothly, was anyone aware that bbpress get header is written as get_head is this the same ?

    oh yea and I was curious, now that the bb pulls in the header/footer of wp it knocks out the style for the forums, whats the recommended next step ?

Viewing 25 results - 60,951 through 60,975 (of 64,535 total)
Skip to toolbar