Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 29,076 through 29,100 (of 64,518 total)
  • Author
    Search Results
  • #119823
    robotcake
    Participant

    I have the same issue with bbpress, with latest wordpress and buddypress

    http://www.youtube.com/watch?v=xZ___b7gQGU

    Any idea? Thanks!

    #119822
    relandpigte
    Participant

    Glad to help you man.

    #119821
    eek
    Participant

    I have installed bbPress, and I have search the forum everywhere and I have no such things as User Title in Edit Profile, neither in Profile, in Users in WordPress.

    My question is, how can I change the Custom Title of different users, or of all. From “Key Master” to something else.

    Also I have installed the “Add custom usergroups” plugin that’s somewhere here on the forums, but don’t have the slightest ideea where to select a group to a user.

    Thanks.

    #119819
    zaerl
    Participant

    This particular error occurs when WP can’t unzip the .zip file. Check if you have enough space on disc or that you haven’t hit the quota. Also check if you have the permissions for doing such operation. Have you ever updated other WP plugin?

    #119815
    Satish
    Participant

    I’m getting the following error message inside my dashboard while trying to update bbpress.

    > PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir
    > Record signature

    And can you please make an option inside settings -> forum to allow sidebar and to remove sidebar. Most of us are facing this issue and an easy option like that would surely help a lot of us.

    Thanks bbpress is awesome ..

    butterflyherder
    Participant

    Hi there – We just started using bbPress, so I’m still learning all the in’s and out’s.

    Two questions…

    1.) One of our members accidentally posted in the wrong forum. How can I move his post to the correct one?

    2.) Our forum doesn’t seem to have this cool preview window that I’m seeing as I type this. How can I activate it?

    We’re using WordPress v3.4.2 and bbPress v2.1.2 — Our site is a membership site, so if I post a link, it won’t be helpful because the content is locked.

    Thanks in advance!
    Cynthia

    #119813
    DFranzwa
    Participant

    Thanks, Spence!

    You really should warn a guy to put on an apron before counting to 5, though. I wound up with a lap-full of digital stuff to sort through. Good thing I have a latent nerd gene;-)

    Thanks again, Dave

    #119812

    In reply to: Dummy Content

    DFranzwa
    Participant

    You have a couple of options. There is a plugin on the wp depository called demo-data-creator https://wordpress.org/extend/plugins/demo-data-creator/ or you could (if you haven’t already) check out Spence’s link at the top of the page to http://labzip.com/the-definitive-guide-to-buddypress-bbpress-configuration/

    He has a very generous freebie located there as well as some solid buddypress/bbpress training.

    Hope that helps, Dave

    #119811
    hummingbirdmeadow
    Participant

    WordPress version – 3.4.2
    bbPress version – 2.1.3
    Website – kidbusinessowners.wordpress.com/

    Alright I am, well, almost completely clueless on how all of this stuff works. I downloaded the WordPress today and the bbPress. My main reason for trying WordPress is because I want to have a forum. I don’t understand, I’ve created a user with both WordPress.com and WordPress.org and I can make my blog with the .com but I downloaded the stuff on the .org. How do I link up the download with my website? Does it require an extensive knowledge of scripting codes (which, as you can tell, I’m not extremely good at)? Thank you!

    #119810
    IanSymonds
    Participant

    HI There

    I Don’t have Jetpack installed. For me, the problem appears to be related to the 2011 theme.

    The steps as I recall them.
    1. Brand-new installaiton of WP 3.4.2. This installation is using the 2011 theme by default. I have not done any changes to the theme.
    2. Added some pages, changed some basic config (time zone etc)
    3. Installed bbpress via the Add new plug-in dialogue in WP

    When I returned to the pages added in step 2, there is no menu bar in the editor.
    New pages have a menu bar.
    When I return to the newly added pages to edit them,

    If I change the theme to bbpress 2010 or the vanilla 2010, the problem does not occur.

    I think I have enough to proceed with my installation.
    Let me know if you need any more information.

    Ian

    #119808
    zeaks
    Participant

    Downgraded to jetpack 1.9.2 and everything seems fine, thanks for the help

    #119807
    jflarity
    Participant

    Thanks for the reply! I’m working on a way to make it work well with Thesis 2.x. If I find anything, I’ll post it here. Thanks again!

    #119805

    Afraid I’ll need more information to be helpful then; the only time I’ve seen this is with Jetpack 2.0 installed. It’s possible some other plugin or theme is causing a similar issue, but it’s still a WordPress core bug at the core.

    #119799
    robertFudge
    Participant

    Added manually for development purposes… how can I hook these into bb profile and save them from there? I have been working on this for 2 days with no success. At this point I can not change bbpress, I need a way to do this. Thanks in Advance.


    add_action( 'show_user_profile', 'extra_user_profile_fields' );
    add_action( 'edit_user_profile', 'extra_user_profile_fields' );

    function extra_user_profile_fields( $user ) { ?>

    <input type="text" name="address" id="address" value="ID ) ); ?>" class="regular-text" />

    <input type="text" name="city" id="city" value="ID ) ); ?>" class="regular-text" />

    <input type="text" name="province" id="province" value="ID ) ); ?>" class="regular-text" />

    <input type="text" name="postalcode" id="postalcode" value="ID ) ); ?>" class="regular-text" />

    < ?php }

    add_action( 'personal_options_update', 'save_extra_user_profile_fields' );
    add_action( 'edit_user_profile_update', 'save_extra_user_profile_fields' );

    function save_extra_user_profile_fields( $user_id ) {

    if ( !current_user_can( 'edit_user', $user_id ) ) { return false; }

    update_user_meta( $user_id, 'address', $_POST['address'] );
    update_user_meta( $user_id, 'city', $_POST['city'] );
    update_user_meta( $user_id, 'province', $_POST['province'] );
    update_user_meta( $user_id, 'postalcode', $_POST['postalcode'] );
    }

    • This reply was modified 13 years, 6 months ago by robertFudge.
    • This reply was modified 13 years, 6 months ago by robertFudge.
    • This reply was modified 13 years, 6 months ago by robertFudge.
    • This reply was modified 13 years, 6 months ago by robertFudge.
    #119797
    chibichiii
    Participant

    I wasn’t using jetpack, and the error occured after I updated bbpress to 2.1.3
    I rerun a backup, where bbpress is 2.1.2 again and the issue is gone.
    The insert media button within wordpress works again and the fancy editor shows all buttons normally.
    No clue if the update really caused it not too fond to find out either haha.

    #119794

    Version 2.1.3 does everything it can to suppress the issue in Jetpack 2.0. Jetpack 2.0.1 will come with its own fix. It’s actually a WordPress core issue causing this; see: https://core.trac.wordpress.org/ticket/22413

    #119793

    In reply to: How to setup users?

    pompilos
    Participant

    I agree with heavydutyfd and others. I would be much better to have a different table in the database for users of the forum (bbPress) and a different one for users or the site (WP). Actually I am still using bbPres 1.0.1 in order to not include that users (about 6000, quite all spammers) in my WP database.

    Is there any plugin for creating a different table of the database? Thanks, guys.

    #119791
    bjj_pl
    Participant

    Or maybe: How to “promote” bbPress forum topic to WordPress blog post?

    #119790
    bjj_pl
    Participant

    Hi, does anyone know how to display latest topics on front page? To be more specific I want them to appear just like normal wordpress posts do. New topics are shown just like new posts. Does anyone know a aplugin that does that or any other suggestions? I don’t need another sidebar widget for bbpress plugin. I can do styling on my own but can’t handle with coding.
    please help

    #119789
    Stephen Edgar
    Keymaster

    I have just created a ticket in trac https://bbpress.trac.wordpress.org/ticket/2021 and we will look into this as soon as we can.

    #119788
    zeaks
    Participant

    I was using Version 2.1.3 already :/

    #119787
    Stephen Edgar
    Keymaster

    Ahhh…. Try updating bbPress to 2.1.3 as it includes the fix for the Jetpack issue.

    #119784
    zeaks
    Participant

    Using Twenty Tweleve wordpress theme, the default compat theme the html and visual tabs are to the left and if clicked they create and tags, there’s no background behind the toolbar. If I click the link button, the popup shows up but it looks as if all the CSS for it is missing and I see constant loading icons. If I disable the “fancy” toolbar, I don’t see a toolbar or buttons at all. If I switch to Twenty Ten forum theme, then the toolbar shows.

    ** Update, looks like a conflict with Jetpack, works fine if I disable it.

    • This reply was modified 13 years, 6 months ago by zeaks.
    • This reply was modified 13 years, 6 months ago by zeaks.
    #119783
    Stephen Edgar
    Keymaster

    I am trying to repro it now… Not having much luck though!

    What themes activated do you see this problem?

    What themes activated do you NOT see this problem?

    Do you see the correct toolbar on bbPress ‘Create Topic’ & ‘Create Reply’ regardless of the activated theme?

    And is it the same behaviour with WordPress posts and pages?

    #119781
    zeaks
    Participant

    Same problem here, thought it was a theme issue. If I switch to using the Twenty Ten theme template, the toolbar looks fine, but not really a solution since it messes up everything else.

Viewing 25 results - 29,076 through 29,100 (of 64,518 total)
Skip to toolbar