Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'code'

Viewing 25 results - 25,651 through 25,675 (of 32,481 total)
  • Author
    Search Results
  • #72048
    _ck_
    Participant

    You keep quoting other people and their nonsense lists.

    Those are commercial programmers with commercial projects.

    bbPress is free and makes no money for the people who make it available.

    (Joel isn’t even a programmer according to Wikipedia, but was a manager on Excel for Microsoft, so he couldn’t be more opposite in thinking to open-source web based code development – he blogs about concepts to sell his company’s commercial, closed-source software so what he says is motivated by profit)

    Let’s say bbPress 1.0 final was available tomorrow.

    But half the plugins won’t work with it, so are you going to fix them?

    Let’s say Sam gives into your pressure and releases bbPress 1.0 beta early – but because of the rush there are bugs or security issues – are you going to fix them? Are you going to adjust the plugins for bbPress 1.1 because of rushed release on bbPress 1.0 ? I’m not.

    I can give you my timeline as far as plugins – January 2010 is my estimated completion date for plugin compatibility with bbPress 1.0 – this is not an exaggeration. Hopefully this will satisfy your quest for deadlines on free, non-commercial programs and let you plan accordingly.

    So if you aren’t using any plugins, I guess you’ll be all set for the next alpha and beta releases, nag away.

    #72047
    frooyo
    Member

    @ _ck_

    How is this a pointless question?

    Simply saying that bbPress 1.0 will be finished “when it’s ready”, is an absolute lack of leadership.

    And using Trac’s Roadmap functionality but not updating it to be current, since it states bbPress is 6 months behind, indicates also a lack of commitment by the development team to push this project forward.

    Also, don’t you find it interesting that you have had to make the comment before numerous times and say “people, please stop asking for a release date”.

    https://bbpress.org/forums/topic/eta-of-bbpress-10#post-21764

    I’m not even asking for a specific date, just a better understanding of the roadmap. If people are constantly asking you the same question over and over again, isn’t that a signal to you that people are: concerned with the current development state and/or unclear as to what the roadmap current entails.

    Unfortunately, not everyone here is a developer. So simply stating “why don’t you help code” is not an option always. The best many of us can do is simply use the ALPHA version and report bugs if we see any … which we do.

    P.S.

    Also, one thing good about roadmaps is that it holds people accountable. Having a roadmap in Trac that, as you have stated before is “meaningless”

    https://bbpress.org/forums/topic/yet-another-10-timeline-roadmap-question#post-22122

    is a complete embarrassment to this development project. I hate saying that, truly, because I greatly enjoy bbPress.

    But if you cannot even update a simply Roadmap, now 6 months out dated, indicates to me that bbPress 1.0 is vaporware … regardless of how many Trac ticket check-ins you have in any given week.

    I’m not alone on this, Joel Spolsky include keeping Roadmaps up-to-date on his 12 steps for better coding

    http://www.joelonsoftware.com/articles/fog0000000043.html

    #64646

    Also don’t forget to copy over the code from the .htaccess file that bbPress semi tries to generate for you. Simply changing the setting in the drop down box isn’t enough.

    #4913
    frooyo
    Member

    Curious to know how many more ALPHA builds to expect before the builds move into BETA.

    We are currently on build 6, I see a soon to be released ALPHA v7 is in the pipe.

    Not trying to hold the bbPress team to a specific # of releases or anything, just curious if we have just a few more ALPHA’s or like a dozen more before BETA begins :)

    For what it’s worth, I have been using ALPHA v6 since release without any problems.

    #4912
    matthijs
    Member

    I have wp and bbpress succesfully integrated. Now in my bbpress forum I’d like to display the wordpress pages. Basicly I want to replicate wp_list_pages() from wp. I know there’s a way to include wp in total inside bbpress. but that has a performance penalty and I’m also afraid it might cause bugs in the future.

    So I’d prefer a simple query. What I have thus far:

    global $bbdb;
    $query = "SELECT wp_posts.*
    FROM wp_posts
    WHERE wp_posts.post_status = 'publish'
    AND wp_posts.post_type = 'page'
    ORDER BY wp_posts.post_date DESC ";
    $results=$bbdb->get_results($query);
    foreach($results as $result) {
    echo '<li><a href="' . $result->guid . '">' . $result->post_name . '</a></li>';
    }

    But I need a query which replicates wp_list_pages() closer. Where can I find that function in wordpress? Or how could I improve my query so that I get the subpages as well, for example?

    #71545

    You can change the post.php template page to make the avatar link to the profile.

    I have it so the name links there and it works fine.

    <a href="/forums/profile/<?php post_author_id(); ?>"><?php post_author(); ?></a>

    As for the URL not updating, this is fixed in the Trunk build, but I don’t think it’s made it to the alpha yet. See https://trac.bbpress.org/changeset/1930

    #69482

    In reply to: del Sol Owners Club

    Yeah some of my users haven’t updated their profiles, and BuddyPress doesn’t recognize them until either they do, or I force the info (which I will probably do.)

    @TeddyC, it took me installing WordPressMU 4 times before I followed the instructions correctly, and I’d recommend not doing it on Valentines weekend so your girlfriend doesn’t hate you for a few days, but otherwise I think it went as smoothly as it could considering I migrated 200 users from WordPress.org/bbPress over to MU. There’s a few places where I had to trial and error my way through the multi-blog switchover and the URL re-writing still isn’t perfect (categories and postnames are broken?) and I had to manually dump the DB and replace all the directory references for all of the uploaded media.

    Otherwise the rest was just tweaking and tinkering. Lots of it. :)

    I’ve got the forums FULLY integrated now with BuddyPress, so single account access, cookies, and users are able to post to group forums from within the group itself, and vice versa. It’s a neat little bridge and I rather like that it’s all playing nice. Hopefully upgrading to 1.0 or new alpha’s doesn’t TOTALLY break everything too badly, although I anticipate that it probably will. Yay! :D

    I am going to be using BuddyPress to do a small social networking site for a non profit, that is going to be incorporating some school related content, so I will let you know how that goes and be sure to stay in touch as it progresses. I’ll link back to it here if we decide to incorporate bbPress.

    #64409
    deadlyhifi
    Participant
    $forum_one_topics = $bbdb->get_results("SELECT * FROM $bbdb->topics WHERE forum_id = $forum_id AND topic_status = 0 AND topic_sticky = 0 ORDER BY topic_id DESC LIMIT $limit OFFSET $offset");

    updated to leave out sticky posts from the second loop (added AND topic_sticky = 0 to query).

    If you leave out ‘$forum_id = 1;’ it will work on multiple forums.

    I’ve done this so that my front page summary shows latest active posts, but my specific forum pages list by topic order.

    #72021

    In reply to: WordPress 2.7 options

    Alvaro Degives-Mas
    Participant

    richcon: mah plezure. ;-)

    chrishajer stated:

    I still can’t figure out why people want integrated logins, why they have users that both post to a blog and post in a forum.

    I’ll give you a real-life example. When WordPress is not used as a blog, but as a CMS, and its support for registered members serves to allow restricted reading access (so, not even posting!) to certain pages / posts (or portions thereof), those members need to log in, so as to be able to read those parts that are off-limits to guests. Now, let’s imagine such a blog-turned-CMS has a forum as well. And that said members were put through the hassle of logging in again on exactly the same site – just to be able to access a forum, where they “really” participate and exchange posts. No explanation on technicalities like “cookie synchronization” could undo their irritation, and frankly, I’ve joined their chorus. If only because the customer is king.

    So, allow me to invert the perspective here: why on Earth would anyone even want to justify a klutzy non-unified login system that doesn’t recognize users who logged in on one part to access another of the same site, that is driven by software that, ordinarily, ought to be considered siblings?

    Don’t get me wrong – I very well understand and accept the premise of technical difficulty. I have no problem in assessing it as merely the way it is, and patiently awaiting (and appreciating) the effort underway to address this issue. But I see no merit whatsoever in attempts to belittle the annoyance and inconvenience to users – remember: they make the site worthwhile – by way of questioning the validity of expecting a unified login. Human logic and behavior isn’t necessarily always linear in its expression, but it is what one has to deal with, in order to lead a practical and profitable (as in: rewarding) life.

    And this inconvenient thing called real life is what made me, in the end, opt for a non-bbPress forum solution for a professional association: because I’m totally, utterly, radically done with dealing with complaints from non-technically oriented member users about “not being able to access” the site that they in essence (through membership of the association) paid for.

    Is this a majority scenario? No, of course not. But it is very real. Hopefully now you understand why there’s interest in a unified login system, shared among WordPress and bbPress.

    (Added afterwards: if you’re looking for the forum, you won’t see it until you logged in – it appears in the navigation menu only after you logged in as a member. And for the really curious: I opted for the SPF route to solve the login issue, while still remaining in the WP family.)

    #72011
    chrishajer
    Participant

    Looks fine in Firefox 3 or IE7 on Windows XP.

    Does it happen with the stock theme?

    Does your HTML validate?

    http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.watchandtrain.com%2Fdogforums%2F

    My guess is that it’s improperly marked up code causing it to do that to you. For example, you are using an unordered list <ul> in the sidebar, but you’re not using any list items <li>. That will surely cause problems. I’d fix the invalid markup before trying to fix this specific layout issue.

    #72020

    In reply to: WordPress 2.7 options

    richcon
    Member

    @_ck_: That’s one opinion on 2.7, but I actually like it. I really upgraded for security reasons (getting hacked will do that to you), but then I grew to really like the interface.

    @nv1962: That’s the first time someone quoted me using the word “thusly” :)

    @chrishajer: We want integration so people can use the same login to post comments to news stories and post in the forum. Maintaining two separate logins for the same site is asking too much of the casual visitor. I had the integration 100% seamless; nobody would have any clue that they’re looking at different pieces of software.

    #4907
    jmilli
    Member

    I added a search box to header.php using this code:

    <?php search_form( $q ); ?>

    However, the search button shows up all the way on the right side of the page and below the input box. Does anyone have any suggestions?

    Here is my (work-in-progress not live) forums site where you can see the problem.

    http://www.watchandtrain.com/dogforums/

    Thanks so much,

    Jeff

    #71544
    PJ Brunet
    Participant

    @chrishajer thanks I’ll check that out.

    But, I’d like to fix this problem because the URL of the “member” is very important to me. Should I start reading “https://plugins-dev.bbpress.org/&#8221; or? I’d like to help work on the code but I have no experience contributing to open source.

    As it is now, the URL is not saved, it’s not even in the list on the profile page.

    I’m guessing that’s the responsibility of the “bb_get_current_user_info( ‘id’ );” function?

    I personally think clicking the member’s pic should take you to their profile, that would be more intuitive IMO. I wouldn’t expect to click the text “Member” to see a profile, and that makes even less sense if I give the member some custom name under his/her picture. Let’s say a member works for XYZ Inc. Now I want to show “XYZ Inc.” under his/her profile picture, a pretty typical use of the member’s custom title. To me it would make more sense to link “XYZ Inc.” to XYZ.com using the member’s URL. But the way you have it now, clicking “XYZ Inc.” takes you to his/her profile page, which doesn’t make sense to me.

    #72019

    In reply to: WordPress 2.7 options

    Now, all this aside: I still can’t figure out why people want integrated logins, why they have users that both post to a blog and post in a forum. But, I don’t ask why.

    On the blog, I (and my editors) post news stories of interest to the community. On the forum, everyone posts whatever. I use the same ID to moderate them all.

    I suppose eventually I’ll end up with BuddyPress for some level of community, but right now people who want to chat with friends about like subjects hit the forums, people who want to comment on the news. It fits :) I agree this doesn’t fit every site, but y’know, that’s the beauty of the intartubes.

    I can’t understand the benefit of cross posting the same blog post into the forum, personally :) I kind of see why people want to, but I’m not convinced it’ll work.

    #72014

    In reply to: WordPress 2.7 options

    johnhiler
    Member

    AFAIK, nobody’s worked out the WordPress 2.7/bbPress 0.9.x cookie/signin integration yet. If it comes, I’m betting it will take the form of a user-generated plugin… I don’t get the feeling that it’s on the official roadmap.

    I agree that point upgrades to address compatibility would be nice! But I’m pretty sure that bbPress isn’t enough of a priority within Automattic yet to get the resources to make that happen. It sounds like that may happen within the next year tho.

    As for the current state of things: I don’t think bbPress 1.0 is stable yet and more importantly, a good number the most popular 0.9 plugins aren’t yet fully compatible with 1.0. But that may change in a few months! In the meantime, I am hoping that bbPress 0.9 cookie/signin compatibility with the latest WordPress versions becomes possible with a plugin. :-)

    #72013

    In reply to: WordPress 2.7 options

    chrishajer
    Participant

    > Has anyone worked out the details in running WordPress 2.7

    > with the current stable release of bbPress 0.9.x?

    Not that I’m aware of. There was a reply describing someone going through the WordPress code to see what needed to change. I can’t find that reply right now.

    #4908
    richcon
    Member

    I’m setting up a new web site, which is running WordPress 2.7. (Older versions aren’t an option because keeping them up-to-date with security releases is much harder.) The site’s going to need a forum, and I would like to use bbPress if I can.

    Has anyone worked out the details in running WordPress 2.7 with the current stable release of bbPress 0.9.x? I know that seamless integration won’t be ready until 1.0 is ready, and if the developers say don’t use it yet, I won’t use it. :)

    But if I do try to go with the current bbPress, what are the gotchas? Is there any integration possible at all, or do I have to wall them off as completely separate products with separate logins? If my client wants integration now, do I have no choice but go with something else like SMF?

    There is one additional concern I have, though:

    I had integrated bbPress 0.9 with a WordPress 2.5 site about a year ago, and loved how well they fit together — you guys really did an awesome job. Then 2.6 came out, and the incredible delay in bb’s WordPress integration seriously burned us. The web site got hacked twice due to 2.5.x security flaws that seem to be fixed in 2.7, and in the end we finally had to bite the bullet, delete the forum (it wasn’t getting that much use anyway), and upgrade WordPress. While the purist in me would love to work with bbPress again once 1.0 is available, I can’t shake this suspicion that when some future version of WordPress comes out, those of us who are using bbPress would get burned again because the developers are simply more interested in an ambitious future release that’s more than a year out. While 1.0 looks like an incredible release, a point upgrade to address compatibility would have been a really, really nice thing.

    (Sorry if this sounds like a rant — I just would really like to trust this product again!)

    Thanks,

    Richard

    #4902
    meinwalter
    Member

    Hi guys,

    i want to have the same theme from WordPress in my bbpress forum. Therefore i add require_once('../wp-blog-header.php'); in my bb-config.php . Then i can load the bbpress forum but it have the old kakumei theme. What should i do ? Delete the last three lines from bb-config :

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

    But then the forum doesnt knoe the bbpress functions. Can somebody please help me?

    Thank you in advance.

    #4899
    OthelloBloke
    Member

    Hello

    I use Eblah SQL Beta 4 for a few forums and so far it hasn’t let me down over ANY of the major forum packages out there.

    But I want a php forum for various reasons. Has anyone written a converter? Or is anyone willing to look at writing one?

    You’d have a very greatful bloke right here if so. :)

    #71989
    Trace
    Participant

    Thanks for your help Chris! I’ve gone through that tag with a fine toothed comb… :)

    Anyone interested in taking a quick paid job sorting out this cookie integration issue, please ping me at tracedef @ gmail … Thanks!

    #4901
    Trace
    Participant

    I’ve spent two days trying to integrate BBPress Alpha 6 cookies with WPMU 2.7…… I’m not really wanting to do day three, is it against the rules to ask for paid help here? If not, I would love to give my money to be able to move on and actually get some work done! If it is against the rules… I’m sorry… couldn’t find anything regarding this and am kind of desperate :)

    #71984

    In reply to: SatNightSpecials.com

    PJ Brunet
    Participant

    A little background info:

    Good friend of mine is touring around France. Between the two of us, we know a ton of musicians/artists all over the USA and Europe, should be a fun forum :-)

    #4900

    Topic: SatNightSpecials.com

    in forum Showcase
    PJ Brunet
    Participant

    In it for the long haul with bbPress:

    http://www.satnightspecials.com/

    Hook me up with some link love please :-)

    Installed the alpha last night, hacked the theme all day today, my friends don’t even know it’s live yet.

    #71980
    PJ Brunet
    Participant

    Honestly, I looked at the advanced options, if the “localhost” setting was there I brain-farted (after 3am) or didn’t make the connection in my head. But if you’re saying it’s there, that’s obviously the more poetic solution ;-)

    Not sure I can do anything about the NFS. I’m pleased with WP performance on MT. Looking at my GPU usage (their internal metric) I’m pretty sure I can pull off a million pageviews/month on the basic (gs) “grid service” account. With a typical shared hosting account, you’ll probably get kicked to the curb at 10k pageviews/day.

    #71978
    chrishajer
    Participant

    Why didn’t you set a host name when installing? It’s on the same page as the database name, username and password, it’s just not shown by default. I think it’s a link that says something like “show advanced database settings.” I wouldn’t modify the core at all to connect to the database.

    The error comes from not having a host name and the software trying to connect to localhost via port 3306, but that’s not where your database lives, it’s on a machine called internal-db.s41093.gridserver.com.

Viewing 25 results - 25,651 through 25,675 (of 32,481 total)
Skip to toolbar