Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 57,851 through 57,875 (of 64,055 total)
  • Author
    Search Results
  • #63448
    chrishajer
    Participant

    Wonder why it doesn’t error out here with either quote? Can someone please provide the full text of a post entry that causes this problem, BEFORE it’s inserted, so it can be tested on other platforms?

    #63342
    Sam Bauers
    Participant

    @ _ck_

    I’ve added information about the new conventions for storing active plugins and the active theme to the notes.

    #2988

    Topic: User Groups!

    in forum Troubleshooting
    Craig
    Member

    Hello,

    I am running a gaming community’s web site. Currently I just have bbPress forums up there while I build up the rest of the site’s content. What I needed is Private Forums!

    I know there is a plugin for Private Forums. However, it just restricts based on the three default groups (Members, Moderators and Admins) … this does not do me any good since I need to give access only to the members of the actual group, not just the forum. Is there anything out there to help me?

    #63447
    mettled
    Member

    Ok, here’s what seems to have fixed the problem for me and maybe for you too, Guru06. Using the normal quotation mark – ‘ – caused the error. When I used the apostrophe version – ’ – there was no error. On a Mac that symbol is shift+option+]. I have no idea why it needs to be that way.

    #63446
    mettled
    Member

    I just got the same error message on my forum as well. Obviously I was entering different copy, but everything else was the same. I’ve posted on my forum before without any problem. I haven’t changed anything that I can recall, so this was totally unexpected. I’m not a coder so any help would be great. My bbPress is version 0.8.3.1.

    horrorshow
    Member

    nolageek,

    In WPMU, did you put the bbpress-integration.php in the “mu-plugins” directory or the “plugins” directory?

    I want only the site admin to be able to activate the “bbpress Integration” plugin, but it shows up for all users giving them an option to activate the plugin. That’s not good.

    On the bbPress side, I found that the wordpress-integration is not necessary (I’ve asked about this, but no replies so far), and display name plugin requires some code changes to the BBPress code for it to work properly. It causes permission problems, and I had to dig around the forum where it shows you which code to change.. In retrospect, it probably wasn’t worth the trouble. (Gurus, please correct me if I am wrong, as I am new to BBpress)

    If you want me to look for that thread again, let me know.

    To get single sign-on working properly, you need to make code changes on the bbPress side to bb_cookie() and bb_logout() in pluggable.php along with the config changes I mentioned (which you’ve done already).

    function bb_cookie( $name, $value, $expires = 0 ) {
    if ( bb_get_option( 'cookiedomain' ) ){
    setcookie( $name, $value, $expires, bb_get_option( 'cookiepath' ), bb_get_option( 'cookiedomain' ) );
    }else{
    setcookie( $name, $value, $expires, bb_get_option( 'cookiepath' ) );
    }
    }

    function bb_login($login, $password) {
    if ( $user = bb_check_login( $login, $password ) ) {
    bb_cookie( bb_get_option( 'usercookie' ), $user->user_login );
    bb_cookie( bb_get_option( 'passcookie' ), md5( $user->user_pass ) );
    do_action('bb_user_login', (int) $user->ID );
    }
    return $user;
    }

    I hope this helps, and please let me know how it works out.

    #63341
    da3rx
    Member

    I am really looking forward to the new release. Keep up the good work!

    #63340
    _ck_
    Participant

    There are also changes to the way theme names and paths are stored (ie. core#, user#) though I suspect this won’t affect many plugin developers. I’ve already patched my plugins to deal with that.

    Nola1974
    Participant

    I’m not able to get this working in WPMU/bbpress:

    Using newest versions of both (fresh install 3 days ago)

    Site: http://geekdc.com

    bbpress: http://geekdc.com/forum

    bbpress config.php :

    $bb->wp_table_prefix = 'wp_';  // WordPress table prefix.  Example: 'wp_';
    $bb->wp_home = 'http://geekdc.com'; // WordPress - Options->General: Blog address (URL) // Example: 'http://example.com'
    $bb->wp_siteurl = 'http://geekdc.com'; // WordPress - Options->General: WordPress address (URL) // Example: 'http://example.com'

    //if ( isset( $bb->wp_table_prefix ) ){
    $bb->usercookie = ‘wordpressuser’;
    $bb->passcookie = ‘wordpresspass’;
    $bb->cookiepath = '/';
    $bb->cookiedomain = '.geekdc.com';
    $bb->path='/forum/';
    //}
    /* Stop editing */

    Stock WPMU wp-config.php

    Using the following plugins on WPMU:

    bbpress-integration.php

    https://downloads.wordpress.org/plugin/bbpress-integration.0.74.zip

    Using the following plugins on bbpress:

    wordpress-integration

    https://bbpress.org/plugins/topic/wordpress-integration/

    display name

    https://bbpress.org/plugins/topic/display-name/

    Is there anything else I need to do?

    When I first log in to WPMU I get the following cookies:

    geekdc.com wordpress_test_cookie (content:’ WP+Cookie+check’)

    geekdc.com wordpressuser (content username)

    geekdc.com wordpresspass (content: hash)

    I go to the forum, and I’m not logged in.

    I log into bbpress and I get two more cookies, exactly the same execept for the expiration dates. The WPMU expires at the end of session. The wordpress expires in one week. I do not get another wordpress_test_cookie.

    #63445
    chrishajer
    Participant

    What version bbPress are you using? Looks like mismatched quotes are causing a problem inserting this post into your database. I inserted that text into a post on my installation and it is inserted fine. Of course, I might be missing some of what you tried to insert before it erred out.

    This is what I posted:

    Internet. I've taken to not answering my phone lately, and I like it. And Eh@ the laptop-- it's nice to have, but I don't need it. The internet tho, is a lifeline How would you get on the internet without your laptop?

    Was there something before “Internet”? Can you post a link to a plain text file that contains the whole text of the post? Maybe some characters in there are causing this problem.

    #2987
    guru06
    Member

    bbPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘ve taken to not answering my phone lately, and I like it. And Eh@ the laptop– i’ at line 4]

    INSERT INTO bb_posts (forum_id, topic_id, poster_id, post_text, post_time, poster_ip, post_status, post_position) VALUES (‘2’, ‘220’, ‘1’, ‘

    Internet. I’ve taken to not answering my phone lately, and I like it. And Eh@ the laptop– it’s nice to have, but I don’t need it.

    The internet tho, is a lifeline

    How would you get on the internet without your laptop?

    ‘,’2008-03-06 18:11:55’, ‘69.219.156.202’, ‘0’, 5)

    Warning: Cannot modify header information – headers already sent by (output started at /home/*****/public_html/*****/bb-includes/db.php:86) in /home/*****/public_html/*****/bb-includes/pluggable.php on line 164

    #63436
    chrishajer
    Participant

    Yes, you need a feed reader. IE7 has one built in, Firefox does too, and you can add RSS feeds to a Google personalized homepage (which is what I took a screenshot of.)

    Autodiscovery works fine for your site. Here’s your latest posts feed: http://www.hooligans-gaming.net/forums/rss.php

    Google Reader is a feed reader as well. Try viewing your feed there.

    http://www.google.com/reader/view/

    Really, I can’t find any place it’s NOT working:

    Google Reader

    http://www.chrishajer.com/bbpress/Hooligans-Google-Reader.png

    Firefox 2

    http://www.chrishajer.com/bbpress/Hooligans-Firefox.png

    IE7

    http://www.chrishajer.com/bbpress/Hooligans-IE7.png

    #63443

    In reply to: Akismet installation

    chrishajer
    Participant

    There is no plugin for Akismet – it’s already included with bbPress. All you need to do is add your Akismet key to your config.php to use it That’s all.

    I think this will be changing in the future, but for current releases, it’s built in.

    #63434
    chrishajer
    Participant

    Works fine for me with Firefox and my Google homepage. See this after I added your feed:

    http://www.chrishajer.com/bbpress/iGoogle.png

    No problem at all. Where are you trying to view this feed?

    icesar
    Member

    Hi, I’m having an issue on my forum: http://argentinastravel.com/forums/

    Basically, when I post a formatted link like ‘link here‘ it gets wiped out and instead bbpress saves ‘link here‘ What could be going on?

    Thanks!

    Craig
    Member

    Thanks!

    #63292
    howtogeek
    Member

    That latest discussions plugin is for wordpress… I’ve been talking about the latest discussions view in bbpress that is part of the My Views plugin.

    #63291
    itissue
    Member

    Thanks. Would you need to have WordPress in order to use the Latest Discussions plugin? You have WordPress and bbPress integrated together, and the plugin’s page said that the plugin will generates Latest Discussion list from your bbpress forum into your WordPress. I’m not using WordPress on my forum.

    #2984
    Sam Bauers
    Participant
    #63339
    Sam Bauers
    Participant
    #63289
    itissue
    Member

    Oh. I didn’t know there was a Latest Discussions plugin. But it seems to work only up to .8 and I have version .83. I tried the latest version of My Views, but it didn’t include a Latest Discussions file. What bbPress version do you use?

    I think my avatars are an okay size. Thanks for joining my forum by the way.

    #2983
    hostpanic
    Member

    http://www.plus64.net – slowly going through and editing the templates as well as the css.

    So tell me what you think of it atm anyway – or while progress is being made.

    howtogeek
    Member

    For my site, I’m using the bbpress login as the site-wide login… so when I put a login link on the wordpress side of the site the user would be redirected to the forum every time after login… kinda annoying.

    With this new knowledge I should be able to fix it so they are redirected back, even to a non-bbpress page.

    #2982
    Sam Bauers
    Participant

    Just letting you know the next release will now be version 0.9 instead of 0.8.4

    The sticky announcement has been updated to reflect this.

    http://bbpress.org/forums/topic/bbpress-084-release-date

    #63338
    Sam Bauers
    Participant

    @ SteveAgl

    Potentially there are strings still going into the release now. We will be sure to release a .pot file soon after the release is available.

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