Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\'

Viewing 25 results - 16,376 through 16,400 (of 26,846 total)
  • Author
    Search Results
  • #37993
    jnw
    Member

    Hi all,

    I’m sure this has been covered a few times, but here goes.

    Cookies obviously aren’t working, because I’m getting booted out of wp-admin when logged into bbpress and visa versa.

    Have installed the bbPress integration plugin with settings in wp-admin like so:

    bbPress URL: http://website.com/forum/

    Your Plugins URL: http//website.com/forum/bb-admin/plugins.php

    Wordpress type: WordPress

    Added this code to the very bottom of wp-config.php

    define( ‘COOKIEPATH’, ‘/’ );

    In bb-admin, I’ve got:

    Wordpress address: http://website.com

    Blog address: http://website.com

    WordPress “auth” cookie salt: (auth_salt wasn’t present in the wp admin page, anyway I took the code from wp-config.php)

    WordPress “secure auth” cookie salt: (as above)

    WordPress “logged in” cookie salt: (as above)

    Manually entered codes so the following match

    AUTH_KEY / BB_AUTH_KEY

    SECURE_AUTH_KEY / BB_SECURE_AUTH_KEY

    LOGGED_IN_KEY / BB_LOGGED_IN_KEY

    And that’s where I’m at. Can someone tell me what I’m missing?

    I’m not going to worry about database sharing right now – is that advisable? Or is it highly recommended?

    Also what should I have the wordpress roles set to for each one of these?

    WordPress Administrator

    WordPress Editor

    WordPress Author

    WordPress Contributor

    WordPress Subscriber

    Thanks for the help!

    #37987
    jakobs
    Member

    Hi!

    I have a smaller blog network (WordPress 3.1 Multisite) and bbPress 1.03.

    Right now the integration works, but not fully. I can login on the forum with my wordpress user accounts but there’s some problem with cookies. I still need to login/log out one time at each site (forum/blog).

    I’ve copied this from wp-config.php:

    define(‘AUTH_KEY’, ”);

    define(‘SECURE_AUTH_KEY’, ”);

    define(‘LOGGED_IN_KEY’, ”);

    define(‘NONCE_KEY’, ”);

    define(‘AUTH_SALT’, ”);

    define(‘SECURE_AUTH_SALT’, ”);

    define(‘LOGGED_IN_SALT’, ”);

    define(‘NONCE_SALT’, ”);

    And of course included the salts + added BB_ suffix in bb-config.php.

    I have a separate database for bbpress and the “Separate user database settings”-settings in options-wordpress seems to be right.

    The URL:s under cookies is also correct (http://domain.net – as my blog).

    Do you have any idea what the problem is?

    Would be grateful for a solution. Thanks.

    #99901
    dreamgrowers
    Member

    Oh, that makes total sense, thank you so much!

    Well folks, this is exactly why I want bbpress to use my custom WP login because I’ve calibrated it perfectly to prevent spam as well as ask specific questions about the users.

    Would still love to get help rediredting login to WP-admin

    Thanks!

    #105001
    dreamgrowers
    Member

    Oh, that makes total sense, thank you so much!

    Well folks, this is exactly why I want bbpress to use my custom WP login because I’ve calibrated it perfectly to prevent spam as well as ask specific questions about the users.

    Would still love to get help rediredting login to WP-admin

    Thanks!

    #99929
    shinigami87
    Member

    I solved thanks this topic: https://bbpress.org/forums/topic/wp-integration-coockie-does-not-work

    I moved wordpress from “/wordpress” to the root and cookies integration now works! :-)

    #105029
    shinigami87
    Member

    I solved thanks this topic: https://bbpress.org/forums/topic/wp-integration-coockie-does-not-work

    I moved wordpress from “/wordpress” to the root and cookies integration now works! :-)

    #99896
    miguelnetto
    Member

    I’m also wanting it.

    #104996
    miguelnetto
    Member

    I’m also wanting it.

    #37954
    richfortune
    Member

    Hey Folks,

    I’m getting the following error when I try to log into my site via WP-admin.

    Warning: Missing argument 3 for bbpress_integration_set_bb_auth_cookies() in /home4/makersor/public_html/wp-content/plugins/bbpress-integration/bbpress-integration.php on line 220

    Warning: Missing argument 4 for bbpress_integration_set_bb_auth_cookies() in /home4/makersor/public_html/wp-content/plugins/bbpress-integration/bbpress-integration.php on line 220

    Warning: Missing argument 5 for bbpress_integration_set_bb_auth_cookies() in /home4/makersor/public_html/wp-content/plugins/bbpress-integration/bbpress-integration.php on line 220

    Warning: Cannot modify header information – headers already sent by (output started at /home4/makersor/public_html/wp-content/plugins/bbpress-integration/bbpress-integration.php:220) in /home4/makersor/public_html/wp-content/plugins/bbpress-integration/bbpress-integration.php on line 212

    Warning: Cannot modify header information – headers already sent by (output started at /home4/makersor/public_html/wp-content/plugins/bbpress-integration/bbpress-integration.php:220) in /home4/makersor/public_html/wp-content/plugins/bbpress-integration/bbpress-integration.php on line 212

    Warning: Cannot modify header information – headers already sent by (output started at /home4/makersor/public_html/wp-content/plugins/bbpress-integration/bbpress-integration.php:220) in /home4/makersor/public_html/wp-content/plugins/bbpress-integration/bbpress-integration.php on line 212

    Warning: Cannot modify header information – headers already sent by (output started at /home4/makersor/public_html/wp-content/plugins/bbpress-integration/bbpress-integration.php:220) in /home4/makersor/public_html/wp-content/plugins/wordpress-26-and-bbpress-09-integration/bbpress-integration.php on line 95

    Warning: Cannot modify header information – headers already sent by (output started at /home4/makersor/public_html/wp-content/plug

    I’m trying to integrate a WPMU with bbpress…but am having difficulty with the setup. I really need to get this site live as soon as possible, so I’m torn between reverting to my old setup and leaving them as separate entities. Although I do like the idea of single sign-in.

    Can anyone help me resolve this issue?

    Cheers,

    Richard

    #73122
    richfortune
    Member

    Likewise – just stepping through the guide located here:

    http://www.wpwebhost.com/make-bbpress-theme-match-with-wordpress-by-deep-integration/

    and now I can’t access my bbpress forum using my admin account.

    #37952
    #37946
    TYPE0N3
    Member

    Not quite sure what I’ve done to manage this

    http://thefootballdebate.co.uk/bbpress/topic.php?id=2

    It may have something to do with the bbpress wordpress sync plugin?

    Don’t really have a lot more info… sorry.

    Edit – Fixed it, you cant use you user-id for the syncing of anon content otherwise it hides the posts….

    carney
    Member

    Just wondering, any success with this? would be appreciated as im in your boat with this issue, i already have people with uploaded avatars in WP and dont really want to change my avatar system.

    Thanks

    #37934
    tooltrainer
    Member

    Hi all, I’m about at my wit’s end and this seems like the most obvious place to look for the help I need so… here goes!

    I need to very quickly integrate bbPress into my existing commercial WordPress theme. I need it to be a totally transparent integration, so that all the special functions of my theme still work, but bbPress becomes the body content on its page(s).

    I’m fairly good with PHP myself but am too unfamiliar with today’s WP (3.1) and totally new to bbP, so this is going to take me weeks of frustration and I don’t have that kind of time or patience.

    So if you think this is something you could tackle and you’ve got the time right now to work on it, please contact me with your rate. I suspect it won’t take terribly long for someone who already knows what they’re doing with these apps, and I’m available full time to help in any way that I can.

    Timeframe is tight as I’ve already burned a good 2 weeks trying to get the bbP plugin to do what I need, but it’s just not up to the task yet. So I’m looking at going with the full bbP and a bunch of plugins instead.

    Thanks,

    Jonathan

    email me – vanclute at google mail.

    stipto
    Member

    Hello there,

    Anyone know this one:

    WordPress Multisite, Buddypress properly installed. Installing BBpress, all goes well. After changing default user roles in the backoffice of BBpress, I can’t log in with the keymaster account. I’ve looked in the database, there’s only one user with ID 1 in bb_users. When I look in bb_usermeta the user with ID 1 has the meta value of a:1:{s:9:”keymaster”;b:1;}

    I can log in with previously created users, but when I try the keymaster it keeps on saying “User does not exist”.

    Anyone?

    #37924
    KypuTe_TpaBy
    Member

    Hello, maybee I’m too stupid to understand this, but I tried everything, and no results. So I hope, someone in this forum, could help me.

    After I fully integrated bbpress with my wordpress, the plugins menu just disappeared, like it never before existed…

    I’v maide a my-plugins derectory, I’v typed the bbpress url to bbpress integration plugin, I’v even tried to add manually cookiek setting’s to the wp-config.php file, but the result’s are same.

    Here a few screenshoths, maybe I did something wrong:

    http://img25.imageshack.us/img25/7342/29044580.jpg

    http://img88.imageshack.us/img88/469/28218103.jpg

    Thank You!

    #37920
    btsander01
    Member

    I’m using a program to restrict access to sections of my wordpress site. This program has it’s own user account authentication. I want to integrate bbPress and my other program.

    How would I use the authentication from my other program with bbPress forum software?

    #65275
    iftomkins
    Participant

    Having the same problem. I can log in to wordpress, and I’m logged into bbpress. And if I log into bbpress, I’m logged into wordpress. BUT, if I log into WordPress, I cannot log out through bbpress (it just reloads the page). I have to go back to wordpress, and then click Log out, and then come back into bbpress, and click log out again in order to be fully logged out.

    However, if I log in through bbpress, then I can log out of bbpress. It seems that the logout function from bbpress is not connecting with wordpress.

    #37892

    Topic: BBPRESS vs wordpress

    in forum Themes
    watseo
    Member

    There are same or not?which diff point?

    dreamgrowers
    Member

    How to get bbpress Login to use WordPress Login Page?

    I’ve customized my WP login quite extensively and would like to redirect logins to my wordpress login.

    Thanks in advance!

    #37854
    coopersita
    Participant

    Hi,

    I’d like to have a forum on a site, where the comments are integrated with a forum. Similar to http://www.macrumors.com/.

    Is there a forum plugin that does that? I saw this: http://bbpress.org/plugins/topic/wordpress-bbpress-syncronization/, but it doesn’t seem to be maintained, and some people say it’s not working anymore.

    Any ideas?

    Thanks

    #57743
    aleskalex
    Member

    hey, thanks timskii

    it did great!

    i’m under wordpress 3.0.5 and the latest version of bbPress

    for defualt’s permalinks (standard profile.php?id=.. type)

    you can try this replacement:

    replace:

    $my_profile_destination = $my_forums_directory.”profile/”.esc_attr( str_replace( ” “, “-“, strtolower( $user_login ) ) ).”/edit”;

    with:

    $my_profile_destination = $my_forums_directory.”profile.php?id=”.$current_user->ID;

    isn’t there any WP plugin for this? we should take it into something more customizable. To make it easy to use, what do you think? I’m not experienced with lots of wp code but this could be helpful for others too.

    anyone willing to help?

    #37844
    irisma
    Member

    Hi there.

    I am trying to install bbPress on my WordPress website, but I’m not quite sure what I am doing. I downloaded the .zip, uploaded it onto my server, but I’m not sure where to place it to get the desired effect or how to even start the install prompt.

    I want to make the forum appear at this address, a page created with WordPress:

    http://www.swtortcg.com/forums/

    Thanks so much to anyone can help!

    km
    Member

    Hi all,

    I am using BBPress 1.03 and WordPress 3.1.

    I have installed both, and BBpress successfully using my WordPress user database, with the relevant user roles mapped. I can log into BBpress using my WordPress user accounts.

    I have the following at the top of both my wp-config.php file and my bb-config.php file (note: I don’t have the COOKIEHASH defined in bb-config.php):

    define( 'COOKIEHASH', 'd36e8c873ff8f9c997d969ab483cd640' );
    define( 'COOKIE_DOMAIN', '.mydomain.com' );
    define( 'SITECOOKIEPATH', '/blog/' );
    define( 'ADMIN_COOKIE_PATH', '/blog' );
    define( 'COOKIEPATH', '/blog/' );

    I then have the unique keys specified in both wp-config.php and bb.config.php:

    define('AUTH_KEY',         'f3y#H_;s:WLry|<code>ja|$!|L%m0xbRE>:o@ N</code>(-Uv:,7WafXX,vR>=z>Uj c@[t>N');
    define('SECURE_AUTH_KEY', ':(S7I[u%v0K<!0HAQWP1vcop^4+,=4=jj.ceAmioE|Zo<UY|7g&w$5ntdG,=k;6!');
    define('LOGGED_IN_KEY', 'c<code>_Ce{WV{:OhB7in@>].^qb*-y=b@p|^K|_gx.%%^;</code>$2{:$X;eS5SJg<3nH.5)l');
    define('NONCE_KEY', '@C%3/EU?/O=Xt36b;Z@;McIeo7UP-|9sqi&gk/f]p?c|Jx0ZNEnCmYS-_T^?[W$');
    define('AUTH_SALT', '|++I0w;>^aBCc,eaUTRZxd+EUdj;H1q]_~1B7R blEql3lwt4#y-RziRyS&qVs5');
    define('SECURE_AUTH_SALT', 'l<i3+Y-JrYB<3rirFmNi*+>|~:NXPfI _xGzl)2?myj aY{f{%v+U#by5kfFBb5E');
    define('LOGGED_IN_SALT', 'Bk~2!XQR}_4H)qno#uTvH?+ }#h|F+KF&CSL5^a:eNM1_.aA]!~r(g|<cvl<;_@');
    define('NONCE_SALT', 'P|gX2|>ScAMaOZCrEKv#F*/yZ;Wy*a|uuVA!!ds]MUhE.U,ok+sJMe4dF0;+qft');

    (Note: in bbconfig.php all the defined values I have renamed with BB_ at the start (such as BB_AUTH_KEY)).

    However, I’m still unable to log in to one application (WordPress or BBpress) and have me automatically logged in to the other. I still have to log in to each.

    Is there something I am doing wrong?

    Kim

    #99840
    jason102178
    Participant

    Just an update to who ever reads this…. im not going to mess around with bbpress anymore…. if an application is this finiky and wont install properly and do what its suppose to then i do not want anything to do with it…..

    I have installed hundreded of different php applications …. so either i am just dumb and dont know what i am doing or this doesnt work properly…..

    i also dont want to sit around waiting a week for someone to reply like most people been doing….

    I will stick with my wordpress and my phpbb both of them installed and works perfectly…

    I even went the extra step and installed it in the root of my site instead of in the root of wordpress installation

    so my url should of looked like this example.com/forum and after installation it still went to exmaple.com/forum/forum and said page can not be found and it does the same thing with the admin panel….

    and this time i skipped the wordpress installation just to see if i could get the forum working by its self first with its own mysql database….

    with no luck after a week and spending all day trying to get it to work properly i just give up…..

    i would not recomment bbpress to anyone who wants an easy installation and a smooth process because its anything but that….

    Have fun with this crap…

    bye

Viewing 25 results - 16,376 through 16,400 (of 26,846 total)
Skip to toolbar