Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 36,276 through 36,300 (of 64,534 total)
  • Author
    Search Results
  • #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.

    #107635
    abdessamad idrissi
    Participant

    +1

    I think old bbpress should be depricated/archived in a sub forum here in bbpress.org

    #107715

    You will have to deal with that padding anyway.

    To change the avatar size, create a new theme by copying the bbpress-twentyten theme to your WordPress themes directory and changing its name in style.css and then at line 53 of the file bbpress/loop-forums.php (can be the wrong file) look for bbp_author_link function. You will see the size as 14 there, change it to a bigger size.

    #107288
    m-jay
    Member

    Maybe I need the Premium version of the plugin to do that ?

    (I installed the Free version)

    #107287
    m-jay
    Member

    I installed RELEVANSSI plugin,

    but I really do not understand what to modify to make it search within bbpress Forums …

    Can someone help with the settings ?

    Thank you

    #39381
    m-jay
    Member

    Hi

    When using Forums SUB Categories with bbpress plugin, the way all the categories are listed on the frontend is very confusing for the users … (I receive many messages saying that it is not clear) !

    and I agree it is confusing, as it appears like this :

    MAIN CATEGORIE 1

    Name of subcat 1 (no of posts/no of replys), Name of subcat 2 (no of posts/no of replys), Name of subcat 3 (no of posts/no of replys), Name of subcat 4 (no of posts/no of replys), Name of subcat 5 (no of posts/no of replys), Name of subcat 6 (no of posts/no of replys),

    MAIN CATEGORIE 2

    Name of subcat 1 (no of posts/no of replys), Name of subcat 2 (no of posts/no of replys), Name of subcat 3 (no of posts/no of replys), Name of subcat 4 (no of posts/no of replys), Name of subcat 5 (no of posts/no of replys), Name of subcat 6 (no of posts/no of replys),

    Any way of customising this ?

    Or should I use NO sub categories ?

    Thank you

    #39380
    m-jay
    Member

    Hi

    Can someone have a look here :

    http://www.mjtutoriels.com/blog/qui-dit-quoi/

    My Gravatars are all 1/4 of their expected size in the bbpress Forums …

    (But in the page footer, they all look great).

    I don’t know if it’s a problem with the theme or with bbpress plugin ?

    Thank you 4 help

    #39374
    Hard Seat Sleeper
    Participant

    I have a moderately large and active forum that is using bbPress Attachments to post images:

    http://bbpress.org/plugins/topic/bb-attachments/

    From what I read, it seems like plugins will not work with bbpress 2.0.

    I’d love to move to 2.0 when it’s ready, but I really need this plugin. Curious if there are any other hardcore bbPress Attachments users out there who are in the same boat, and how they plan on handling it.

    I may need to hire a programmer to help me migrate the functionality over. If anyone is interested, let me know.

Viewing 25 results - 36,276 through 36,300 (of 64,534 total)
Skip to toolbar