Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 43,076 through 43,100 (of 64,520 total)
  • Author
    Search Results
  • #90360
    lissovski
    Member

    I had searched for a ticket or post but couldn’t find anything. However, saw some posts about problems with deep integration with WordPress and, separately, Permalinks.

    #90359
    Gautam Gupta
    Participant

    This has been fixed in the trunk version.

    lissovski
    Member

    Clicking RSS links within the body of a page (ie, “RSS feed for this topic”, etc.) results in the following error on Google Chrome (5.0.375.86 beta):

    This page contains the following errors:

    error on line 10 at column 44: Entity ‘raquo’ not defined

    Below is a rendering of the page up to the first error.

    photogoodness forums » Topic: Test http://forums.photogoodness.com/topic/test

    This is not happening with Firefox. Also, everything is fine if you were to manually copy the link and add it as a subscription to Google Reader.

    I have verified that this is happening regardless of the Permalinks scheme. I have not done any integration with WordPress for this instance of bbPress, although I am running WordPress on a separate subdomain on the same host.

    BTW, similar thing is happening with the version of bbPress currently up at bbpress.org/forums, ie it blows up in Chrome / fine in Firefox, although it’s a different error.

    #90161
    chengdu-living
    Participant

    I can’t wait until email subscriptions arrive!! This will be awesome.

    #89697
    wallaroo
    Participant

    Quote: If you’re using BuddyPress, you’re not talking to the people behind the bbPress you’re using. the bbpress that works with BuddyPress is a different beast, and for some reason they decided not to rename it, so we get the support questions and bad rep – constantly!

    You know this is the first time that’s actually been explained (that I could find anyway).

    I paid for an install of wpmu / buddypress / bbpress from the guys over at premium wpmu – and had some trouble understanding why there were 2 installs of bbpress. I guess this explains it (unless I’m still missing something) – so thanks so much.

    #90160
    Gautam Gupta
    Participant

    More updates

    bbPress 1.0.3 milestone now only has 1 ticket left, which depends on this BackPress ticket), while 1.1 milestone has 2 tickets left (both need patches). There’s also another BackPress ticket that needs to be fixed (has patch).

    Also, there would be no tag administration in 1.1.

    And just for a note, matt also committed a patch about 11 hours back – [2450]

    #87845
    chrishajer
    Participant

    I don’t think Matt knows that we are changing the version manually. It would be nice to have that updated automatically, but I don’t have enough access to make that happen with subversion, so I just change it manually.

    #90348
    chrishajer
    Participant

    What versions of the software are you running?

    That looks like a WordPress error – did you integrate WordPress and bbPress and if so, how did you do it?

    What were you doing when you first got that error?

    What changes have you made recently?

    #34598
    mmurasko
    Member

    I was working in bbpress forum and believed i logged off, but now I get this error:

    Fatal error: Call to undefined function is_multisite() in /home/marlamu1/public_html/wp-includes/wp-db.php on line 576

    and now can’t get to my admin panel

    #87844
    mr_pelle
    Participant

    Look who’s back! (changeset committer) Just a flash, though… (and he forgot to update trunk version ;-P)

    mimitam
    Member

    Does anyone know how to link bbPress to a JustHost web page using SiteBuilder?

    I’ve done that for WP Blog but not bbPress.

    Any help will be appreciated.

    Many Thanks…

    #90335

    In reply to: what als to do ??

    folindo
    Member

    // ** MySQL settings – You can get this info from your web host ** //

    /** The name of the database for bbPress */

    define( ‘BBDB_NAME’, ‘aaadsfgdfgdfgdfgdgd_vb’ );

    /** MySQL database username */

    define( ‘BBDB_USER’, ‘aasdfsdfsdfsdfd_222’ );

    /** MySQL database password */

    define( ‘BBDB_PASSWORD’, ’12sdfsdfsdfsdf123′ );

    /** MySQL hostname */

    define( ‘BBDB_HOST’, ‘aaad.201mb.com’ );

    /** Database Charset to use in creating database tables. */

    define( ‘BBDB_CHARSET’, ‘1212312312312_vb’ );

    /** The Database Collate type. Don’t change this if in doubt. */

    define( ‘BBDB_COLLATE’, ” );


    this is it I did the same way as it shown upove change it sometimes

    I left the database collate type as it was and change it

    with all the change I made I couldn’t get through :)

    thank aloooooooooot for your help

    #90066
    chrishajer
    Participant
    chrishajer
    Participant
    #90313
    chrishajer
    Participant
    #90334

    In reply to: what als to do ??

    chrishajer
    Participant

    If you open up bb-config.php in your bbpress directory, you can edit it manually and add the database host setting.

    /** MySQL hostname */
    define( 'BBDB_HOST', 'localhost' );

    Change localhost there to whatever host your hosting company told you to use for the database. You should be able to continue installation from there. You might need to restart the installation.

    #88895

    Sweet as refueled, how long do you think it will be available? I’m hoping it’s going to be free? :D

    #90240

    Hey, I’m new too, and i’m about to give it a crack. I’ve used phpBB before, but this looks nice and simple. Wish me luck!

    #87843
    _ck_
    Participant

    Reminder to whomever is doing the subtle fixes I am seeing, the backtick/code tag is still broken here.

    example:

    testing code, fixed? <?php if (2>1) {echo "testing";} ?>

    you should not see &gt/&lt/&quot or multiple ;;; in the above example.

    In fact even outside of backticks there is still a htmlentity encoding problem

    _ck_
    Participant

    The directory is above site root by default but you can put it anywhere if you don’t care about security. The way WP does it is completely insecure on shared servers. Any chmod 777 folder under the webroot is a beautiful target for evil hackers.

    A small percentage of people still seem to have problems with the install routine that is supposed to run upon activation and create the table. I had to use a workaround because of a bug with 0.8 and IIs users but that may break it for other people, especially with 1.0

    you can try replacing the bb_register_activation_hook line with the conventional line that might finally be working correctly under 1.x

    bb_register_plugin_activation_hook(__FILE__, 'bb_attachments_install');

    Keep in mind I have not updated bb-attachment in over a year due to a lack of donations, so feel free to write your own. Keep in mind whatever you write will not be compatible/necessary with the eventual version of bbpress that runs as a WP plugin.

    #90332

    In reply to: what als to do ??

    chrishajer
    Participant

    http://aaad.201mb.com/bbpress/

    The details for connecting to your database are wrong. What details do you have from the host for connecting the the database?

    Username

    Password

    Database name

    Database host

    those four?

    Did you enter the database host when you were installing? The field to enter the host is not visible until you check the “show advanced settings” box in step 2 when you are installing.

    #34354
    jondtw
    Member

    Hi,

    I’m new to bbpress, but managed to download everything so that the custom bbpress themes work on my site (everything-judo.info). I’ve renamed the bbpress root folder to ‘judo-forum’ and created a my-templates folder within that. It was here that I upload a theme found on the internet.

    I’ve checked all the permissions and they seem fine, but I’m still not seeing the custom theme on my admin section.

    Any ideas on what I might be doing wrong?

    Cheers,

    Jon

    #69818

    I’m clueless about attatchements from anything to bbPress sadly; but that bbCode plugin works a treat :)

    #69817
    Andrea.Dintino
    Participant

    Kevin: like this one -> https://bbpress.org/plugins/topic/bbcode-lite/faq/

    are you aware of a way to handle the attachments?

    Numediaweb: thanks a lot for your effort, much appreciated! :-)

    I’ve been fighting with phpbb for a few days now, it’s leaking everywhere now and I can’t wait to get rid of it :-|

    Thanks everybody!

    A.

    ..but, thanx for _ck_ an Gautam for their efforts in this plugin and their help making the bbpress community wider!

Viewing 25 results - 43,076 through 43,100 (of 64,520 total)
Skip to toolbar