Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 55,851 through 55,875 (of 64,513 total)
  • Author
    Search Results
  • #66708

    In reply to: bbPress 1.0 alpha

    chrishajer
    Participant

    Same database or same tables within the database? Same database, sure, just use a different table prefix, like bbalpha_ or something.

    For the same tables, I would need to look at the schema changes between 0.9 and 1.0, but I *believe* there are changes, which means it would not work to use the same exact tables.

    edit: _ck_ beat me to it :-)

    #66707

    In reply to: bbPress 1.0 alpha

    _ck_
    Participant

    No, 1.0 alpha CHANGES the database upon install/upgrade that will make the database incompatible with 0.9.

    You may find yourself thinking it’s still working with 0.9 afterwards, but there will be critical updates missing, for example the topicmeta table is no longer used or updated in 1.0, even though it’s left in the db.

    #67533
    chrishajer
    Participant

    The integration won’t work with those versions, as you know.

    For the refresh thing, that’s what you posted about initially. Can you post the link to your forum?

    Does any of this help?

    https://bbpress.org/forums/topic/infinite-loops-on-posts-and-profiles

    #58815
    Daniel Juhl
    Participant

    The same for me – right now, bbPress needs a lot to be the perfect community, but by time I’m sure it’ll be the one! And the fact, that its possible to integrate it with WordPress is great.

    #58814
    scott-hack
    Member

    I have high hopes that bbPress becomes everything that everyone wants it to be. I wish I was a coder, so I could contribute!

    #66706

    In reply to: bbPress 1.0 alpha

    kannued
    Participant

    I have a few forums using .9 on a single database. Can I also install 1.0 alpha for a new forum on the same database without any problems to my forums using .9?

    #67532
    peterve
    Member

    bbPress 0.9.0.2, WP 2.6.2, running on 2008 server

    cookies may not work (due to the incompatibilities), but at least users can now log on just fine.

    thanks for the link

    Now I’m still faced with another problem : nobody can actually open a forum, post, profile or anything else,

    (e.g. http://www.mysite.com/forum/forum.php?id=1)

    then the page goes blank (browser looks like it’s trying to constantly reloading the page)

    The admin panel works fine

    This is a fresh install, integrated with WordPress, running in a separate folder (not as a subfolder of WP)

    any ideas ?

    or should I open an new post for this ?

    #67531
    chrishajer
    Participant

    What version of bbPress and WordPress did you integrate? There are cookie incompatibilities between some versions of bbPress and WordPress.

    https://bbpress.org/forums/topic/wordpress-and-bbpress-integration-101

    #67529
    peterve
    Member

    update

    I have reinstalled bbpress in a new folder, outside the wordpress blog folder structure

    the bbpress is integrated with the wordpress database, and uses the wordpress users

    I have completed the installation, and I’m getting the first forum page, with the first forum, however I cannot log in (not with admin user, not with any other user). When clicking the “log in’ button, the page reloads and asks me to log in again

    any ideas ?

    #3966
    peterve
    Member

    I have installed bbPress in a subfolder of my wordpress blog.

    Initial installation worked fine, integration seems to be ok (I can see wordpress users in my bbpress admin page etc)

    When I try to open the first forum

    http://www.mysite.com/forum/forum.php?id=1

    then the page goes blank (browser looks like it’s trying to constantly reloading the page)

    What is wrong here, how can I solve this ?

    #3970
    leoleoleo
    Member

    I installed BBcode Lite for bbPress and BBcode Buttons plugins in bbPress 1.0 Alpha. The URL button not work show the original code not URL.How to fix it? Thanks.

    #58813
    lstelie
    Member

    Hello,

    I switched from Simple:Press to BBpress.

    For a WP based site, Simple:Press is far more sophisticated and more integrated that current BBpress.

    The reason that made me switched is that Simple:Press is a one man project. The day Andy decides to get a life Simple:Press will be dumped (like was some of his previeous excellent plugins).

    On the other hand BBpress seems to get a new second life and is a promising project. I would ad that in its current stage it is very usable and works pretty well.

    Luc

    #67537
    _ck_
    Participant

    It’s always been that way. I think the tags are broken because they are imported from the plugin’s readme. It’s a customized copy of bbPress.

    #3968
    citizenkeith
    Participant

    I have subscribed to the rss feed for plugins with the _ck_ tag:

    http://bbpress.org/plugins/rss/tags/_ck_/

    But it doesn’t seem to work properly. There are plenty of plugins in this feed that don’t have the _ck_ tag.

    #58812
    leoleoleo
    Member

    WP-Forum changed to Simple: Press Forum?

    http://www.stuff.yellowswordfish.com/simplepress-forum/

    #58811
    Sam Bauers
    Participant

    It now also has some security problems including known SQL injection vulnerabilities.

    Example:

    http://www.milw0rm.org/exploits/4939

    #67536
    chrishajer
    Participant
    #3967
    jemradary
    Member

    Hello,

    I am running WordPress 2.6.0 and bbPress 0.9.0.2 and I am not able to get the cookies to work. Know matter what I do I have to login to the forum even though I am logged into wordpress.

    I have read and tried the documentation and the posts in this forum and still can’t figure it out.

    I am willing to pay for some help on this if you feel you can fix it. I will pay via Paypal.

    #63946
    _ck_
    Participant

    Note that WP 2.5 / bbPress 0.9 uses a SINGLE key

    WP 2.6 / bbPress 1.0 uses THREE different keys

    #67508
    chrishajer
    Participant

    I think you could probably do a recount in the admin panel as well:

    http://www.example.com/bbpress/bb-admin/site.php

    There’s a “Recount” tab there that might help.

    _ck_
    Participant

    If you want to also use [pre] then you have to also edit the bbcode plugin to translate that tag too.

    Hmm, this is strange, I have ‘pre’ in the allow extra tags list but it’s not being added.

    Update: argh, bbPress unsets “pre” and “br”

    Alright, if you want bbcode processed in code/backtick sections, simply comment out this line in the plugin:

    // if (preg_match_all("|<code>(.*?)</code>|sim", $text, $backticks)) {foreach ($backticks[0] as $backtick) {++$counter; $text=str_replace($backtick,"_bbcode_lite_".$counter."_",$text);}}

    It’s right under

    $counter=0;

    #66072
    flywitness
    Member

    [gives up]

    bring on the docs

    #3964
    vadi
    Member

    Hi,

    I’ve just installed bbPress, played around with it, created/deleted some posts & threads. Now that I’m done, I deleted both threads that I created (2 posts per each), however now my forum is reporting “0 topics, 4 posts” on the index page (http://forums.mudlet.org/).

    Any way to fix this?

    _ck_
    Participant

    I don’t understand what you are trying to do.

    IMHO, anything between code (or backticks) should ALWAYS be seen raw, unfiltered.

    If you need a tag similar to CODE, why not add the PRE tag to bbPress’s allowed tags. bbCode will work between PRE tags.

    #66071

    This is my installation structure

    |–mydomain.comwordpressbbpress

    I am using WP 2.5.1. and bbpress 0.9

    1) Can someone please elaborate steps 3, 4, 5? They’re very vague.

    2) What do I do about cookies if my structure is like above?

    I pasted:

    define(‘COOKIE_DOMAIN’, ”);

    define(‘COOKIEPATH’, ‘/wordpress/’);

    per the instructions listed in “settings -> WordPress Integration”

    How do I know if the cookies are working correctly?

    I have the other steps down correctly. I simply got lost at 3,4,5 and don’t know what to paste in my wp-config.php.

    Any other tips will also be helpful. Thanks.

    newb

Viewing 25 results - 55,851 through 55,875 (of 64,513 total)
Skip to toolbar