Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 48,251 through 48,275 (of 64,509 total)
  • Author
    Search Results
  • #80036
    johnhiler
    Member

    I’m not sure why this would happen, especially on the default theme.

    I would recommend two things:

    1) First, try disabling your plugins to see if that helps at all. If it does, enable one plugin at a time to see which plugin is causing the conflict.

    2) If that doesn’t work, try this plugin?

    https://bbpress.org/plugins/topic/front-page-topics/

    I use it on all my sites, and it’s been great…

    Good luck!

    iggitme
    Member

    I know this topic has been touched on elsewhere but I have found, after an hour of reading this site, that there is no definitive answer and without one I’m going to pull hair out… and i don’t have much left to do that with, so here goes..

    wpmu installed fine

    buddypress installed fine

    bbpress installed fine

    opted to make change in role map and share membership database in admin panel

    did that…

    when i did, as the page said,

    “you might be logged out”

    I was… but I was not only logged out, the admin account no longer exists

    so I can’t get back into the thing to change anything,

    I have downloaded, installed and followed the directions of the lost keymaster plugin to no avail

    i now have a nice forum software package staring at me and no way to get into it, and membership

    is not being shared

    i need some form of serious, helpful guidance this is supposed to be working today

    thank you in advance

    #80080
    Peter A. Gebhardt
    Participant

    Because your (a clients) browser proposes always the same “file name” within it’s save dialog I’m looking into avoiding to add the respective page number manually each & every time. So it’sbetter to save everything under one file name – how could that be accomplished by bbPress?

    For printing & reading it’s likeweise.

    #80041

    @Navin

    As much as you would like to see. I will incorporate as many stuff as possible without compromising with performance.

    #79970

    In reply to: removing tags

    Everything dynamic in bbPress/WordPress is stored in the database, and tags are stored in one table but referenced in others. Better to fix the underlying problem.

    #31948
    Peter A. Gebhardt
    Participant

    Say you have a thread like the one here:

    http://bbpress.org/forums/topic/phpbb3-gt-bbpress-converter-beta-release

    What would be a recommended approach to print or save ALL pages at once – or read them on one page, when online?

    (There are reasons to work with something offline still …)

    #71850
    skixc
    Member

    Hi – I’m getting a similar error – only it occurs for some general users. I integrated BBPress 1.02 with WordPress 2.7. Everything seems to be working fine, but some users report getting a “user not found error” when the click on the “view Profile” link. I checked the database, and all have user nicenames. Any thought?

    #80040
    chandersbs
    Member

    @ash Just the layout, or also functionality with plugins?

    #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

Viewing 25 results - 48,251 through 48,275 (of 64,509 total)
Skip to toolbar