Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 36,251 through 36,275 (of 64,516 total)
  • Author
    Search Results
  • #67994
    peaceharbor
    Member

    Yea, I tried installing bbPress 2.0 as a plugin through WordPress. How do I merge my old bbPress with the latest version? Looking at the new ReadMe file, it wants me to upload the new version in my ‘wordpress/wp-content/plugins’ directory and not where I currently have it installed which is in the WP root directory.

    #67993
    pimarts
    Participant

    The WordPress plugin of bbPress (2.0) does this.

    #95648
    pimarts
    Participant

    There has been some talk about scaling in this topic: https://bbpress.org/forums/topic/bbpress-20-designed-for-scale

    #95659
    pimarts
    Participant

    There has been some talk about scaling in this topic: https://bbpress.org/forums/topic/bbpress-20-designed-for-scale

    #107722

    In reply to: Installation problem

    pmcdonald
    Member

    Actually after reading something else, it would probably be good for me to validate if all of the tables installed. The ones that did are:

    bb_forums

    bb_meta

    bb_terms

    bb_term_relationships

    bb_term_taxonomy

    bb_topics

    bb_usermeta

    bb_users

    Can someone tell me if these are all of the tables that should have installed to my database. I read in another forum (a bit dated) that there should be a bb_post table and wondered if that were correct for the current bbPress or are any other tables missing? Thank you.

    #107721

    In reply to: Installation problem

    pmcdonald
    Member

    Uh-oh I thought one of the strong points of bbPress was supposed to be its security. Looks like a bit of a breach here.

    #107494

    When editing a forum post or reply from the regular WP backend the revision dictates that the post should be on top in the forum flow.

    #95646
    Jan David Hanrath
    Participant

    I posted this question on the bottom of page 27, but posting at the bottom isn’t handy: out of sight, out of love… Even I forgot about it… So I’ll post my question again:

    Does the BBpress plugin scale well, to make it also interesting for our huge BBpress 1.0 forum on http://www.onemorething.nl/community?

    2M+ posts

    60K users

    160K topics

    I wonder of this could be the general future of bbpress!

    #95657
    Jan David Hanrath
    Participant

    I posted this question on the bottom of page 27, but posting at the bottom isn’t handy: out of sight, out of love… Even I forgot about it… So I’ll post my question again:

    Does the BBpress plugin scale well, to make it also interesting for our huge BBpress 1.0 forum on http://www.onemorething.nl/community?

    2M+ posts

    60K users

    160K topics

    I wonder of this could be the general future of bbpress!

    #39409
    peaceharbor
    Member

    I have installed the latest 3.2.1 version of WordPress, and it is a private site/blog that requires all users to register before they can access the site. I could desperately use the bbPress forum, but I need the same security features as my site. I’ve installed bbPress 1.0.3 to my WordPress directory, and have enabled this forum to be a Private Forum by using the ‘private forums’ plugin.

    All the integration with WP & bbPress works correctly, and the current users that have already registered with my site already have access to the forum. However, any new users need to register through my WP site, NOT the bbPress forum.

    In short, how can I redirect the registration link on the forum to that of my WP registration page?

    #66870
    peaceharbor
    Member

    Where exactly in the .htaccess file would I put this? I’ve tried it above ‘# BEGIN bbPress’, also below it…any suggestions?

    # BEGIN bbPress

    Options -MultiViews

    <IfModule mod_rewrite.c>

    RewriteEngine On

    RewriteBase /bbpress/

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

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

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

    RewriteRule ^forum/?$ /bbpress/ [R=302,L,QSA]

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

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

    RewriteRule ^topic/?$ /bbpress/ [R=302,L,QSA]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    RewriteCond %{REQUEST_FILENAME} !-f

    RewriteCond %{REQUEST_FILENAME} !-d

    RewriteRule ^.*$ /bbpress/index.php [L]

    </IfModule>

    # END bbPress

    #107706
    Qetzal
    Member

    When users use the store, they need to sign in and create an account. Is there a way of integrating the ecwid registation and the bbPress registration? I dont want them to have to register twice. If they buy something then I want them to have access to the forum and vice versa.

    Is there a way that I can do this?

    It is possible to implement using the “Single Sign-On” Ecwid API: http://kb.ecwid.com/w/page/43883623/Single%20Sign-On%20API

    #39407
    polimon
    Member

    What does this mean?

    Deprecated: Assigning the return value of new by reference is deprecated in /home/dreamtiger/ecotopian.net/skunk/bb-admin/includes/class.bb-install.php on line 1283

    Deprecated: Assigning the return value of new by reference is deprecated in /home/dreamtiger/ecotopian.net/skunk/bb-includes/functions.bb-l10n.php on line 484

    Warning: Cannot modify header information – headers already sent by (output started at /home/dreamtiger/ecotopian.net/skunk/bb-admin/includes/class.bb-install.php:1283) in /home/dreamtiger/ecotopian.net/skunk/bb-admin/includes/class.bb-install.php on line 393

    Deprecated: Assigning the return value of new by reference is deprecated in /home/dreamtiger/ecotopian.net/skunk/bb-includes/backpress/pomo/mo.php on line 171

    Warning: Cannot modify header information – headers already sent by (output started at /home/dreamtiger/ecotopian.net/skunk/bb-admin/includes/class.bb-install.php:1283) in /home/dreamtiger/ecotopian.net/skunk/bb-admin/includes/class.bb-install.php on line 393

    Warning: Cannot modify header information – headers already sent by (output started at /home/dreamtiger/ecotopian.net/skunk/bb-admin/includes/class.bb-install.php:1283) in /home/dreamtiger/ecotopian.net/skunk/bb-includes/functions.bb-core.php on line 1136

    #107712
    master5o1
    Participant

    http://ompldr.org/vOXJuaA/bbPress-Social

    That’s a pasting of what I’ve done to add tumblr share, tweet, buzz, +1, and fb like.

    Should be positioned at the top of a topic.

    #107733

    In reply to: Edit dont work?

    pimarts
    Participant

    This might solve it, I had the same (or a similar?) problem:

    https://bbpress.org/forums/topic/editing-topics-and-replies-in-bbpress-20

    #106058
    master5o1
    Participant

    folgerj: It is possible if extending WordPress’ html filtering system to allow images. In my post toolbar, I extended it to allow images for forum replies, which currently also includes blog comments.

    #106057
    folgerj
    Participant

    I was wondering… will there be a way for users of the forum to be able to post pictures down the road? Can they do it now? or do they need to know html posting codes SRC or the like to put a picture into the forum for others to enjoy…

    My forum is a fall foliage in New England http://jeff-foliage.com/fall-foliage-forum/ and I’m getting some interest in the forum but it’s very light yet. It would be nice if they could upload directly but that might be dicey… So I assume they would have to host it somewhere like Picassa and then link back to the forum…

    It would be nice though to just have the code there that they click a button to find it online or if they have the code from their site they could paste it in while it’s being hosted at their storage location…

    #107719

    In reply to: Installation problem

    pmcdonald
    Member

    Thanks. When I returned this evening the database was magically populated with the bbPress tables. Any idea why I would get that kind of error during installation, then somehow it fixes itself? I’m assume it’s fixed anyway, I haven’t yet taken it for a test run but should be OK. Very strange.

    skoblenick
    Member

    the same seems to be true with bbp_subscriptions_handler()

    skoblenick
    Member

    To replicate:

    1. Create Forum

    2. Create Topic

    3. View Topic in WordPress

    4. Click ‘Add this topic to your favorites’

    a) Clicking the [x] next to the ‘This topic is one of your favorites’ seems to redirect correctly.

    5. Click the ‘favorites’ link

    6. You are now in the ‘forums/users/[username]’; scroll down to the ‘Favorite Forum Topics’

    7. Click the “x” button to remove. I am redirected back to ‘2011/08/04/hello-world/’ for example. My expected action would to have been redirected to the /forums/users/[username] as that is where I was.

    It could be I don’t have something configure correctly but this is an out of the box installation.

    I looked at the bbp_favorites_handler() in ./bbpress/bbp-includes/bbp_user_functions.php and the fall back action for the redirect is get_permalink(). This should be something more like $_SERVER to redirect the user back to their original page.

    #106056

    Hi i am using lifestyle child theme from genesis framework..I followed all the steps to create bbp forum template. Everything is working fine except i get more than 10 warning messages like this when i click register or login button. http://www.ravidreams.in/offgrid

    Warning: Cannot modify header information – headers already sent by (output started at /home/ravidrin/public_html/offgrid/wp-content/themes/offgrid/functions.php:311) in /home/ravidrin/public_html/offgrid/wp-login.php on line 353

    also for your information i have added a login/logout script

    Shall i pm you the functions.php file..if yes plz send mr your mail id

    #39396
    Mamdouh Kaldas
    Participant

    Hello,

    I’ve installed bbPress plugin onto a site that uses the Optimize WP theme from Woothemes.

    Now, using the short-code I am able to get the forum to display in a page normally.

    http://www.carsrecoverylondon.com/forum/

    However, when I try to visit a single forum or topic I get a blank page with just header and title but no content,

    http://www.carsrecoverylondon.com/forums/forum/support-forum/

    Is that a theme problem or a plugin compatibility issue or what?

    And how can I work around it?

    Many thanks.

    #107637

    I’m glad that others see this as a beneficial suggestion.

    Having the integration with WordPress makes this forum tool very useful, and only requires a user to have one ID to make blog comments, as well as, participate in a forum.

    This could be a big step forward for WordPress to move more into the CMS market.

    However, finding information on how to integrate, customize, and expand on the core bbPress functionality seems difficult due to the lack of organization.

    It seems that this issue could be easily solved with a new forum…and at the same time showcase one of bbPress’s features.

    #107636
    citizenkeith
    Participant

    Just to expand on my “+1” post…

    I have two standalone forums that will not be upgraded to the plugin version.

    I have another forum that I plan on upgrading in the near future.

    A little organization (which bbPress does easily) will cut down on a lot of confusing support questions. And make life easier for those of us who use standalone and plugin.

    #39387
    inexpert
    Member

    I’ve been dealing with Wordperss for the last few months. I liked it and decided to use it as CMS for my web page, as you can see in:

    http://www.opes.es

    First of all, is in spanish sorry. But as you can see on tests you can search for tests and complete them. Then forum topics(bbPress plugin 2.0) topics are created linked to the question.

    Anyway, I would like to find something like a guide with the basic instructions about creating custom posts, and to rewrite the information I need to pass as parameters. Now, as you can see in the website, the test id for example is send to the web as a get parameter without been rewrited(?ID=x). Not pretty at all, and apparently not good for search engines.

    Thank you all.

Viewing 25 results - 36,251 through 36,275 (of 64,516 total)
Skip to toolbar