Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 50,226 through 50,250 (of 64,092 total)
  • Author
    Search Results
  • maxbmx
    Member

    Hi,

    How stable bbPress is? Is it ready to hold 15k users (still growing) and 100u online in one moment?

    How much faster/slower is it he in comparison to PHPBB3, vbulletin, ipb?

    #15186
    QuickD
    Member

    Still cannot find someone that is a bbpress expert. My current web programmer cannot work out some of the plugins. The reputation plugin and avatar plugin is not working and you cannot delete posts they just appear back in bold red. So would be great of somone can help me out.

    #75549
    Elias
    Member

    I scanned my bbPress source directory with poedit and merged the changes into my local .po, which I used to localize the older versions of bbPress. Okay, there was a little work with errorneous substitutions of translated strings, but poedit is a great tool.

    http://www.poedit.net/

    #75548
    taboo
    Member

    I don’t get it — why is bbPress released with no final .pot / .po file together?

    @Goebelmasse: could you share how you did it?

    #75547
    Elias
    Member

    @Arturo: It’s just a matter of tools…

    #74572

    Trunk WPMU is not ready for production. It has some issues.

    2.7.1 is stable but requires a patch for SSL.

    Also you can get it working without the integration speed up.

    COOKIE_DOMAIN is necessary for WPMU.

    Try 2.7.1, the new BBPress v1 with the Integration Plugin V1 without SSL.

    Follow all the directions and HTTP auth will work out of the box. It’s smooth.

    (More work is required for SSL *IF* your going that route).

    #75418

    Perhaps better to just the change permissions on these files instead of deleting them.

    ##(being root do the following)

    #Standard location?

    cd /var/www/vhosts/<domain.com>/<bbpress>/

    chmod 000 bb-login.php

    chmod 000 register.php

    #75514

    In reply to: Navigation error

    taboo
    Member

    I don’t use Hidden Forums plugin. I also tried disabling all the plugins – still the same navagation issue.

    Then I disovered that if I use “none” permalink structure (/forums.php?id=1) everything works fine. If I use either “numeric” or “name based” (my preference) the problem is back.

    Really noone faces such an issue?

    my .htaccess looks like that now:

    # BEGIN bbPress

    Options -MultiViews

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /

    RewriteRule ^page/([0-9]+)/?$ /index.php?page=$1 [L,QSA]
    RewriteRule ^forum/([^/]+)/page/([0-9]+)/?$ /forum.php?id=$1&page=$2 [L,QSA]
    RewriteRule ^forum/([^/]+)/?$ /forum.php?id=$1 [L,QSA]
    RewriteRule ^forum/?$ / [R=302,L,QSA]
    RewriteRule ^topic/([^/]+)/page/([0-9]+)/?$ /topic.php?id=$1&page=$2 [L,QSA]
    RewriteRule ^topic/([^/]+)/?$ /topic.php?id=$1 [L,QSA]
    RewriteRule ^topic/?$ / [R=302,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 ^profile/([^/]+)/page/([0-9]+)/?$ /profile.php?id=$1&page=$2 [L,QSA]
    RewriteRule ^profile/([^/]+)/([^/]+)/?$ /profile.php?id=$1&tab=$2 [L,QSA]
    RewriteRule ^profile/([^/]+)/([^/]+)/page/([0-9]+)/?$ /profile.php?id=$1&tab=$2&page=$3 [L,QSA]
    RewriteRule ^profile/([^/]+)/?$ /profile.php?id=$1 [L,QSA]
    RewriteRule ^profile/?$ /profile.php [L,QSA]
    RewriteRule ^view/([^/]+)/page/([0-9]+)/?$ /view.php?view=$1&page=$2 [L,QSA]
    RewriteRule ^view/([^/]+)/?$ /view.php?view=$1 [L,QSA]
    RewriteRule ^rss/?$ /rss.php [L,QSA]
    RewriteRule ^rss/topics/?$ /rss.php?topics=1 [L,QSA]
    RewriteRule ^rss/forum/([^/]+)/?$ /rss.php?forum=$1 [L,QSA]
    RewriteRule ^rss/forum/([^/]+)/topics/?$ /rss.php?forum=$1&topics=1 [L,QSA]
    RewriteRule ^rss/topic/([^/]+)/?$ /rss.php?topic=$1 [L,QSA]
    RewriteRule ^rss/tags/([^/]+)/?$ /rss.php?tag=$1 [L,QSA]
    RewriteRule ^rss/tags/([^/]+)/topics/?$ /rss.php?tag=$1&topics=1 [L,QSA]
    RewriteRule ^rss/profile/([^/]+)/?$ /rss.php?profile=$1 [L,QSA]
    RewriteRule ^rss/view/([^/]+)/?$ /rss.php?view=$1 [L,QSA]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^.*$ /index.php [L]
    </IfModule>

    # END bbPress

    #75557
    Marcomail
    Member

    But the profile page have the navigation ? i see in wordpress you can browse all your reply and thread

    #75535
    #75393

    SSL will never work if you do this. If you look at your cookies they will never be flagged ‘secure’ and they will not be hashed with the appropriate salts.

    If you have redirects it’s because your cookies failed to auth(). Meaning they were not hashed.

    I recommend following my SSL threads, perhaps applying some patches and most importantly install that latest everything (not svn trunk).

    #75556
    michael3185
    Member

    Ah – OMG! – I know nothing about WordPress except the name. (Exit me!)

    #75555

    I think you can either create a plugin or go ahead and edit the profile.php template page. Go for it.

    #75403
    Marcomail
    Member

    is possible have the same avatar in wordpress and bbpress without gravatar ?

    #73665

    Flag this resolved plz.

    Cleaning the house for V1 issues.

    #75402

    Personalization has moved to buddypress. This is what you want. Just disable eveything you don’t.

    Try Mu 2.7.1, bbpress v1 (just released) and integration plugin v1 (just released). Do this without SSL. More importantly follow the screencast with a FRESH INSTALL + Empty DB.

    SSL is another matter and you can’t move on if you haven’t gotten plain auth working first.

    I would flag this as resolved and post again if you have a problem with the new software.

    #75165

    How about changing this to resolved? I saw you were happy with v1.0.

    #74321

    “Why logged in users can’t have cached pages? (This is what I am not able to understand)”

    Because when you log in your given headers with cache control = “no-cache”.

    We run a varnish head and cluster on top of another farm running nginx. Having said that we’ve changed our forum index to link the login page. Meaning users must navigate to that page to log-in. This allows us to cache the front page (for a short time) on varnish.

    We manually force the cache on some pages (rejecting all cookies first).

    Forum content gets updated frequently, and you don’t want to cache user logged in sessions or content that changes as speedily as forums. In this I completely agree with how automatic has done it and everyone else out there should take this model as a good base.

    If you want cache your best non-destructive option is memcached server.

    #75554
    Marcomail
    Member

    but with the user shared is it not simple query the table for comments ?

    If you catch the comments in the bbpress profile you can have a complete integration from bbpress and wordpress

    #75191

    Cash Helps…

    #75242

    Flagged as resolved, see (in order, each a diff patch):

    https://trac.bbpress.org/ticket/1136

    https://trac.mu.wordpress.org/ticket/1014

    https://bbpress.org/forums/topic/bbpress-10-released/page/3 [Do a search for “Proposed Patch for integration plugin”]

    #75553

    How about buddypress? Comments (activity) show up in the profile (which is shared amongst the sites).

    #75552

    As per me, its not easy as it sounds. You will need place in db to hold those comments like in WP. How about picking the code from WP itself? Post id can be replaced with user id and like..

    #75551
    Marcomail
    Member

    right, the comments on wordpress

Viewing 25 results - 50,226 through 50,250 (of 64,092 total)
Skip to toolbar