Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 63,751 through 63,775 (of 64,154 total)
  • Author
    Search Results
  • #863
    #857
    suleiman
    Member

    I am integrating WPMU and BBPress and I have users and cookies shared perfectly. My problem is that prior to the integration my username (admin) was set as a keymaster.

    But after it admin is no longer a keymaster.

    I need to find a way to set him to keymaster.

    I have tried $bb->new_keymaster = true; in my config.php file, then re-running bb-admin/install.php, but that gives me the error that No Such USername exists.

    All I need to do is set the user admin to keymaster status. Any help much appreciated!

    #49752

    In reply to: Using WP template tags

    abbaanthony, It looks like you’re using a copy of the code-in-development.

    Try using the official bbPress release.

    #49872
    Atsutane
    Member

    mdawaffe,

    Actually i need to disable both plugin at the same time :)

    #49871
    doubter
    Member

    thanks, waffe. i am going to try that. mozey, i get the same satisfaction. and yes waffe, i am having no problems with my wordpress.

    #712

    Topic: bbPress new Theme

    in forum Themes

    Hey guys, i downloaded bbPress and was able to successfully integrate it with my word press installation. Visit my forum and check out new style that i’m working on. I’ll be releasing this as a theme in a near future.

    Forum: http://www.talkaboutdesign.com/forum

    Website: http://www.talkaboutdesign.com

    #50545

    In reply to: Cookies

    cvanp
    Member

    Hello, I was directed to this topic by mdawaffe [via https://bbpress.org/forums/topic/52?replies=23%5D and am having a bit of difficulty implementing this.

    On my site, I’m not using a subdomain, instead I have bbPress located in a seperate folder from my WordPress installations ( localhost/wordpress and localhost/bbpress). I modified the code somewhat and it the problem hasn’t subsided.

    Here’s my modified code in bbPress’s config.php:

    // Cookies, bbPress fix

    $bb->cookiedomain = 'localhost';

    $bb->cookiepath = '/';

    Thanks!

    #49751

    In reply to: Using WP template tags

    abbaanthony
    Member

    I have tried to add the above line to my install of bbpress and I get the following error:

    Fatal error: Cannot redeclare allowed_tags() (previously declared in /home/taacus/public_html/wordpress/wp-includes/general-template.php:602) in /home/taacus/public_html/wordpress/bbpress/bb-includes/template-functions.php on line 949

    What am I doing wrong?

    #49870
    mozey
    Member

    why is it that i always get a sense of satisfaction when i create a thread that goes ON and ON?

    #50863
    ear1grey
    Member

    If you have console access…

    1. Login to your server.
    2. start mysql: mysql -u root -p and when prompted enter your password. (Or use any non root ID that has privilages to update your bbpress database.)
    3. select your bbPress db: use <yourDBname>;
    4. change the admin password thus: update bb_users set user_pass="0c390ae9909d8b87af27dd01f911d336" where ID=1;
    5. exit from MySQL
    6. Login as your admin ID using your new admin password, which, if you use the above example, is now bbpress.
    7. Change your password.

    #50816

    Just one database is enough provided that the two bbPress installs have different values for their $bb_table_prefix settings in their config.php files.

    Like

    bb_ for one and

    bb2_ or bb_cool_ (or whatever) for the other.

    #50815
    n22
    Member

    and if I install 2 bbpress in my website (2bbpress ..not 2 sections).

    I should have 2 MyQsl database??? or just 1 is enough?

    #50078

    In reply to: wpmu bbpress issues

    suleiman, if you installed bbPress first and then changesd it’s user tables to integrate with WP, none of those users have any adminn capabilities in bbPress.

    Follw the steps here https://bbpress.org/forums/topic/52?replies=21#post-795 and let us know.

    #50890

    This will be fixed in the next release of bbPress. Thanks!

    #49869

    Atsutane,

    Can you disable Ultimate Tag Warrior to see if that fixes both problems by magic?

    #49868

    doubter,

    Can you try moving the file bb-includes/db-mysqli.php somewhere safe and then copying bb-includes/db.php to bb-includes/db-mysqli.php (so that the mysqli file is a duplicate of the other file)?

    And, just to help troubleshoot, WordPress is working fine for you on that server?

    #50800
    peiqinglong
    Member

    Thank you! I’ll post the instructions when I get a chance. =)

    #50886
    lordcoder
    Member

    Ok i found the solution on another thread here : https://bbpress.org/forums/topic/168?replies=6#post-874 .

    #49980
    mozey
    Member

    suleiman,

    https://bbpress.org/documentation/integration-with-wordpress/

    CTRL^f “We have a WordPress plugin to”

    right after that, there are two wp plugins that I BELIEVE gets around this. give them a try. let us know if it works.

    #50813
    ranrar
    Member

    My BBpress MySQL are only 9 strings and the Size are: 36,9 KB and one post size are 3,60 kb s0 10*1000 = (10.000/3,60) = 2777,77 post i think but that is still a lot, i got 2 blogs and one bbpress on my MySQL and i only uses about 1MB and my database is 150 MB i think

    #50820

    In reply to: Avatars

    AphelionZ
    Participant

    That’s pretty cool, but the plugin is only available for WordPress. That means you’d have to call the wordpress tag within bbPress, and I dont load wordpress with my forum (way too complicated for what i need)

    However, somebody could take the wordpress code and customize it for bbPress :)

    #50799
    andyro
    Member

    Sounds like more work than I can get into right now…the integrations on abunchofcars looks great btw. Would you be willing to post your mods somewhere? It may be handy to have something like this with a little instruction so others can integrate, and just edit a single variable, such as width, to accomodate different wp templates…..thanks!

    #49979
    suleiman
    Member

    Only problem here is that I’m no longer the KeyMaster on my BBPress install!

    #50077

    In reply to: wpmu bbpress issues

    suleiman
    Member

    does anyone else experience the problem where they stop being the KeyMaster when sharing user accounts? I’m having that issue now and I can’t login to my admin!

    #49867
    Atsutane
    Member

    Fatal error: Cannot redeclare widget_akismet() (previously declared in /path/to/wp-content/plugins/akismet/akismet.php:376) in /path/to/wp-content/plugins/akismet/akismet.php on line 376

    I dont know what went wrong, but this happen when i try to loading wordpress 2.0.5 using bbpress 0.73. Before when i using wordpress 2.0.4 and bbpress 0.72 on my another blog, i dont have such problem. Is it because i have update my akismet plugin or i did something wrong in the config? I only put this on the top of my config.php

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

    define(‘WP_BB’, true);

    I also have the same problem with Ultimate tag warrior but i can disable that plugin, but i dont want to disable akismet. Anyone got any good suggestion?

Viewing 25 results - 63,751 through 63,775 (of 64,154 total)
Skip to toolbar