Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 52,851 through 52,875 (of 64,431 total)
  • Author
    Search Results
  • #72291
    chrishajer
    Participant

    To make the current WordPress talk to the stable 0.9 bbPress, you need one of these two solutions:

    https://bbpress.org/plugins/topic/freshly-baked-cookies/

    https://bbpress.org/forums/topic/bayanimecom-wp26-and-bbpress-09-complete-cookie-integration

    chrishajer
    Participant

    Also, that file has come up in discussions before:

    http://www.google.com/search?q=site%3Abbpress.org%2Fforums+class.bpdb.php

    chrishajer
    Participant
    #72245
    chrishajer
    Participant

    Just remove any line you added to bb-config.php or wp-config.php that includes the other program. If you added a line to include bbPress in WordPress, or added a line to include WordPress in bbPress, in the config files, just comment them out and see if this still happens.

    reprocessor
    Member

    For starters my site runs the following WPMU 2.7, Buddypress RC-1 and BBpress 1.0 alpha 6 – if you’ve had problems with any of the following then this is worth a read …

    This is a weird one but totally worth mentioning. I just re-installed bbpress for the fifth time and found a wee error that seems to bugger everything up.

    If you’ve got everything working properly and you’re in the admin screen on bbpress ‘Settings/Wordpress Integration’ DO NOT hit the ‘Save Changes’ button at the bottom of the user integration menu.

    The reason being is that it breaks everything and you have to reinstall bbpress. I can’t remember the exact error as I did this late last night but the error occurs in ‘bb-includes/backpress/class.bpdb.php’ on line 123 and 377

    I also noticed that (once you get it back up and running) you can’t post on existing group forums but if you create new groups then everything is hunky-dory :)

    Just as well I hadn’t populated the site LOL

    It’s been a hell of a learning curve this but not a bad one by any means – I’s say I’m very proficient now at reinstalling bbpress and integrating!

    After all this rant I’m not sure if this is a problem specific to me but please let me know if you’ve suffered the same. I’ll put something on the BBpress forums too shortly.

    Cheers,

    Phil

    #72290
    sumit1988
    Member

    as you can see in many post outta there, bbpress 0.9 and wordpress 2.7 aren’t integrated well to each other without a special plugin. you have three options to get your integration working:

    1. upgrade bbpress to unstable 1.0 alpha version

    2. downgrade you wordpress to 2.5

    3. use a plugin to get your current versions working together.

    following thread should help you out

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

    #72255
    sumit1988
    Member

    did you noticed the new way of integration in bbPress 1.0 and wp 2.7.x ?

    You can use some plugins to get the stable 0.9 of bbpress working with wp 2.7.

    whatever i think this thread should help you much more:

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

    #4958
    perrymyk
    Member

    Installed new WP 2.7.1 and bbpress 0.9.0.4 just fine – I see my WP users in bbpress; I believe I integrated cookies correctly too.

    However when I log into WP as another user and click the link to bbpress the new user is NOT logged into bbpress.

    What am I missing?

    Thanks much for any help.

    #72186
    johnhiler
    Member

    I guess we can’t post a security warning on the PM plugin… I just gave it one star instead, in the hopes that a lower rating would discourage people from installing it.

    https://bbpress.org/plugins/topic/private-messages/

    #72232

    In reply to: error when logging out

    chrishajer
    Participant

    Actually, if it’s this plugin:

    https://bbpress.org/plugins/topic/simple-onlinelist/

    There are lots of people with the same issue, or there were lots of people a year ago. Looks like it always tries to use bb_ as the table prefix instead of $bbdb (i.e. $bbdb->online). Take a look at some of the replies.

    #72288
    chrishajer
    Participant

    bbPress is not a plugin for WordPress. Get it out of your WordPress plugin folder. It does not belong in /home/m4inform/public_html/wordpress/wp-content/plugins/bbpress/ it belongs here /home/m4inform/public_html/wordpress/bbpress/ as a sub-directory of WordPress.

    #62764

    In reply to: Announcement Board

    chrishajer
    Participant

    In your template files, wherever there is a call to post_form(); just change it to

    post_form('Custom Title Here'); – you can even put a space in the single quotes and not have any title at all. The “New Topic in this Forum” is part of bbPress, but you can override it in your template wherever post_form is called.

    #4957
    perrymyk
    Member

    New to WordPress and certainly am not impressed with this Plugin.

    Installed new WP v 2.7.1 and uploaded this module bbpress-0.9.0.4 and it fails with the following error message:

    Fatal error: Call to undefined function bb_get_option() in /home/m4inform/public_html/wordpress/wp-content/plugins/bbpress/bb-plugins/akismet.php on line 72

    I just can’t imagine I did something wrong but assume this plugin works.

    Appreciate any pointers.

    #72185
    _ck_
    Participant

    If rewriting a PM plugin I would try to use as much internal stuff that bbPress has as possible. For example use the same hooks actions/filters that the new post form uses (and specify post id #0), which would make it work with many plugins. And run the message through pre_text before saving and then output through post_text when displaying.

    It’s also technically possible to do the whole thing inside of one single file for easy maintenance and make it part of the profile tabs. Look at bb-reputation to see the trick to making profile tabs within a single file, it requires a “wrapper”.

    #71338

    Updating post-count-plus fixed the issue! Thanks a lot! :)

    I thought about linking to profile field but bbPress uses a template tag to retrieve all profile data and I found it not reasonable to change:

    <?php bb_profile_data(); ?>

    #72124
    Patrick Daly
    Member

    I’m having the same issue. Any other suggestions?

    My setup:

    Integrated:

    WP 2.7.1

    bbPress 1.0-alpha-6

    Using the default bb-config charset & collation:

    define(‘BBDB_CHARSET’, ‘utf8’);

    define(‘BBDB_COLLATE’, ”);

    Using the defauly wp-config charset & collation:

    define(‘DB_CHARSET’, ‘utf8’);

    define(‘DB_COLLATE’, ”);

    Using the default language file. In other words, I haven’t changed anything and it should be using the English.

    Database is:

    UTF-8 Unicode (utf8)

    utf8_unicode_ci

    #72287
    chrishajer
    Participant

    If you want to use any type of permalinks, you need to create the .htaccess file with the rewrite rules.

    https://bbpress.org/forums/topic/created-a-new-forum-but-profile-viewedit-not-working#post-24005

    #72275
    chrishajer
    Participant

    Remove the second forum link/page.

    Hardcoding the first forum link in your WordPress header.php is fine. Without any styling, that means it will just be a link to your forum page, and inside WordPress, it would NEVER need to be styled as current, because you’ll never be in WordPress when you are in your forum, right?

    How are you getting the WordPress navigation in the forum? That’s where we need to focus on getting the current class on the forum page tab. If you’re including the WordPress navigation by integrating WordPress inside bbPress, then there needs to be a little work done on getting the current class on the forum tab (since you won’t actually ever be on a page called forum for is_page('forum') or is_page('190') to work properly from WordPress.

    #4956
    batesy
    Member

    Hey guys,

    I just installed bbpress at http://www.halifamous.com/staff for writers of a new blog to discuss ideas for the site. I am able to view the main forum page, and get into the admin section. The problem is that I’m getting a blank page any time I try to click through to the test post or into the ‘Introductions’ forum section I created. I also get a blank page when I try to access my user profile.

    I haven’t touched the code. Any idea why this might be happening?

    Thanks,

    Greg

    #4954
    thindery
    Member

    I am using the StudioPress theme and I have fully integrated bbpress into the theme. I think it looks great, and all the pages seem to be working. View at http:.//mipages.net/forum/ The only problem is that the “forum” tab isn’t hilited when viewing the forum. It always does the “home” one instead.

    In my theme I hardcoded the first forum link to http://mipages.net/forum/

    The second forum link is actually to just a page I created in wordpress called “forum”. I thought I could edit the link in phpmyadmin to http://mipages.net/forum/ somehow but I couldn’t seem to figure it out. So the link for the second forum tab is actually just a page, and not the actual forum.

    So basically I just want one of those forum tabs to be hilited when viewing the forums. It doesn’t matter to me how to get it done. Any suggestions by anyone?

    below is my header code for the forum page.

    Code:
    <div id=”nav”>
    <?php function get_the_pa_ges() {
    global $wpdb;
    if ( ! $these_pages = wp_cache_get(‘these_pages’, ‘pages’) ) {
    $these_pages = $wpdb->get_results(‘select ID, post_title from ‘. $wpdb->posts .’ where post_status = “publish” and post_type = “page” order by ID’);

    }
    return $these_pages;
    }

    function list_all_pages(){

    $all_pages = get_the_pa_ges ();
    foreach ($all_pages as $thats_all){
    $the_page_id = $thats_all->ID;

    if (is_page($the_page_id)) {
    $addclass = ‘ class=”current_page”‘;
    } else {
    $addclass = ”;
    }
    $output .= ‘<li’ . $addclass . ‘>ID).'” title=”‘.$thats_all->post_title.'”><span>’.$thats_all->post_title.'</span>‘;
    }

    return $output;
    }
    ?>

      <?php

      if (is_home()) {
      $addclass = ‘ class=”current_page”‘;
      } else {
      $addclass = ”;
      }
      echo “<li” . $addclass . “><span>Home</span>“;

      if (is_page(‘190’) ) {
      $addclass = ‘ class=”current_page”‘;
      } else {
      $addclass = ”;
      }
      echo “<li” . $addclass . “><span>Forum</span>“;

      echo list_all_pages();?>

    <div class=”cleared”></div>
    </div> <!– Closes Nav –>

    I changed the code to use the function is_page() when trying to identify it as a forum because that is what it looked like I needed to use, but I’m still pretty new to wordpress functions. the “190” is the id of the entry in my wp_posts table that contains the guid of http://mipages.net/forum/ (the link itself)

    So I know it is kind of working, because it is grabbing the right url and everything, I just can’t get it to recognize that is is viewing that current page to add the class.

    Help anyone! As soon as I can get this resolved I’d like to publish the modified theme files so other users can easily implement bbpress with their studiopress theme.

    #4953
    justasc
    Member

    We are looking to work with developers that can help us develop an authentication plugin for bbPress. If you are interested, please contact me at andrew.s.chen[@]gmail.com

    –Andrew

    #67725
    feastoffools
    Member

    I’d love to see WordPress, Bbpress and Facebook Connect working beautifully in unison. Will this dream come true? Any suggestions?

    #72072

    You should be able to delete and edit from the post view, not the admin view.

    What version of bbPress?

    #4918

    1) just installed have 2 members a few topics but none of the topics are appearing in the admin area of the bbpress… so i can’t do things like delete or edit or such…

    is there a way to fix this?

    2) also what are the proper file/directory permissions for bbpress is there a map for this for best security practices?

    #72182
    _ck_
    Participant

    Technically the plugin has been abandoned by the original author.

    I don’t think the download can be disabled but Sam or Michael might be able to move it on the SVN from the trunk directory to a tag where the extend section would make a link that would fail to download so that would prevent people from blindly installing it.

    The plugin was written after bbPress .7 had just updated to .8 so there were few other plugins available for the author to model some security against. It’s design is a little dated and spread out across several files makes it hard to maintain (a similar problem that the avatar upload plugin shares).

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