Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress'

Viewing 25 results - 22,026 through 22,050 (of 26,873 total)
  • Author
    Search Results
  • #4811
    MrPeteH
    Member

    I’m a not-quite-noob on WP/WPmu, and a total noob here on bbPress. I’m attempting my first integrated install, from scratch. WPmu latest (2.7 trunk as of a couple weeks ago) and bb 1.0 alpha 6. I thought I’d share a new-user experience… knowing that this kind of stuff is hard to remember later.

    I’m wanting integration of users and logins, and went through the install with that in mind.

    Anomalies, strangeness and bugs found:

    1) It asks for both the site URL and blog URL. WPmu doesn’t have both items, so that’s confusing. Should mention that the same value can be copied in.

    2) It doesn’t suggest the URL needs “http://” attached until after you save settings and get an error.

    3) [suggestion] why not ask for the location of the WP/WPmu install, and pull the keys etc from wp-config.php??? That would save a ton of typing and confusion.

    4) Once I got everything entered, it let me login ok… HOWEVER:

    5) It quickly LOST all my settings and the database appeared broken. Here’s how:

    * I clicked on “Admin” to go to the admin panel

    * Went to Settings->WordPress Integration

    * Set up role mappings and saved

    * Either at that point, or with one more click (Save in User Integration), I was suddenly locked out and getting mysql connect errors in the header.

    * Examining the page I was on showed the “advanced database settings” had defaulted to different info: apparently it used my admin login (user admin) rather than the WP db user/pass I had provided.

    * It was impossible to reset this info on that page due to the DB connect error. [suggestion: maintain ‘admin’ login/pw in a bb_* table for emergency admin use of the WP connection breaks!]

    * Confusingly, the DB info in bb-config.php is correct and I could not find the (wrong) wp DB info in any text file. Presumably it is stored in the bb-* database?!

    My workaround, which is now in use: hand code the settings ($bb->user_bbdb_user etc) into bb-config.php. That works.

    Bottom line: either the integrated installation process, or perhaps the settings->Integration page, is busted.

    Hope that helps!

    [PS: I’m the author of the wptuner performance analysis/debugging plugin for WP/WPmu. Would a BB version be helpful?]

    Wardee
    Member

    This did not work for me. In fact, it was the thing that hindered my integration from working properly. That is just my experience, though.

    Following these instructions:

    http://bavatuesdays.com/integrating-wpmu-buddypress-and-bbpress/

    I finally have WPMU-bbPress integration working.

    There are several tips and an additional plugin mentioned there that are essential with WPMU integration.

    Sam’s screencast helped with everything else.

    #4805
    wragen22
    Member

    After doing the bbpress integration on my wordpress 1.7 the registration captcha has stopped working on my wordpress page. After entering in the captcha and clicking register I get “ERROR: You didn’t correctly enter the captcha, please try again.” Any thoughts?

    #67718
    sheatsb
    Member

    @trent

    That’s how the plugins operate. WP user is created when logged in w/Facebook, so when used with an integrated bbPress, the cookie would carry over, and the user should too.

    Integrating Facebook Connect w/ bbPress or WordPress, IMO, is incredibly more significant than OpenID ever was. Most of my users had no idea what it was when we used it for logins, didn’t think the redirect was safe, and thought it was way more work than needed, but when we put Facebook Connect up, registrations and comments went up. It’s easier to tell someone that they can login using something they use frequently as opposed to explaining how/what OpenID is. Facebook seems more usable.

    #71744

    In reply to: new accont spamming

    chrishajer
    Participant

    @mzimmers – no, it will not work with WordPress; it’s a bbPress plugin. There are other plugins available for WordPress, but only this one for bbPress as far as I know.

    deadlyhifi
    Participant

    This looks great. I was very confused why WPMU doesn’t supply a list of numbers in the cookie like WP2.7 does. It was causing me to not be able to log into WPMU…

    I will give this a go. Thanks.

    #4800

    Topic: Firefox browser issues

    in forum Themes
    helenb
    Member

    Hi there; I’m new to bbPress and uploaded the platform to my server yesterday. I’m trying to find some decent templates but, in the meantime, I’ve noticed that Firefox (my regular browser) is having issues displaying Kakumei correctly. It looks fine in IE. Does anyone else have the same problem? Do you know how to resolve it?

    Finally, if you know of a bbPress theme that looks like Copyblogger’s WordPress theme, please let me know!

    Cheers,

    Helen

    #71752

    Try forcing in the // WordPress cookie integration speedup stuff.

    #66133

    Ehlo all,

    i just want to share a solution for BBPress 1.0 Alpha 6 – WordPress MU 2.7 cookie integration — or a hack. My problem is that after installation of WPMU and BBPress, i can not make a single sign on : to make a user log in to BBPress can access WordPress without another login and a user log in to WordPress can access BBPress without another login.

    I just use Cookie integration with WordPress installed at

    /home/usr1/myweb

    And bbpress at

    /home/usr2/myweb/bbpress

    After Googling i found hint about cookie domain, SECRET KEY etc, but it does not work …

    When i check the cookie, the cookie from BBPress is appended with some words for example :

    wordpress_logged_in_170v36454

    meanwhile the cookie for wordpress is simply

    wordpress_logged_in

    I then change a line of code at bb-settings.php from

    define(‘BB_HASH’, $bb->wp_cookies_integrated ? md5($bb->wp_siteurl) : md5($bb->uri));

    to

    define(‘BB_HASH’, ”);

    Somehow IT WORK !

    #71723
    fwilson789
    Member

    Thanks for your reply!

    The post you linked to was talking about including bbPress into WordPress, which is the opposite of what I’m looking to do. I have the CSS and template files edited, and everything is in the correct spot and doesn’t work too slowly. The only problem is those few lines of CSS for my WordPress theme aren’t included on bbPress pages.

    If anyone could help me out with this, I’d be eternally grateful!

    Fred

    #71751
    lasthero
    Member

    When I view my cookies with Firefox it shows that they are setting the exact same cookie. They both set the cookie under the same site and even the same name. When I log in with bbPress it sets another cookie with the same name as the WordPress cookie. I need help :) thanks!

    #71750
    lasthero
    Member

    Here are the config files

    wp-config.php

    <?php
    // ** MySQL settings ** //
    define('DB_NAME', 'idea_orbit'); // The name of the database
    define('DB_USER', 'admin'); // Your MySQL username
    define('DB_PASSWORD', 'Am@nda5haye'); // ...and password
    define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value
    define('DB_CHARSET', 'utf8');
    define('DB_COLLATE', '');

    // Change each KEY to a different unique phrase. You won't have to remember the phrases later,
    // so make them long and complicated. You can visit https://api.wordpress.org/secret-key/1.1/
    // to get keys generated for you, or just make something up. Each key should have a different phrase.
    define('AUTH_KEY', '7k67k67k76'); // Change this to a unique phrase.
    define('SECURE_AUTH_KEY', '67k67k76k67k76'); // Change this to a unique phrase.
    define('LOGGED_IN_KEY', '67k76'); // Change this to a unique phrase.
    define('SECRET_KEY', 'thisisone{crazy}sectret9084biugfhKey');
    define('COOKIE_DOMAIN', '');
    define('COOKIEPATH', '/starteconome/');

    /* this is what I added for integration with bbpress
    $wp->cookiepath = '/starteconome/';
    $wp->sitecookiepath = '/starteconome/';
    define('SITECOOKIEPATH', '/starteconome/');
    /*End What I added*/

    // You can have multiple installations in one database if you give each a unique prefix
    $table_prefix = 'wp_econome_'; // Only numbers, letters, and underscores please!

    // Change this to localize WordPress. A corresponding MO file for the
    // chosen language must be installed to wp-content/languages.
    // For example, install de.mo to wp-content/languages and set WPLANG to 'de'
    // to enable German language support.
    define ('WPLANG', '');

    /* That's all, stop editing! Happy blogging. */

    if ( !defined('ABSPATH') )
    define('ABSPATH', dirname(__FILE__) . '/');
    require_once(ABSPATH . 'wp-settings.php');
    ?>

    bb-config.php

    <?php

    // ** MySQL settings ** //
    define('BBDB_NAME', 'idea_orbit'); // The name of the database
    define('BBDB_USER', 'root'); // Your MySQL username
    define('BBDB_PASSWORD', 'L!feisg00d'); // ...and password
    define('BBDB_HOST', ''); // 99% chance you won't need to change these last few

    define('BBDB_CHARSET', ''); // If you are *upgrading*, and your old bb-config.php does
    define('BBDB_COLLATE', ''); // not have these two contstants in them, DO NOT define them
    // If you are installing for the first time, leave them here

    // Change BB_SECRET_KEY to a unique phrase. You won't have to remember it later,
    // so make it long and complicated. You can visit https://www.grc.com/passwords.htm
    // to get a phrase generated for you, or just make something up.
    // If you are integrating logins with WordPress, you will need to match the value
    // of the "SECRET_KEY" in the WordPress file wp-config.php
    define('BB_AUTH_KEY', '7k67k67k76'); // Change this to a unique phrase.
    define('BB_SECURE_AUTH_KEY', '67k67k76k67k76'); // Change this to a unique phrase.
    define('BB_LOGGED_IN_KEY', '67k76'); // Change this to a unique phrase.
    define('BB_SECRET_KEY', 'thisisone{crazy}sectret9084biugfhKey'); // Change this to a unique phrase.

    // If you are running multiple bbPress installations in a single database,
    // you will probably want to change this.
    $bb_table_prefix = 'bb_'; // Only letters, numbers and underscores please!

    // Change this to localize bbPress. A corresponding MO file for the
    // chosen language must be installed to bb-includes/languages.
    // For example, install de.mo to bb-includes/languages and set BB_LANG to 'de'
    // to enable German language support.
    define('BB_LANG', '');

    /* Stop editing */

    if ( !defined('BB_PATH') )
    define('BB_PATH', dirname(__FILE__) . '/' );
    require_once( BB_PATH . 'bb-settings.php' );

    ?>

    #4798
    lasthero
    Member

    Hi,

    I have integrated WordPress and bbPress. They both share the same table for users. I can login in to a user in the database from both WordPress and bbPress. SO they are correctly sharing the same user table. However, when I login as a user for the blog and then click on the forum then click to post in the forum it asks me to log in. I imagine it has something to do with cookies. I have gone through the docs on integration and the post by _CK_ but nothing has made it work yet.

    Please help me identify the problem. If you want I can post the config files for both WordPress and bbPress.

    #71319
    deadlyhifi
    Participant

    @circuit – I had the same problem when importing the wordpress header. It is not recommended to import wordpress as it causes unexpected errors like the one you have seen. It is advised to use plugins to replicate wordpress functionality – although I have not seen one to date.

    At the moment I am faking my wordpress theme in bbpress.

    I presume future versions of bbpress will allow deeper integration.

    #4796
    Ok Really
    Member

    I might be asking too much at this early stage …

    * We need *all* user registrations to be approved by admin or a moderator.

    * New users should have posting permissions in BBPress, but not the WordPress it is integrated with (unless those permissions have been explicitly granted by admin).

    * Posting permissions in WordPress are granted by admin only after seeing evidence that the user is both responsible and competent to do so.

    * It is easy to require admin approval of new WordPress users, but we would prefer all registrations to be through BBPress (there is no ‘register’ link on our WordPress).

    Right now we are using WordPress 2.7, so we don’t have full integration yet. But it would be nice to think we might be able to work with our users in this way eventually.

    #71339
    Marcomail
    Member

    Bel sito! Hai tolto il il form di registrazione di bbpress e non hai messo il link al pannello di controllo di wordpress, vero ? L’edit del profilo in pratica lo fai solo dal forum.

    a me piacerebbe che gli utenti che commentano registrati abbiano un link al loro profilo, poi forse userei Gravatar per accoppiare gli avatar del forum con quelli dei commenti.

    ti ho mandato una mail dal form del sito per uno scambio di link. bye

    #4789
    #71734
    bobbyh
    Member

    sig183, I disable the flash uploader using this WordPress plugin: https://wordpress.org/extend/plugins/no-flash-uploader/

    #71733
    chrishajer
    Participant

    Yes, alpha and WordPress 2.7.

    With the Flash upload bug though, can’t you just use IE7 or the browser upload, and then integrate WordPress 2.5.x and the 0.9.x series of bbPress?

    #71732
    chrishajer
    Participant

    This is not possible with bbPress as far as I know. bbPress does not live within WordPress or on a WordPress page. It’s not a plugin for WordPress. You can integrate bbPress to get single sign-on (shared logins) between bbPress and WordPress, and you can have access to WordPress functions in bbPress, so you can use get_footer(), get_sidebar(), get_header(), etc. But, it doesn’t work they way you are describing.

    https://bbpress.org/forums/tags/integration

    #71731

    In reply to: delete user

    Version of bbPress?

    Integration with WordPress y/n?

    chrishajer
    Participant

    https://bbpress.org/forums/tags/10

    I don’t believe there is a definite date.

    erick_paper
    Member

    Any idea when bbPress 1 is out? At least in beta? I would really like this integration to work.

    #67410

    In reply to: Server Overload

    pdimo
    Member

    Hey guys, im having the same problem as clementine only i have 768MB guaranteed RAM and its burstable to 1504MB+. I’m fairly sure its a mysql problem as every day or two the server starts to run very slow, when check the resource meter using TOP via SSH it tells me that MySQL is at 90%. The only way to fix it is to restart MySQL.

    I’ve installed eaccelerator and played around with the my.cnf settings but i cant seem to get it running right. I only have 3 wordpress installations… the my.cnf settings are currently set to as follows:

    [mysqld]

    max_connections = 300

    key_buffer = 64M

    myisam_sort_buffer_size = 32M

    join_buffer_size = 1M

    read_buffer_size = 1M

    sort_buffer_size = 2M

    table_cache = 4000

    thread_cache_size = 286

    interactive_timeout = 25

    wait_timeout = 7000

    connect_timeout = 10

    max_allowed_packet = 16M

    max_connect_errors = 10

    query_cache_limit = 2M

    query_cache_size = 12M

    query_cache_type = 1

    tmp_table_size = 16M

    skip-innodb

    [mysqld_safe]

    open_files_limit = 8192

    [mysqldump]

    quick

    max_allowed_packet = 16M

    [myisamchk]

    key_buffer = 64M

    sort_buffer = 64M

    read_buffer = 16M

    write_buffer = 16M

    [mysqlhotcopy]

    interactive-timeout

    Any help would be much appreciated

Viewing 25 results - 22,026 through 22,050 (of 26,873 total)
Skip to toolbar