Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 48,276 through 48,300 (of 64,526 total)
  • Author
    Search Results
  • #80039

    @mwaterous

    Ok! You got the <h1> tag. Happy? More suggestions..

    #69784
    DennisH
    Member

    @diegozaks: Sounds like you have a special character(s) in your db. You need to find and delete them. I had the same issue.

    http://www.forlang.wsu.edu/help/keyboards.asp

    #69783
    diegozaks
    Member

    First of all, thank you for a great script, I have run into a problem, it seems when I try to transfer the 60k posts it reads:

    Data too long for column 'post_text' at row 1 [1406]

    What can I do about this? Please help it is very urgent.

    Also, in order for it to work, since I installed phpbb with a different table prefix, I had to define the prefix on the script file just under the bbPress prefix, then I worked:

    $table_prefix = 'phpbb3_';

    #80011
    gerikg
    Member

    The way I did it was to duplicate kakamei theme (not the blue) and put it in the my-template.

    Then started with the BB header, I copied what was in the WP header. I took everything out after the body tag except for the “main” div. The BB footer I did the same. I just made sure there were enough div closing tags. Then copied over the codes that apply for the header and footer from the WP css. Most WP theme has two column one main and one sidebar. I treated BB like it was wordpress, one side the main section and the other sidebar. I treated the MAIN div as the main section and View/Hottags as the sidebar. I know this is not the best explanation but I hope you get the idea. It just takes a lot of css work.

    #79953
    pigmonkey
    Member

    Thanks for the replies!

    I wouldn’t mind installing a plugin to accomplish this, but I tried out Role Manager and it didn’t have any option for displaying emails.

    Ashfame, I just went with your method of putting it in profile.php. It’d be nice to not have it as a per template thingy, but it works fine for now. You’re right about it needing to check to see if the current user is an admin to prevent duplicates. I’m new to bbpress so I don’t know if there’s a proper way to do this or not, but I figure the admin is the only one who can edit users, so I plopped in this little guy:

    <?php

    if ( bb_is_user_logged_in() && !bb_current_user_can( 'edit_users' ) ) {

    echo 'user_email .'">' . $user->user_email . '';

    }

    ?>

    It seems to work.

    #80028
    Jim R
    Participant

    They don’t come up automatic, which is why I’m posting. It’s probably theme related, but there doesn’t seem to be much in my theme dealing with that other than calling functions from a core file.

    http://hoosierhoopsreport.com/bbpress

    Right now I have hashes in place of the numbers, just messing around. : )

    Ben L.
    Member

    Just turn E_DEPRECATED error logging off and you’ll be fine. XAMPP/Windows isn’t the problem, it’s PHP5.3’s new E_DEPRECATED “feature”.

    #64197

    I guess the most simple (and painless) way to do this will be to redirect/rewrite the profile URL from bbPress to point to the profile URL in WordPress.

    You can reference the profile by the ID – in bbPress it goes like http://example.com/bbpress/profile.php?id=1 and it is equivalent to http://example.com/wordpress/?author=1

    You just need some .htaccess magic :)

    anaon
    Member

    Hello,

    I would like to display a link to the profiles of my WordPress website on the post.php file, just below the username and avatar.

    I tried a code that I found in the profile.php file : <?php echo get_user_display_name( $user->ID ); ?>

    But I can’t even make it work. Is it possible to get the Worpress user nicename to create this link? I did a complete WP/BBpress integration…

    Thanks a lot for your help

    #80038
    Mark
    Member

    It has to have my name and web site linked to somewhere on it. Then people will know my name. And my web site address. And that I’m super cool enough to be linked to from a theme that I didn’t make. :)

    #31942

    Ok bbPress lovers! The new month has started and I want to give the community a theme which would cover the needs of masses. So pour in your suggestions. I would like to cover up as many suggestions as possible.

    #80027
    johnhiler
    Member

    “Forums is category” comes standard in bbPress v. 1.0+… I think you just have to mark them as categories:

    http://hoosierhoopsreport.com/bbpress/bb-admin/admin-base.php?plugin=forum_is_category_admin_page

    Try that, and see if your theme makes the automatic adjustment?

    #31938
    jlapin
    Member

    Somehow my bbpress integration with WPMU and buddypress (which appears on the surface to have been successful) forces all forum posts created in buddypress to come from the key master account (i.e. I’m logged in as somebody and my forum post appears as from somebodyelse)

    I’m sure that this is somehow related to a cookie issue, but I can’t figure out what it could be, or where to look.

    #80009
    rsteer
    Member

    Does bbPress care if the server is running PHP 4 or 5? Mine is running 5.2.11.

    Thanks.

    #80025
    Jim R
    Participant

    Yes ashfame…THAT!!! That’s what I want. : )

    I’m using the guangzhou theme, as it best matches my WP theme. I’m just trying to find the part of the cod where I can manipulate that. Then if I need helping making sense of the code, I’ll be back, but at least I’ll try it on my own. : )

    I have added a Link Category menu from my WP to my bbPress menu if anyone is interested. It’s from the WP template tag system. If anyone is interested in that.

    #80023
    Peter A. Gebhardt
    Participant

    Have a look here (if you are using 0.9.0.5):

    https://bbpress.org/plugins/topic/forum-is-category/#post-1495

    I’m on my way to implement it for my forum and will report later, if the _ck_ proposed “Add Topic” patch does work – just kidding … ;-)

    #80022

    Which version of bbPress are you using?

    I use 1.0.2 on http://needaproject.com/discussion/

    Have a look, I have blanks over there

    IIRC, there are a few topics about this issue with XAMP. Did you search the forums?

    #79719
    hpguru
    Member

    Never change my bbPress to other forum software.

    #79965

    In reply to: removing tags

    InvTrdr
    Member

    Thanks. What javascript do I check? Also where are the tags stored? Can they be deleted from within where they are stored? I am only using 2 plugins with the theme. One is for images and the other for attachments. Link to the forum is http://www.invictatrader.com/bbpress if you want to see it. Not sure it might help as you have to login as admin to delete tags? And presently I have all the tags with the topics intact. Have not removed a topic and left a tag.

    Thank you.

    arabica
    Member

    BTW, this seems to be an XAMPP/Windows error not a bbPress one!

    Mark Kehn
    Member

    I don’t have strict on. I have .htaccess set to show messages, that’s it.

    Thank you for the explanation though.

    Mark
    Member

    Those are warnings, not errors. They are only presented when E_STRICT is on, as the PHP engine can and will disregard them and continue to compile just fine. Without looking into the problem too deep (it’s getting on, and I’m about ready for bed), off the top of my head I would suggest that the deprecated warnings are due to the fact that PHPs handling of OOP has changed mildly between v4 and 5. Objects are now passed by reference by default, whereas in PHP4 they weren’t. Since bbPress is backwards compatible to work on PHP4 (it cuts down on the snarky accusations that one might receive for being version specific), it will return warnings in PHP5 that are just that. Warnings.

    That’s the only real problem too. Turn off E_STRICT and you won’t get the remaining notices. The ‘headers already sent’ errors are due to the fact that you’re getting the deprecated warning (which outputs text to the screen, thus sending headers) before the script has completed its run.

    So… simply put, it can be called stable, as it’s purely your setup that is causing the issue, not bbPress itself.

    Mark Kehn
    Member

    Seriously! You cannot call v1.0.2 beckett stable! Before you even get to step 1…that’s right…BEFORE you get to step one it errors out! Let me repeat that. Where is it erroring out? Uh-huh, it gives errors at STEP ZERO! See screenshot:

    http://www.flickr.com/photos/16731818@N00/3971382000/sizes/o/

    You get the error messages as soon as you enter http://example.com/bbpress to start the install script.

    You get five errors before you even think about pushing button to go to step 1. And the fact you all try to hide it (the error messages) is pretty bogus too. White text on white background? Puhleeze!

    Does anyone even test stuff before putting it out there to the public? Yes, this is a rant. Why? Well because over a week ago I posted a reply and have not gotten any answers and neither has anyone else who are having the same issue and reported it before me.

    Where the hell is Beau Lebens? You all need to let him know about this, HE will fix it in a jiffy if you tell him. Please refer to this thread for screenshots and content:

    Errors After Pure Install

    Thanks

    #80017

    In reply to: buddybar

    MJ
    Member

    on the plugin, BuddyBar in bbPress

    https://wordpress.org/extend/plugins/buddybar-in-bbpress/

    I just updated to buddypress 1.1 so that it can work, would you like to get admin info!

Viewing 25 results - 48,276 through 48,300 (of 64,526 total)
Skip to toolbar