Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'code'

Viewing 25 results - 19,326 through 19,350 (of 32,505 total)
  • Author
    Search Results
  • #103918

    Oh that (all of the above) sounds like me from the other day! :)

    John James Jacoby: […] we’re up to 32 individual template files […]

    Man alive I didn’t think we had that many?!?!?!?!?

    John James Jacoby: […] to be as simple to understand as possible without tons of proprietary functions or complex logic to figure out. To do that, we’ve split some of the files into ‘parts’ that focus on specific functionalities. Some of this doesn’t make a whole lot of sense right now because of lack of documentation […]

    I agree with (and like) the idea to split some of the files into ‘parts’ as you put it JJJ which has already been done, and yes the documentation might not be there right now, but I don’t think that’s the main ‘problem’ here if we can call it that?

    While I don’t has access to a demo, either locally or online that’s fully up-to-date it makes it hard to comment on some of the newer stuff committed, after my PC decided it didn’t want to be a PC anymore!

    John James Jacoby: We also have an empty folder for a theme named ‘bbp-default’ which will more than likely be a full-featured theme that flexes a bit more bbPress muscle.

    In my eyes, it’ll be interesting to see how this will differ from ‘bbp-twentyten’ but I’m sure I’ll be proven wrong and all that! — But while Twenty Ten is still the default theme for WordPress, I think it’s fair to say ‘bbp-twentyten’ still has to flex the bbPress muscle too? ;)

    John James Jacoby: I think when bbPress has more eyes on the code and more developers start integrating forum files into their themes, we’ll see some really neat things start to happen.

    Yes more eyes would go down a treat, and I do believe developers will become more interested one all the basic core is complete, and they can see the best way of theming a particular area for example?

    Until then though, if we could get the Developer Chats up and running again I think it’d help a lot of people voice an opinion on certain areas, setup the equivalent of WPDEVEL but for bbPress on bbPress.org right from the start. Plus as another thought, maybe some blog posts / forum posts similar to whats done on WordPress.org for people to leave feedback and/or requests! :D

    JJJ, you know my thoughts, I’ve probably left them all over the place but who cares … you’ve got them one way or another! Another ‘key player’ who I’d say was very interested in the bbPress Plugin is Justin Tadlock, and as a Theme Man himself, (I might be wrong) but his thoughts into the whole templates for ‘bbp-twentyten’ or indeed any theme, would be very much appreciated by all?

    #overandout

    #94831
    Anonymous User 5853594
    Inactive

    Great to hear that it’s almost ready for an official status update! Will it then be possible to use the auto updater, instead of having to download the zip and uploading it via FTP?

    I’ve been running it on my site and I really like how it’s turning out. Keep up the good work. =)

    #37010

    A few people have expressed concerns about the growing number of template files included with the bbp-twentyten theme. Not counting CSS/JS/Images, we’re up to 32 individual template files to handle forums, topics, replies, loops, forms, users, and pagination. These concerns are totally valid, but mostly unavoidable.

    The goal for bbp-twentyten is for it to be as simple to understand as possible without tons of proprietary functions or complex logic to figure out. To do that, we’ve split some of the files into ‘parts’ that focus on specific functionalities. Some of this doesn’t make a whole lot of sense right now because of lack of documentation, and it uses functions that are new to WordPress as of 3.0, but I’m confident it’s the best way to go.

    When I think back to my beginning days of learning WordPress, a lot of what I did was butcher Kubrick and make my own frankentheme. I’m trying to keep that in mind here. Since the first place people naturally make changes is on the front end of their site, this theme should make that really easy to do.

    We also have an empty folder for a theme named ‘bbp-default’ which will more than likely be a full-featured theme that flexes a bit more bbPress muscle.

    I think when bbPress has more eyes on the code and more developers start integrating forum files into their themes, we’ll see some really neat things start to happen.

    #98745
    KayBeSee
    Member

    I have completed the first tutorial, but when I log in on wordpress, I am still not logged in on the forums.

    I tried the Deep Integration on the Theme Matching tutorial, but when I do so I get an error on line 15 of the bb-config file.

    My bb-press and wordpress are in the same database and the locks are on the salts, auth codes, etc.

    Any help?

    #103845
    KayBeSee
    Member

    I have completed the first tutorial, but when I log in on wordpress, I am still not logged in on the forums.

    I tried the Deep Integration on the Theme Matching tutorial, but when I do so I get an error on line 15 of the bb-config file.

    My bb-press and wordpress are in the same database and the locks are on the salts, auth codes, etc.

    Any help?

    #94829

    @John James Jacoby: WOW! Thanks :)

    #94826
    Rich Pedley
    Member

    echoes my thoughts ;)

    #94825

    My rule regarding trac vs forums, is that the forums are traditionally for support and confirmation of an issue occuring, and the trac is for when bugs appear that can be duplicated and/or you have a suggested code change. You can even drop enhancement requests in the trac if you have a really neat idea, even better if you have a patch to match it.

    Core developers live and breathe by the trac. If it isn’t in there, it doesn’t exist. It’s our diary of development, and without it our lives would be much more difficult. The trac is less social, and more developer speak. The forums tend to be a little more relaxed.

    With WordPress 3.1 almost in its third release candidate, we can expect it to ship really, really soon. That said, it makes sense to drop 3.0 support and focus on 3.1. I’ve made sure we’ve stayed compatible with 3.0 this entire time, but it’s time to focus on the version of WP that the bbPress plugin will see the most use on.

    Thanks to everyone that’s been testing on 3.0 installations. If you *really* want this to be 3.0 compatible, definitely open trac tickets and contribute patches to keep that support alive.

    #98802

    Ah looks like, syntax highlighting is messing up the code.

    Can you try adding this instead of your line?

    /* Deep integration */
    if ( !defined('ABSPATH') & !defined('XMLRPC_REQUEST')) {
    define('WP_USE_THEMES', false);
    include_once(dirname(__FILE__) . '/../wp-blog-header.php' );
    header("HTTP/1.1 200 OK");
    header("Status: 200 All rosy");
    }

    Not sure about your errors though.

    #103902

    Ah looks like, syntax highlighting is messing up the code.

    Can you try adding this instead of your line?

    /* Deep integration */
    if ( !defined('ABSPATH') & !defined('XMLRPC_REQUEST')) {
    define('WP_USE_THEMES', false);
    include_once(dirname(__FILE__) . '/../wp-blog-header.php' );
    header("HTTP/1.1 200 OK");
    header("Status: 200 All rosy");
    }

    Not sure about your errors though.

    #94819
    Rich Pedley
    Member

    I usually do, though sometimes if I’m unsure I prefer to get a bit of feedback first ;)

    #37001

    I’m trying to open up search on my bbPress install, I can search, it works properly. What I decided, for now, was to not show the Recent Results, but only the Relevant Results, the problem is that some of the Relevant Results are not displaying a proper link to the post.

    This line in /bbpress/search.php is the issue, I think, but I can’t figure out how to correct it.

    Line 12:

    Code:
    $bb_query_form->BB_Query_Form( ‘post’, array(), array( ‘per_page’ => 5, ‘post_status’ => 0, ‘topic_status’ => 0, ‘post_text’ => $q, ‘forum_id’, ‘tag’, ‘topic_author’, ‘post_author’ ), ‘bb_recent_search’ );

    Whatever I set the ‘per_page’ array to, that is the number of Relevant Results that do not work properly at the top. So since it’s set to 5, the first 5 results under Relevant Results do not work, but 6-end do.

    What can I do to correct this? Thanks,

    :)

    #94816
    Gautam Gupta
    Participant

    @Willabee

    bbp_is_forum(), bbp_is_topic(), bbp_is_reply().

    #94815
    Willabee
    Member

    Does the plugin already have some function like the is_single() function in WordPress? Would be handy for the project I’m working on atm. :)

    #74440
    scribu
    Member

    I have WP running at / and bbPress at /forum/.

    This is the configuration I’m using:

    http://gist.github.com/770180

    Note that there was an error in one of the rules Sam posted:

    rewrite ^/topic/([^/]+)/?$ /bbpress/topic.php?id=$1 last;

    should have been

    rewrite ^/topic/([^/]+)/?$ /topic.php?id=$1 last;

    #36998
    3sixty
    Member

    I’m trying to display a list of posts that are tagged with one tag but NOT another. For example, I want to display all posts tagged “FRUIT” but exclude posts tagged “Apples”.

    I tried creating a custom View, but this code does not work:

    function my_custom_views_init() {
    $args = array(
    'tag_id' => '35',
    'tag_id' => '!=72'
    );
    bb_register_view(
    'fruit-without-apples',
    'Fruit (excluding apples)',
    $args,
    false
    );
    }

    Neither does this code using bb-query directly:

    $topic_query = new BB_Query( 'topic',
    array(
    'tag_id' => '35',
    'tag_id' => '!=72'
    )
    );
    $results = $topic_query->results;

    foreach($results as $result) {
    echo $result->topic_title . '';
    }

    Any ideas?

    #94813
    Rich Pedley
    Member

    bleh, the one time I didn’t.

    brain bug then ;)

    #94812
    Gautam Gupta
    Participant

    @Rich Pedley

    Try reactivating the plugin.

    @Ryan Gannon

    Ok, figured that out. bbp_has_topics() doesn’t return the query. You’d have to use bbPress functions like bbp_topics(), bbp_get_topic_title() etc.

    escort
    Member

    Nice work ashfame, thanks :-)

    #91307

    bbPress ones were posted on the blog once. Easy way of reference would do :)

    #98740

    no you are doing it wrong. recheck with caution.

    dbname, user, pass – same

    but in bbPress they are defined like BB_ i.e. with a prefix

    check again and you should be fine

    #103840

    no you are doing it wrong. recheck with caution.

    dbname, user, pass – same

    but in bbPress they are defined like BB_ i.e. with a prefix

    check again and you should be fine

    #91305

    Also please note of posting chatlogs somewhere, in a readable formatting ofcourse ;)

    #98764

    By code – yes

    any easy way – no

Viewing 25 results - 19,326 through 19,350 (of 32,505 total)
Skip to toolbar