Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 41,551 through 41,575 (of 64,530 total)
  • Author
    Search Results
  • #94200
    wblogan
    Member

    Man, I hate to be so ignorant, but I did not know what SVN is. So I went to Docs and did not find anything helpful, then to google and found http://svn.automattic.com/bbpress/trunk/. I do not find a zip archive there so I take it that one simply chooses the file(s) one wants and does a copy/paste?

    #76453
    hpguru
    Member

    Thank you!

    #94198
    wblogan
    Member

    I downloaded from https://bbpress.org/download/, not from https://trac.bbpress.org/browser/trunk. I did not know about “trunk”. If the link at the bottom of the page to zip format is what I need then I’ve got it. Thanks. I’ll give it a try.

    #94226
    wblogan
    Member

    It looks like you have the integration and deep integration working, and that all you need is to mess around with the styles. I don’t know if this will help, but check out how I got it to work. I had the Twentyten sidebar working at one point but didn’t like it in bbPress. Also, I had the same problem with the footer and didn’t want to fix it at the time. But it can be fixed with styles I’m sure.

    edit: there appears to be a problem with my server at the moment. Replace bb_get_footer in bbPress/theme/footer.php with

    </div>

    </div>

    <?php get_sidebar(); ?><div id="primary" class="widget-area" role="complimentary">

    </div>

    <?php get_footer(); ?>

    The number of divs and placement of the call for the sidebar is what makes it work. Just play around with it until you get it to work.

    #94197
    mr_pelle
    Participant

    Did you download the archive from here or from the Download page on this site? The former is trunk, the latter 1.0.2…

    lmsook10
    Member

    Thanks for your reply. Yes, if I select year/month/title option, it goes to http://localhost/wordpress/forums/ (which is bbpress) page, which I wanted.

    However, I have another page, like about and staff.. and they do not exist like forum, so I need them to be like default?p=123

    Currently, if I click about page, it tries to go to http://localhost/wordpress/about/ and it throws Object not found! error because I do not have about page. How can I solve this problem?

    Thanks,

    #94188
    mr_pelle
    Participant
    #94147
    mr_pelle
    Participant

    Feature is available since [2471]. You need to have the trunk version of bbPress.

    #66751

    In reply to: Sitemap generator

    mr_pelle
    Participant

    Are you using this plugin?

    #94243
    mr_pelle
    Participant

    bbPress does not support it natively; I’d suggest Ajaxed Quote plugin. =)

    #76452
    Andre
    Participant

    Thanks for the update and all the work you do.

    #86177
    mr_pelle
    Participant

    Oh, Avatar Upload is compatible up to bbPress 0.8.2.1, I’d suggest Bavatars. ;)

    EDIT: I’ve found a fix for the bug, I’m going to upload a new version in minutes. Please note that you must regenerate your .htaccess file in order for it to work!

    #93842
    wblogan
    Member

    I am using the default WordPress and Kakumei themes at the moment. It seemed that bbPress was very sluggish, so I activated the default theme in order to check the load on the server and found that it was significantly less with the default theme than with the integrated theme. In my case it’s a personal call in favor of performance. This is a well known trade off about which there is plenty of information available.

    Having an integrated and non-integrated theme created no issues of which I am aware. Unless I am forgetting something the only change to the WordPress theme was the call to the bbPress style sheet in header.php. All other changes are made to the bbPress theme. So either remove, comment out, or leave the call – I don’t think it hurts performance. I commented it out so that I can do some testing. I may be wrong about something here, but it’s all working for me at the moment.

    #76451
    mikkelsen
    Member

    Thanks for the update, I really appreciate that. Keep it up :D

    #35387

    Topic: Town Forum Theme

    in forum Showcase
    Burkie
    Participant

    Will be launching a bbpress powered forum this week at http://clonmel.co – a forum for the people living in my town and the local area, will make theme freely available if people are interested in using it.

    bbpress is such a pleasure to work with.

    #35417
    yetanotherlogin
    Participant

    Hello

    One forum I often read is using BBPress (doesn’t say which version) but doesn’t provide the familiar “Quote” feature to make it easier to reply to someone with their message quoted.

    Does bbPress support this natively, or are there add-on’s to do this (in which case: Which would you recommend)?

    Thank you.

    #93841
    alexiss
    Member

    @wblogan – So are you actually running the integration on one theme now?. What issues did it create for you to have two different themes?.

    #35416

    Hello everyone,

    I followed these steps to integrate WordPress with bbPress. However, there appeared some errors that I could not fix.

    1. Since I am using the theme “Twenty Ten”, I tried to use the page template One column, no sidebar, but could not. Is there any way?
    2. The sidebar does not appear in your place.
    3. The footer in both WordPress and in bbPress, was disfigured. How can I fix it?
    4. The bbPress admin pages comes to a blank page.

    Here’s the sites: the blog, and the forum.

    Thanks for everything.

    Att;

    P.S.: Sorry for my terrible English… ;-)

    #85070
    alexiss
    Member

    Is that gallery view on a forum or on a wordpress theme?. It certainly is very beautiful. A free gallery template like that would be nice to rapidly popularize your efforts. Of course i would get a free template. Excellent work.

    #94194
    chrishajer
    Participant

    What version of bbPress are you using? The bracket problem was fixed a while ago, and right now in the default theme it all appears on one line, not multiples.

    http://chrishajer.com/bbpress/single-line-move.png

    The link colors are changed but this is otherwise Kakumei default, running r2518 trunk.

    #76450
    Rich Pedley
    Member

    15th again! ;)

    Thanks for the update, and at least that gives me chance to finish off other things before I start playing with it!

    #76449

    Quick update – Aiming for October 15 for the aforementioned super-pre-alpha. Pete Mall is waiting on me to commit a few local additions that need to be fixed up before he jumps back into the fray. Glad to have him back aboard.

    #35414
    wblogan
    Member

    The admin functions on the topic.php page (where one can delete, close, stick or move a post) takes up three lines. View source:

    <div class="admin">

    [Delete Entire Topic]

    [Close topic]

    [Stick topic (to front)]

    [<form id="topic-move" method="post" action="http://domain/bbpress/topic-move.php">

    <fieldset>

    <div>

    <input type="hidden" name="topic_id" value="5" />

    <label for="forum-id">Move to</label>

    <select name="forum_id" id="forum-id"">

    <option value="4"></option>

    <option value="1"></option>

    <option value="2"></option>

    <option value="3"></option>

    <option value="5" selected="selected"></option>

    </select>

    <input type="hidden" id="_wpnonce" name="_wpnonce" value="(number)" /><input type="submit" name="Submit" value="Move" />

    </div>

    </fieldset>

    </form>]</div>

    </div>

    The first line ends with a ”.

    I’ve examined the topics.php page, found the ‘<?php bb_topic_admin(): ?>’, and found the function in bbpress/bb-includes/functions.bb-templates.php.

    if ( !$dropdown )

    return;

    $r = $before . ‘<form id=”topic-move” method=”post” action=”‘ . bb_get_uri( ‘bb-admin/topic-move.php’, null, BB_URI_CONTEXT_FORM_ACTION + BB_URI_CONTEXT_BB_ADMIN ) . ‘”>’ . “n”;

    $r .= ‘<fieldset>’ . “n”;

    $r .= ‘<div>’ . “n”;

    $r .= ‘<input type=”hidden” name=”topic_id” value=”‘ . $topic->topic_id . ‘” />’ . “n”;

    $r .= ‘<label for=”forum-id”>’. __( ‘Move to’ ) . ‘</label>’ . “n”;

    $r .= $dropdown . “n”;

    $r .= bb_nonce_field( ‘move-topic_’ . $topic->topic_id, ‘_wpnonce’, true , false );

    $r .= ‘<input type=”submit” name=”Submit” value=”‘ . __( ‘Move’ ) . ‘” />’ . “n”;

    $r .= ‘</div>’ . “n”;

    $r .= ‘</fieldset>’ . “n”;

    $r .= ‘</form>’ . $after;

    I thought the problem might be the div after the fieldset, so I changed it to span, but that did not correct the problem. I can not read or understand the function.

    Is it possible to get the move option on the same line as the delete, close and stick options?

    #35413
    yetanotherlogin
    Participant

    Hello

    One forum I often read is using BBPress (doesn’t say which version) but doesn’t provide the familiar “Quote” feature to make it easier to reply to someone with their message quoted.

    Does bbPress support this natively, or are there add-on’s to do this (in which case: Which would you recommend)?

    Thank you.

    #33843
    kikko088
    Member

    I see that if I active nicer permalink avatar don’t appear. This is my .htaccess

    http://www.endurodoc.net/forum/

    # BEGIN bbPress

    Options -MultiViews

    <IfModule mod_rewrite.c>

    RewriteEngine On

    # /forum/ and bb_get_option( ‘path’ ) must match

    RewriteBase /forum/

    Options +FollowSymlinks

    # admin stuff, not processed

    RewriteRule ^bb-admin/.*$ – [L,QSA]

    RewriteRule ^page/([0-9]+)/?$ ?page=$1 [L,QSA]

    RewriteRule ^profile/([^/]+)/([^/]+)/page/([0-9]+)/?$ profile.php?id=$1&tab=$2&page=$3 [L,QSA]

    RewriteRule ^profile/([^/]+)/page/([0-9]+)/?$ profile.php?id=$1&page=$2 [L,QSA]

    RewriteRule ^profile/([^/]+)/([^/]+)$ profile.php?id=$1&tab=$2 [L,QSA]

    RewriteRule ^profile/([^/]+)$ profile.php?id=$1 [L,QSA]

    RewriteRule ^profile/$ profile.php [L,QSA]

    RewriteRule ^rss/forum/([^/]+)/topics/?$ rss.php?forum=$1&topics=1 [L,QSA]

    RewriteRule ^rss/forum/([^/]+)/?$ rss.php?forum=$1 [L,QSA]

    RewriteRule ^rss/profile/([^/]+)$ rss.php?profile=$1 [L,QSA]

    RewriteRule ^rss/tags/([^/]+)/topics/?$ rss.php?tag=$1&topics=1 [L,QSA]

    RewriteRule ^rss/tags/([^/]+)$ rss.php?tag=$1 [L,QSA]

    RewriteRule ^rss/topic/([^/]+)$ rss.php?topic=$1 [L,QSA]

    RewriteRule ^rss/view/([^/]+)$ rss.php?view=$1 [L,QSA]

    RewriteRule ^rss/topics/?$ rss.php?topics=1 [L,QSA]

    RewriteRule ^rss/?$ rss.php [L,QSA]

    RewriteRule ^tags/([^/]+)/page/([0-9]+)/?$ tags.php?tag=$1&page=$2 [L,QSA]

    RewriteRule ^tags/([^/]+)$ tags.php?tag=$1 [L,QSA]

    RewriteRule ^tags/?$ tags.php [L,QSA]

    RewriteRule ^view/([^/]+)/page/([0-9]+)/?$ view.php?view=$1&page=$2 [L,QSA]

    RewriteRule ^view/([^/]+)$ view.php?view=$1 [L,QSA]

    # forums

    RewriteRule ^([^/]+)/page/([0-9]+)/?$ forum.php?id=$1&page=$2 [L,QSA]

    RewriteRule ^([^/]+)/$ forum.php?id=$1 [L,QSA] # tailed ‘/’ is mandatory for forum URIs! Props: Mohta

    # topics

    RewriteRule ^([^/]+)/([^/]+)/page/([0-9]+)/?$ topic.php?id=$2&page=$3 [L,QSA]

    RewriteRule ^([^/]+)/([^/]+)$ topic.php?id=$2 [L,QSA]

    # other pages

    RewriteCond %{REQUEST_FILENAME} !-f

    RewriteCond %{REQUEST_FILENAME} !-d

    RewriteRule ^.*$ index.php [L]

    </IfModule>

    # END bbPress

Viewing 25 results - 41,551 through 41,575 (of 64,530 total)
Skip to toolbar