Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\'

Viewing 25 results - 21,551 through 21,575 (of 26,846 total)
  • Author
    Search Results
  • #72876
    chrishajer
    Participant

    1. What versions did you integrate? If you integrated 0.9.0.4 with WordPress 2.7.1 or similar, the logins won’t work. You need one of these two solutions:

    http://superann.com/2009/02/26/wordpress-26-27-bbpress-09-cookie-integration-plugin/

    https://bbpress.org/plugins/topic/freshly-baked-cookies/

    If your keymaster just lost permissions, you might be able to use this plugin to restore them.

    https://bbpress.org/plugins/topic/fix-admin-access/

    Done!

    get_post_author($result->post_id);

    Could find in:

    http://phpxref.ftwr.co.uk/bbpress/nav.html?_functions/index.html

    #5133
    alexneeds
    Member

    How do I add in a legal disclaimer to a login page, Can i still integrate logins with wordpress even though I am installing the non alpha version of the software.

    Hey guys! I can’t make $result->topic_poster_name work in my 0.9.0.4 instalation.

    Is this the right function for this version?

    // REPLIES

    $query_replies="SELECT * FROM bb_posts WHERE topic_id=$topic_id AND post_id != $first_reply_id AND post_status=0 ORDER BY post_time DESC";

    $results_replies=$wpdb->get_results($query_replies);

    $replies_text = "";

    foreach ($results_replies as $result) {

    echo $result->post_text;

    echo $result->topic_poster_name;

    }

    The post_text works perfectly, but the poster_name returns me nothing. Any idea?

    Tom Lynch
    Participant

    If like me you have been struggling endlessly to integrate the two feeling like a dumb ass because you followed the video countless times and still could not get it you may have noticed that wordpress cookies are called ‘wordpress_’ where as bbpress integration creates cookies ‘wordpress_……’ this is the issue I had and spent and age trying to resolve, if you read this article to the letter ignoring the buddypress stuff it will 100% work.

    http://umwblogs.org/wiki/index.php/Integrating_WPMu%2C_BuddyPress%2C_and_bbPress

    chrishajer
    Participant
    venustang
    Member

    I have installed the wordpress in http://example.com/

    and bbpress in http://example.com/forum

    The database is successfully integrated. wp user can use the same username and password to login bbpress. There is some weird cookies going on. Users login to wordpress but they need to login again in bbpress. However, when they logout wordpress and it will automatically logout in bbpress too. I have read some of the post so I add this to wp-config.php

    define(‘COOKIE_DOMAIN’, ”);

    define(‘COOKIEPATH’, ‘/’);

    And I also add this to bbpress bb-config.php

    $bb->path = ‘/forum/’;

    $bb->usercookie = ‘wordpressuser’;

    $bb->passcookie = ‘wordpresspass’;

    But no luck and it doesn’t work. I see someone who can see their cookies in the computer…. And I am not sure how to see if the site create a cookies for me. I am using Mac OSX 10.4. Firefox. I am not sure how to see the cookies is created in my computer or not. It would be great if someone can guide me through like a newbie…. Thank you very much for any of your help.

    #72796

    Even BuddyPress.org uses deep integration, so I think that for right now, the only way to tightly integrate the two platforms is to use deep integration.

    Maybe tomorrow there will be a universal theme directory, and underneath that will be buddypress themes, bbpress themes, and wordpress themes, with wordpress mu sub themes for users.

    There are ways that you can make a plugin for one application to mimic what the other application does, but for things like the BuddyPress buddybar, there’s no way to load that without loading the BuddyPress classes and functions, and you can’t get that info without the WordPressMU classes and functions on the ready.

    Basically different strokes for different folks.

    #5128
    gavinj77
    Member

    I’m dealing with 2 databases for my site, one for wordpress and a different one for the forum.

    I have converted my phpbb3 forum to bbPress recently, (they were both installed on the same database to enable the conversion).

    When I tried to integrate my WordPress blog with my bbPress forum it went bad. I want to backup my bbPress forum via phpmyadmin (as a sql file) and start all over with the install. I’d like to install bbPress on the same database that WordPress is on & also integrate it with WP when I install.

    Is there a way I can restore my sql file of my bbPress forum so I don’t lose anything? If so, how do I restore do the restore into bbPress? I’m unable to access the control panel of bbPress now because of the failed integration. I’m still able to log into WordPress.

    #72795

    Ipstenu made some great points, to show you the thoughts of someone with a different perspective. While you might not see his point of view, he was kind enough to lay out his view point for you.

    As much as Ipstenu and _ck_ are making generalisations, so are you. You have no proof that “the majority” want what you want. You keep using the phrase “the majority” to back up your points, and while i mostly agree with your premise, i’m not overly confident that randomly adding in your guess on how many people might possibly maybe agree with you is helpful.

    She … but that’s okay.

    And of course I’m making generalizations. You kind of have to when the samples to draw from (bbPress users) are small, and the ideas are in-progress/developing as we speak :)

    Silver-bullet means a magic cure all that does everything you (and by you I mean the individual) wants.

    Mine is different from yours and everyone elses. So yeah, I’d rather see bbPress built with the flexibility to fit everyone. And that does mean something for the folks who want full-integration. But what we have today isn’t it. And based on what’s been posted before, I suspect it won’t be unless someone makes a plugin that does it.

    As for being wrong about integration… I was incorrect, in part, but I was correct in what I meant. Didn’t say what I meant, which is soooo my bad. Can I blame being sick? Anyway, if you read https://bbpress.org/documentation/integration-with-wordpress/ it mentions functions (ie DEEP integration) as being both optional and not suggested. Which is what I meant. People ask about it, and the direction is right there. Now I will totally admit that ‘function’ doesn’t mean ‘theme integration’ and that is confusing to the newbies. So yes, the info in there makes sense, but it’s vague if you’re not really sunk into this already :)

    #72836

    Flies only live for 15 days; females for 26 if they’re lucky. We probably want people to stick around for a little longer… ;)

    Opinion: What *Press needs is some visual and code consistency to re-align everything back to the basics of what made WordPress awesome in the first place.

    Opinion: Right now all the automattic apps look and feel like totally different programs, but lets be honest… On the surface, bbPress is basically WordPress without topics being able to have multiple categories; On the surface, BuddyPress is basically the user-profile area that phpBB has had for 6 years but arranged to tap into the MU way of thinking. Under the surface the code and the methods are totally different, but the end result is pretty close to existing webware.

    Opinion: The only thing left for automattic to do is a shopping cart, which we can take a bunch of osCommerce experience from and apply to WordPress methods pretty easily if automattic ever wants to venture into the e-commerce market.

    Opinion: From a developers perspective, trying to keep up with and remember all of the WordPress, WordPressMU, BuddyPress, and bbPress classes and functions and ‘isms is getting really, really hard…

    Defense: PLEASE don’t get me wrong… It’s also exhilarating, exciting, totally 150% fun, and I wouldn’t trade it for the world, but holy crap lets sit back and look and say that there a whole meta ton of a lot going on lately…

    Matt, do you have an ulcer by now? Because I think I might... Ha! :D

    Defense: And hopefully I haven’t made myself out to be a total ass here; I hope that TalkPress helps to accelerate the .org thought process behind integrating both the user portion and the template portion of these awesome apps together in a more transparent way… Including my TalkPress.com forum into my WordPress.com blog would be pretty killer. :)

    Round Up: With BuddyPress 1.0 on the horizon, bringing the social networking abilities that people usually make plugins for WordPress and bbPress to emulate, *Press automatic applications really do stand to evolutionize the way that people use the internet in a major way…

    Summary: I for one am totally pumped to see what TalkPress looks like and works like… When a new version of *press comes out, it’s like Christmas morning to me and I download it and poke my head around the new code and find all the cool new little additions…

    Please don’t hit me for my long winded and slightly off topic response. Probably wouldn’t expect anything less from me now would you? :D

    Atsutane
    Member

    Well since bbpress and wordpress are using ezsql… you can find ezsql tutorial here.

    http://justinvincent.com/docs/ezsql/ez_sql_help.htm

    edlvg
    Member

    thanks _ck_ worked beautiful, sounds quite helpful having a tutorial though, :p

    swaymedia
    Member

    can you please just do a step by step tutorial, it is really hard to follow and i dont know which piece of code goes where.

    _ck_
    Participant

    edlvg you want something like

    echo "Posted by $result->topic_poster_name";

    I just realized I completely missed explaining how to get forum names via WordPress, I was telling people to use bbPress functions which is of course impossible from WordPress. Let me know if anyone still needs the help.

    #70340

    Perfect video, couldn’t do the integration with out it.

    Just 1 minor problem:

    – I’m using wordpress 2.6.5 (I think) with bbPress 1.0-Alpha-6. I could fully integrate the logins, but not the Admin panel.

    There’s that plugin (showed over the last minutes off the video) to make possible login at WordPress and get access to the Admin panel. Unfortunately, it sais that you need to use at least WP 2.7 for it to work.

    Well, I actually tried to install and activate it in my WP 2.6, it worked and generated me the “define(‘COOKIEPATH’, ‘/’);” code.

    But in the end, it doesnt work like expected. Probably because of the 2.7 minimum requirement.

    Is there any solution to make this work out? I just need this last step working to keep it 100% integrated.

    Best regards.

    edlvg
    Member

    Hello, so how’s the code if we’d like to add posteb by… in …

    I get the topic and forums list but’d like to show the author.

    Tried the codes at the beginning but doesnt seem to work, fatal errors :S

    thanks in advance

    ernesto

    #72852
    chrishajer
    Participant

    If you don’t have access to the bbPress admin, or you can’t see the plugins link once you’re in the admin, it’s possible you’re not the keymaster.

    @demonicrock – what version of bbPress and WordPress did you install?

    #72794
    adeboy
    Member

    @swaymedia – you make a php page in the bb template folder and put that code in, you get the topics which you can loop through as normal.

    @chrishajer – sure, the full bbpress forum is not in an iframe in a WP page, just the recent posts, although i just realised for something else that a micro bbpress forum in an iframe/widget could be very interesting

    #72793
    chrishajer
    Participant

    @adeboy – I know how to create a page with an iframe, I just wanted to see your bbPress installation inside a WordPress page, in an iframe. When it’s ready, please post the link to it. Thanks.

    #72792

    With respect Swaymedia mate, if you don’t read what people reply to you, you’ll never get the answer to the questions you’ve asked.

    ===============================================================

    _ck_: “If you don’t know what I know about bbPress it just means you are lazier than me”

    #72791
    swaymedia
    Member

    @adeboy

    where would you put the code:

    require_once('../../bb-load.php');
    $topics = get_latest_topics( );

    edit: @kevinjohn: i wont read all of that but “thumbs up”

    #72790

    Swaymedia,

    Ipstenu made some great points, to show you the thoughts of someone with a different perspective. While you might not see his point of view, he was kind enough to lay out his view point for you.

    As much as Ipstenu and _ck_ are making generalisations, so are you. You have no proof that “the majority” want what you want. You keep using the phrase “the majority” to back up your points, and while i mostly agree with your premise, i’m not overly confident that randomly adding in your guess on how many people might possibly maybe agree with you is helpful.

    “the majority” is the same as “deep integration will crush a shared server if you get a surge in visitors”, there’s not facts or figures, just someone’s massive assumption, laid out to attempt to prove a point.

    Ipstenu is wrong about integration not being mentioned on this site, it’s on the homepage (https://bbpress.org/), the about page (https://bbpress.org/about/features/) and on the documentation page (https://bbpress.org/documentation/integration-with-wordpress/) and this is what confuses people who are new to BBpress. But, every time someone mentions it, it’s shot down.

    And yes, while using an iFrame is a hack, hacks are far from uncommon in the web industry, let alone wordpress or BBpress. Making things work has always been the way websites have been built, and while i understand and support your desire for a different method, there’s very little need for the ‘OMG’ simply because you dont like the solution presented (not to mention, i think very few 13 year old girls read this website so wont be too impressed ;-] ).

    There’s loads of things wrong with BBpress, and many are trying to work to make it better. Getting up tight becuase you dont like a solution or because you want others to code a better one for you isn’t going to make BBpress a better fit for you. Take a deep breath my friend.

    Kevinjohn

    p.s. And if you were using an iFrame back in 1995 then my hats off to you, as Microsoft didn’t invent them until 2 years in later, so kudos for driving that delorian up to 88 miles an hour and going back in time to work as a microsoft dev in building IE 4.

    ===============================================================

    _ck_: “If you don’t know what I know about bbPress it just means you are lazier than me”

    #72789
    adeboy
    Member

    @chrishajer – Its not quite ready for primetime but you just make a very basic page with the bb-load.php include and then you can get the latest topics/comments and create some links. You need some simple css in the page to match your site styling for the links and target the top frame in the links

    require_once('../../bb-load.php');
    $topics = get_latest_topics( );

    Your homepage might have adverts, widgets, maps etc which will often load in an iframe, as well as images, so the latest topics appear as part of the page build up.

    One day i might get round to proper integration but until then, it works fine

    @swaymedia – grow up

    #72831
    swaymedia
    Member

    @matt – some genuine feedback to avoid Digg fan boys, taking the piss even further.:

    1)

    Once you get the BuddyPress version for non-MU WP out, would you not need Deep Integration on BBpress for that..?.. etc. BuddyPress + WordPress (non-MU) + BBPress (deep intergrated for post-alpha)… having to work around a ridiculous iFrame to show it on WP&BP is going to fan down big with the designers.

    2)

    Updating the Documentation now, will get alot more people to help. It hasn’t been since the last 8 releases.

    3)

    Look into intergration more, and synch BuddyPress with BBPress well enough for designers to do what they want with it.

    4)

    BBPress as the scripts name and TalkPress as the hosted version is the most stupidest thing i have ever heard. It’s going to show a deteriation on Automattics side.

    5)

    got plent more to moan about, but ill let someone else have a turn

Viewing 25 results - 21,551 through 21,575 (of 26,846 total)
Skip to toolbar