Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 40,776 through 40,800 (of 64,531 total)
  • Author
    Search Results
  • #97200

    Hi neighbor. No, you are not being marked as spam. If you were your posts would show you.

    Looking through your topic history, there is one unresolved core bbPress issue (which I just responded to). The rest were questions to plugin authors which we don’t have much control over.

    Consider that wanting to remove topic tags completely would require the use of a custom theme that does not use them, and/or a plugin to disable the functionality too.

    Of the several things of you’ve tried, exactly what version of bbPress did you update from and to (1.0.1, 1.0 branch, 1.1 trunk, etc…) Did it work before your update? Did any of your changes modify core bbPress files? If so, what happens when you go back to what came in the zip? If not, are you using a custom theme? If so, does deleting tags work with a default theme?

    Lots of things you can include to help us help you. Remember this is free software and free support that you’ve received already, successfully, and recently in the past.

    I get that you’re upset and there is an obvious sense of urgency, but in the future you’ll get a better response by including detailed info about your issue, what you’ve already attempted, and steps to duplicate the issue.

    #101593

    What plugins do you have installed? Does this work with those plugins turned off?

    If not, file a ticket and be sure to include what version of bbPress you’re using.

    #96493

    What plugins do you have installed? Does this work with those plugins turned off?

    If not, file a ticket and be sure to include what version of bbPress you’re using.

    #36023
    frooyo
    Member

    I just installed mod_pagespeed, which Google developed.

    http://code.google.com/speed/page-speed/docs/module.html

    However, it seems to be dynamically changing my template CSS file.

    Has anyone else had problems with mod_pagespeed and bbPress?

    I’m running v0.9.0.6 but I assume this applies to all versions of bbPress.

    #66492

    In reply to: TalkPress suggestions

    kenburcham
    Member

    bump. :) after reading wordpress and bbpress forums and posts and … finally coming to the realization that what I’m looking for is this “bbpress channels” extension. I’d love to know when it might be available? We’re going to unleash bbpress on hundreds of sites via a multisite server if we can get bbmu to work… I ‘spose I can write my own extension, but it’d be more fun to install and tweak yours. :) thanks!

    #91426

    In reply to: MU + shared bbPress

    Rich Pedley
    Member

    bbPress as a plugin is being worked on, it should work with multisite straight out of the tin, so to speak.

    do1do2
    Member

    Before they are posted on internet,every topic or posts need to be under examination.

    if not,there is big risk for the owner of bbs once there are not “good”content.

    but the most important function plug-in is unavailable.

    who will help us (from chinese) to develop a plug-in for content examination?

    control ,control,control~ we have to face the problem.

    looking forward to the plug-in birth.

    thank you very much.

    #91425

    In reply to: MU + shared bbPress

    kenburcham
    Member

    Hi. I have the same question… I’m looking at how to give a bbpress forum for each of our multisite blogs that get created. I have simplepress working that way, but we want to kick the tires of bbpress as it seems to be sweeter.

    #101634
    kenburcham
    Member

    I ran into this problem, too:

    Trouble with admin user and getting started

    The reason I was having it related to our server requiring https and the admin cookie not being set correctly when it is initially established. see link for my workaround.

    #96534
    kenburcham
    Member

    I ran into this problem, too:

    Trouble with admin user and getting started

    The reason I was having it related to our server requiring https and the admin cookie not being set correctly when it is initially established. see link for my workaround.

    #102093
    kenburcham
    Member

    bbailie: if you no longer own the files, you’ll need to contact the support folks at your hoster and ask them to change the ownership back to you.

    once you delete those files and are back to square one, try going through these instructions step by step:

    Idiots guide to installing

    If you decide to try again without deleting and re-unzipping the bbpress.zip archive, just make sure to delete the bb_* tables from your database and delete (or rename) the bb-config.php file. That will get you passed the “oh dear” message…

    #96993
    kenburcham
    Member

    bbailie: if you no longer own the files, you’ll need to contact the support folks at your hoster and ask them to change the ownership back to you.

    once you delete those files and are back to square one, try going through these instructions step by step:

    Idiots guide to installing

    If you decide to try again without deleting and re-unzipping the bbpress.zip archive, just make sure to delete the bb_* tables from your database and delete (or rename) the bb-config.php file. That will get you passed the “oh dear” message…

    #102224
    kenburcham
    Member

    Resolved:

    Here was the problem (this is probably a bug).

    At the apache level we are requiring ssl on the server I’m installing bbpress on.

    When I login as the admin user, it sets the cookie in “auth” not “secure_auth” mode, but then when it goes to check for the admin cookie, it checks “secure_auth” mode because the connection is https.

    the workaround was to add:

    define (‘BB_FORCE_SSL_ADMIN’, true);

    to my bb-config.php file. Log out and log in. Then the admin cookie is set in a way that it can be correctly validated.

    Now I can login as admin.

    #97124
    kenburcham
    Member

    Resolved:

    Here was the problem (this is probably a bug).

    At the apache level we are requiring ssl on the server I’m installing bbpress on.

    When I login as the admin user, it sets the cookie in “auth” not “secure_auth” mode, but then when it goes to check for the admin cookie, it checks “secure_auth” mode because the connection is https.

    the workaround was to add:

    define (‘BB_FORCE_SSL_ADMIN’, true);

    to my bb-config.php file. Log out and log in. Then the admin cookie is set in a way that it can be correctly validated.

    Now I can login as admin.

    #35981

    Topic: languages problem

    in forum Plugins
    geegy
    Member

    I had install wordpress vision 3.0.1 and buddypress plugin. I installed bbPress forum. The problem is it only support English language. it did not genarate utf-8. the post topic like this ??????(1post)and the post like this ???????.

    but if I write in English it is work fine.

    How do I fix this problem? anybody can help. Thanks for the the wise man.

    #101759

    In reply to: Keymaster account gone

    @Ashfame: Thanks. Your reply reminded me to try installing bbPress with the WP’s DB, and then it works.

    I thought WP and bbPress don’t have to share the same DB according to bbPress installer’s note and I’ve integrated WP and bbpress successfully in localhost with separate DB. However, I wasn’t realized that the webhosting company’s mySQL setting might be different from local.

    Thanks again.

    #96659

    In reply to: Keymaster account gone

    @Ashfame: Thanks. Your reply reminded me to try installing bbPress with the WP’s DB, and then it works.

    I thought WP and bbPress don’t have to share the same DB according to bbPress installer’s note and I’ve integrated WP and bbpress successfully in localhost with separate DB. However, I wasn’t realized that the webhosting company’s mySQL setting might be different from local.

    Thanks again.

    #94555
    wildkyo
    Member

    Thanks Rick Pedley. :)

    Anyone has a demo of the plugin running in a webiste with a child theme?

    #101757

    In reply to: Keymaster account gone

    are WP and bbP in the same db?

    what did you do to integrate them? you probably did something wrong due to which bbPress is not looking at the right place

    #96657

    In reply to: Keymaster account gone

    are WP and bbP in the same db?

    what did you do to integrate them? you probably did something wrong due to which bbPress is not looking at the right place

    #101756

    In reply to: Keymaster account gone

    @Rixos: Go to the database, find the “bb_meta” table, and kill the blog url, table prefix and blog ID. Then your bbPress will return unintegrated.

    Hi everyone,

    I have this problem, too. Not only keymaster but all user accounts in WP and bbPress can’t login to bbPress anymore after integrating user DB. Same symptom as Rixos’. My bbPress says the user does not exist while trying login with any user accounts.

    I think my bbPress somehow just can’t find the WP user DB and is disconnected with the existing bbPress user DB. Therefore I can’t make any new registrations successful either after user DB integration.

    Any idea to fix this problem? BTW, my WP 3 is MU enabled and runs BuddyPress plugin.

    #96656

    In reply to: Keymaster account gone

    @Rixos: Go to the database, find the “bb_meta” table, and kill the blog url, table prefix and blog ID. Then your bbPress will return unintegrated.

    Hi everyone,

    I have this problem, too. Not only keymaster but all user accounts in WP and bbPress can’t login to bbPress anymore after integrating user DB. Same symptom as Rixos’. My bbPress says the user does not exist while trying login with any user accounts.

    I think my bbPress somehow just can’t find the WP user DB and is disconnected with the existing bbPress user DB. Therefore I can’t make any new registrations successful either after user DB integration.

    Any idea to fix this problem? BTW, my WP 3 is MU enabled and runs BuddyPress plugin.

    #101804

    Google custom search is an alternative..

    #96704

    Google custom search is an alternative..

    #102190

    In reply to: my-plugins again

    bbailie
    Member

    If it makes no sense to you, why post a reply?

    Our server is on one of the largest corporate web hosts in the world, Peer One. They could resolve it, but professionally managed servers incur some fees when we have to have them go in.

    Somebody must have written the script to create the folders, and done so without the correct user auth. I see this has been discussed on this forum in regards to others’ plugins. It appears to be the same issue.

    My thought was that I’m not alone in having this issue with the current install, so maybe it would make sense to someone. Or perhaps they already wrote an uninstall script for it to test on a clean server.

    Apparently many users had old copies of bbPress required manual creation of those folders. Thus, when installing a new version, the problem would not manifest itself.

    TIA

    -Brian

Viewing 25 results - 40,776 through 40,800 (of 64,531 total)
Skip to toolbar