Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\'

Viewing 25 results - 23,476 through 23,500 (of 26,835 total)
  • Author
    Search Results
  • #3714
    Billy Wilcosky
    Participant

    Similar posts have been made about this subject, and I’ve read the documentation, but no matter what I do I can’t get the cookies to work. I’m sure you hate working with newbies like me because we’re always like, “gah, i can’t get anything to work” but, please, I don’t want to keep tweaking it because I don’t want to mess anything up… One solution here at this forum says to go into the wp_settings.php file and change something… do things like that have be to done, or is there an easier way? By the way, I did actually do that… I went into the wp_settings and changed that cookie_domain line from false to ‘.myurl.com’, if you know what I’m talking about… well, that tweak didn’t work for me either.

    I just want to be able to log into my blog, then go to my forum and still be logged in. Or log into my forum and go to my blog and still be logged in, then also be able to successfully log out from either location.

    I put

    define(‘COOKIE_DOMAIN’, ”);

    define(‘COOKIEPATH’, ‘/’);

    in my wp config and it is also in my bb press config.

    Now, some posts here say that for the cookie_domain, you have to actually put your domain, like:

    define(‘COOKIE_DOMAIN’, ‘.myurl.com’);

    is this true?

    If someone has the time and successfully has cookies working properly between their wordpress blog and bbpress forum, could you help me out?

    I’ve stayed up many nights trying to get this to work just right… it’s sad :( Whats weird is, when I first did the integration it worked BUT I couldn’t log out, so since then I’ve been changing things to fix that, but now, I’m back to square one. I can log into my forum. then, I can log into blog, and I can log out of both with the same username and password, but again, if I log into one and go to the other, I’m not logged in.

    I’ve just seen a few different posts and all the posts recommend doing different things. Then the actual documentation of course just says to use the built in integration feature in bbpress, which I used. Since there are so many different posts offering different solutions, can any one give me a step by step fix for this?

    811257
    Inactive

    Is there a way to have bbpress automatically create a new discussion every time a WordPress post is published. Basically – I post to my WP blog and a related bbPress topic is created where people can discuss the WP post?

    Just wondering if it can be done and if so how hard is it to implement?

    #66468
    thion
    Member

    Ok, WordPress and TalkPress are two different projects, and bbPress is third. Send these $250 to my PayPal account and you will get all plugins from my TO DO list (visible on freebies section on my weird blog) till the end of this week – I promise!

    If someone is doing something for free, then he is doing this in his free time. You don’t have free time all the time, right? More developers – more free time – faster development. You got the point, right?

    #3701
    810798
    Inactive

    Do i need to use Mu WordPress 1.5.1 to get Session integration to fully work with bbpress? I tried it with MUWP 2.6 and it seemed as though the cookies wouldn’t cross over. Thanks for the help! I will get to trying this soon if no one has given me the thumbs down..

    James

    #66467
    wiseacre
    Member

    @_ck_: Sorry, English is not my native language, and I don’t know what is mean “full-time employment” and “financial security to back bbPress into the foreseeable future”. But programming is my job. I’m not using forum software for my personal website, but planning for late 2009 or 2010. Yes, I have so much time.

    @Thion: Yes, of course. But WordPress(.com) and (probably in the future with TalkPress) bbpress are not hobbies. Red Hat Linux too. Thank Automattic for free WordPress – it’s really excellent.

    Thanks all for the answers! Missing too.

    #66281
    _ck_
    Participant

    TalkPress will be hosted forums just like WordPress.com does hosted blogs. https://bbpress.org/forums/topic/talkpress

    #66479
    chrishajer
    Participant
    #66279
    _ck_
    Participant

    I suspect the development of TalkPress will eventually cause the menu integration of WordPress and bbPress somewhere down the line (perhaps WP 3.x and BB 2.x).

    Not sure if that’s what I personally would want as the WordPress admin menu is getting a bit crowded but I guess it would be handy to be able to mange users in one place, etc.

    #66463
    _ck_
    Participant

    There is only one person currently working on bbPress. WordPress has a few main people in charge and dozens (if not hundreds) of people contributing additions and bug fixes.

    Look, your complaints are doing nothing to help. There’s no amount of comments you could make which is going to instantly put dozen of people working on the project. bbPress costs nothing. It’s free. If you have something which is a priority or commercial in nature you need to find something else to satisfy you.

    Apparently you are already using SMF so why are you even complaining here?

    #3703
    threevisual
    Member

    I’m a bit confused to if bbpress will be compatible with wordpress 2.6, will it be? And can you guesstimate when we might see something?

    I’d love to be able to use bbpress but I’m running 2.6 so may have to look for something else, not sure if there are any good alternatives?

    #66462
    wiseacre
    Member

    And bbpress has had many weeks of … nothing. And some funny old bugs.

    Look at WordPress. How many lines of code you can find? And how many tickets are closed for a week? This is “development time” for me.

    In other hand the bbpress development team does not give people timely versions … and news. For now this project looks like a hobby.

    #66015
    _ck_
    Participant

    Hmm, is this the default in WordPress? define('COOKIEHASH', md5($_SERVER[HTTP_HOST]));

    does that actually appear in wp-config.php by default? Because that would override the cookiehash calculation. Make sure then you have this in your bb-config.php

    define('BB_HASH',md5($_SERVER[HTTP_HOST]));

    also, since you are trying to do “full” (complex) integration. You may want to see here for more ideas: http://www.adityanaik.com/integratepress-part-i/

    #3699
    wiseacre
    Member

    Do you plain to write bbpress?

    4 days before August 1,2008 there are 41 (59%) open tickets? What did you do last mounts?

    Some days after (!!) WordPress 2.6 release _ck_ (is he developer???) wrote “Integration does not work!!!”. Do someone knows what is RC or beta version? The great sambauers wrote “Good work”. OK, man, what are YOU doing?

    Oh, yes, I know – this is open source and free software. But SMF is working well.

    #66014
    dankelly613
    Member

    My WordPress/bbPress still does not integrate.

    RE: FIVE things must be identical in WordPress and bbPress
    configuration for cookies to be sync'ed and logins to be shared:

    1. DATABASE secret key
    2. wp-config.php/bb-config secret key
    3. cookie DOMAIN
    4. cookie PATH
    5. cookie hash

    1. I have checked the database secret_key – it matches.

    2. I have updated the SECRET_KEY in both config files – they match.

    3. 4. & 5. I have the following code in my wp-config

    define('COOKIEPATH','/');
    define('SITECOOKIEPATH', '/');
    define('COOKIEHASH', md5($_SERVER[HTTP_HOST]));

    And, my bb-config INCLUDES wp-config because of previous instructions on WP/BB integration.

    define('WP_BB', true);
    if ( !defined('DB_NAME') ) {
    require_once( 'full/path/to/wp-config.php');
    }

    NOTE: “full/path/to” was changed to the real ‘full path’

    Any thoughts?

    #66278
    kernow
    Member

    Looking good. Perhaps one day optionally link the bbpress admin into WordPress in a ‘all in one place kind of way’.

    #3696
    semag68
    Member

    Thanks for any help in advance!

    I am not experienced with php or wordpress/bbpress.

    I have my bbpress site up just fine, but its not sending out registration emails. I have checked all the easy fixes

    Inbox is empty

    Spam is empty

    tried on gmail, netscape, and hotmail.

    Waited over an hour

    I believe that the issue has to do with my hosting requiring authentication for outgoing mail. I called them and they explained that they do require this.

    I am wondering solutions I could pursue.

    Is there a way to make BBpress authenticate?

    Or

    Can someone provide a guide to getting an alternative SMTP system set up.

    Thank you all for your help!

    #66424
    chrishajer
    Participant

    This was the last discussion I heard about the topic:

    https://bbpress.org/forums/topic/new-wordpressorg-forum-theme

    #65707

    In reply to: Intergrating the theme

    793634
    Inactive

    The script from the website that you gave me…

    There is stuff in wordpress everywhere saying on the top of the thing (like the top of the page)(but it only happens in the admin control panel) saying

    bbPress database error: [Table 'c4cwp.wp__users' doesn't exist]
    SELECT * FROM wp__users WHERE ID = 3

    Thats one of the main reasons why I want to fix it…and it also changed my homepage to my blog. And when I remove the script well thats where things get extremely messy.

    #57460
    775251
    Inactive

    vilimaunula – thanks for the help. i’m going to try to digest what you’ve done – this is way more complicated that what i’ve done in the past. but i’ll check it out and will let you know how it goes!

    #3693
    795625
    Inactive

    Hi all,

    i’m looking for a template which seems like official forum of WP : http://wordpress.org/support/

    i’ve seen many template, but this seems to be th nearest that i’m looking for for my forum ( http://www.mummujoruxu.com/forum )

    If you know where i can find a similar template, or this :D

    thanks :D

    #57459
    Vili
    Participant

    deliciousbass:

    The “latest discussions” list at http://akirakurosawa.info/forums/ is compiled without the use of WordPress or bbPress loops. Instead, it makes use of two direct hand-crafted MySQL queries to the database, one to the WordPress tables and the other to the bbPress ones.

    Basically, both queries search for all the posts (or comments, in the case of WordPress) written in the past month, then put these posts into various arrays. The arrays are then sorted so that the items are in a reversed chronological order, and finally the resulting list is displayed on the page with only the latest post/comment from each thread/blogpost/page included.

    In case it is any help, here is the code that I use — I wouldn’t suggest just copy-pasting it to your site though before reading it through and knowing what you are doing. You may at least need to change the table names. I have added comments to give some idea what is done where.

    See the code here

    There most probably is a simpler way to do this, the php code could be streamlined, made more error-resistant, and it could possibly also be done with WordPress/bbPress tags, or it could be turned into a plugin, if someone has the time and the energy.

    #65706

    In reply to: Intergrating the theme

    chrishajer
    Participant

    > wordpress is at /

    > bbpress is at /bbpress

    That’s fine and will work well.

    You say you “took out the script”. What script are you talking about?

    How is your WordPress installation? Is everything OK there?

    #65705

    In reply to: Intergrating the theme

    793634
    Inactive

    OK this is how I have it set up…

    wordpress is at /

    bbpress is at /bbpress

    I don’t care if I do or do not integrate it I just don’t want to have any errors. And when I took out the script everything went blank white and displayed the error message…so I decided to put it back in but I am getting this type of error instead when I try to log in to bbpress(which I can’t ever since I tried to integrate it)

    bbPress database error: [Table 'c4cwp.wp__users' doesn't exist]
    SELECT ID FROM wp__users WHERE user_login = 'Noproblem'

    bbPress database error: [Table 'c4cwp.wp__users' doesn't exist]
    SELECT * FROM wp__users WHERE user_login = 'Noproblem'

    I am running 2.6 of wp

    and the latest for bbpress as well…

    Thanks for the help,

    Noproblem

    #66379

    In reply to: Can not upgrade to 2.6

    783349
    Inactive

    Thank you I have got my wordpress back, After 2 days of going crazy, I took noproblem’s advice I put back all my files and then used the auto upgrade. Thank you so so much, I’m so happy now.

    Thank you Chrishajer for your help and noproblem.

    Regards

    #65704

    In reply to: Intergrating the theme

    chrishajer
    Participant

    Sounds like you put all the bbPress files into the folder that had WordPress files in it? Can you confirm that?

    What version of bbPress and WordPress were you running?

Viewing 25 results - 23,476 through 23,500 (of 26,835 total)
Skip to toolbar