Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 50,201 through 50,225 (of 64,428 total)
  • Author
    Search Results
  • #76094
    deadlyhifi
    Participant
    #76146

    What part isn’t working? Just not at all, you can’t log in with the same ID on both, or is it the logging in on one logs you out on the other? There are a few similarish errors, but they’re debugged differently.

    As always, re-copy/paste the KEYs and SALTs from WPMU to BB, flush your cache and cookies, and try again. Even if you’re sure they’re right, it doesn’t hurt :)

    Also:define( 'WP_AUTH_COOKIE_VERSION', 1 ); should be in your bb-config, not wp-config.

    #49971

    In reply to: En español

    Jose Conti
    Participant

    Hola

    Aquí encontrareis la traducción al castellano de bbPress 1.01 http://www.buddypress-es.com

    Un saludo

    #76118
    birdy404
    Member

    i downloaded the plugins ADSENSE FOR BBPRESS and GOOGLE ADSENSE CONFIGURATION. The former gives an option to insert codes but when i put in my OpenX code nothing shows up. The latter, however, displays my OpenX ads, only problem is it shows up in the footer when i want it in the header and between posts. i tried inserting the html codes directly in my themes but it shows as html codes and not as an ad. am i doing something wrong? please let me know.

    Also, can any of you please help me configure it to not only show up in the footer? here’s the coding for that plugin:

    <?php

    /*

    Plugin Name: Simple Google Adsense

    Plugin URI: http://www.strapontins.org/people/rentendre/simple-google-adsense-bbpress/

    Description: Add Google Adsense code in your bbPress forum, in the footer :) All users are welcome to improve on it :p

    Author: Frédéric Petit

    Author URI: http://www.strapontins.org/

    Version: 0.2

    License: CC-GNU-GPL http://creativecommons.org/licenses/GPL/2.0/

    */

    add_action(‘bb_admin_menu_generator’, ‘bb_gad_configuration_page_add’);

    add_action(‘bb_admin-header.php’, ‘bb_gad_configuration_page_process’);

    function bb_gad_configuration_page_add() {

    bb_admin_add_submenu(__(‘Google Adsense Configuration’), ‘use_keys’, ‘bb_gad_configurtion_page’);

    }

    function bb_gad_configurtion_page(){?>

    <h2><?php _e(‘Google Adsense Configuration’); ?></h2>

    <form class=”options” method=”post” action=””>

    <fieldset>

    <label for=”ga_key”>

    <?php _e(‘Google Adsense User Id:’) ?>

    </label>

    <div>

    <textarea class=”text” name=”ga_key” id=”ga_key” value=”<?php bb_form_option(‘ga_key’); ?>” ></textarea>

    <?php _e(‘Put your adsense code, without the code of the script pagead2.googlesyndication.com/pagead/show_ads.js’); ?>

    </div>

    </fieldset>

    <fieldset>

    <?php bb_nonce_field( ‘ga-configuration’ ); ?>

    <input type=”hidden” name=”action” id=”action” value=”update-ga-configuration” />

    <div class=”spacer”>

    <input type=”submit” name=”submit” id=”submit” value=”<?php _e(‘Update Configuration »’) ?>” />

    </div>

    </fieldset>

    </form>

    <?php

    }

    function bb_gad_configuration_page_process() {

    if ($_POST == ‘update-ga-configuration’) {

    bb_check_admin_referer(‘ga-configuration’);

    if ($_POST) {

    $value = stripslashes_deep( trim( $_POST ) );

    if ($value) {

    bb_update_option(‘ga_key’, $value);

    } else {

    bb_delete_option(‘ga_key’ );

    }

    } else {

    bb_delete_option(‘ga_key’);

    }

    $goback = add_query_arg(‘ga-updated’, ‘true’, wp_get_referer());

    bb_safe_redirect($goback);

    }

    if ($_GET) {

    bb_admin_notice( __(‘Configuration saved.’) );

    }

    }

    // Bail here if no key is set

    if (!bb_get_option( ‘ga_key’ ))

    return;

    function createGAdCode($accountId) {

    $code .= ‘<div class=’bbpress_adsense’>’ . “n”;

    $code .= ‘ ‘ . $accountId . ‘ ‘ . “n”;

    $code .= ‘<script type=’text/javascript’ src=’http://pagead2.googlesyndication.com/pagead/show_ads.js’></script>&#8217; . “n”;

    $code .= ‘</div>’ . “n”;

    return $code;

    }

    function insertGAdCode() {

    $accountId = bb_get_option(‘ga_key’);

    if ($accountId != ”) {

    echo createGAdCode($accountId);

    }

    }

    add_action(‘bb_foot’, ‘insertGAdCode’);

    ?>

    #69739
    michele83
    Member

    I have this problem on the second step:

    SQL ERROR [ mysqli ]

    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 ‘uso, critiche e suggerimenti’, ‘Aiutaci a migliorare la community!’, ‘142’, ’11” at line 1 [1064]

    SQL

    INSERT INTO bb_forums (forum_id , forum_name, forum_desc, forum_parent, forum_order, topics, posts) VALUES (‘2’, ‘istruzioni per l’uso, critiche e suggerimenti’, ‘Aiutaci a migliorare la community!’, ‘142’, ’11’, ’47’, ‘1129’)

    BACKTRACE

    FILE: includes/db/mysqli.php

    LINE: 163

    CALL: dbal->sql_error()

    FILE: phpbb3tobbpress.php

    LINE: 201

    CALL: dbal_mysqli->sql_query()

    #69738
    MrPresident
    Member

    Just done this myself on a live phpBB3 forum, worked like a dream, no issues. Thanks very much! =)

    #76136

    In reply to: Step two questions

    kipperman
    Member

    FFS!

    I deleated all the bbpress files and uploaded them again to start over.

    I get past the step one database details but on step two it says:

    Oh dear!

    bbPress is already installed. >>>NO IT ISN’T – I DELEATED IT<<<

    Perhaps you meant to run the upgrade script instead?

    I’ve no idea now – any suggestions please. Stuck!

    #72444
    _ck_
    Participant

    ashfame, if you want, you can try my update to support WP 2.8.1 with bbPress 0.9

    https://bbpress.org/plugins/topic/freshly-baked-cookies/page/2/#post-3961

    #15325
    deanes02
    Member

    Its just not working! Please help.

    define( 'BB_AUTH_SALT', '' );
    define( 'BB_LOGGED_IN_SALT', '' );
    define( 'BB_SECURE_AUTH_SALT', '' );
    define('BB_NONCE_KEY', '');

    matches it wp-config equivalent (with values obviously).

    Used the bbPress Integration plugin to get new values for the wp-config file and entered them

    /*** bbPress integration ***/
    define( 'COOKIEHASH', '998c6cb0a1fda1b22e40b1a75220d390' );
    define( 'COOKIE_DOMAIN', '.www.MYSITE.com' );
    define( 'SITECOOKIEPATH', '/' );
    define( 'COOKIEPATH', '/' );
    define( 'WP_AUTH_COOKIE_VERSION', 1 );

    I have checked through all the settings in bbPress WordPress Integration settings (in bbPress) and they all look correct.

    XML-RPC is enabled.

    I have seen that oterh people seem to be able to get this working. I have followed a few of these guides, but still can’t get it to work.

    Would be great if you have any ideas! Thanks!

    #75469
    _ck_
    Participant

    Can someone test this new version of Freshly Baked Cookies with bbPress 0.9 + WP 2.8.1 and let me know if it works and cookie sync is maintained?

    http://bbshowcase.org/plugins/freshly-baked-cookies.zip

    Don’t forget to copy over your settings at the top of the plugin and remember to set the AUTH_COOKIE_VERSION to 2 for WP 2.8

    I have a hard time believing it’s that simple to fix for WP 2.8 vs 2.7 but here’s hoping.

    #15324
    kipperman
    Member

    I am setting up bbpress with WPMU intergration.

    A couple of things are not so clear.

    1. In cookie settings under WordPress “logged in” cookie salt it asks for a setting of “logged_in_salt” and gives a URL to my admin options to get it – onlt it isn’t on that page at all which is confusing. It says If you leave this blank the installer will try to fetch the value based on your WordPress database integration settings – which I can only hope it will.

    2. Then in Show advanced database settings I came across something I had not know or considered. Can I give the forum the same database as my WP and enter the same settings in the set up? I have set up another DB for bbpress but it would seem to make sense to share the membership. Is it too late to change the DB here if so?

    #72443

    All done by now. Just wanted to share the upgrading instructions I wrote yesterday : http://blog.ashfame.com/2009/07/upgrade-existing-integrated-installations-of-wordpress-bbpress/

    #76114

    In reply to: Integration

    Follow my tutorial http://blog.ashfame.com/2009/07/integrate-bbpress-10-with-wordpress-28/

    and it should be fine. If not then let me know.

    #76113

    In reply to: Integration

    I have the same problem. I have integrated them and i can use wordpress users to login, but if i logon to wordpress i’m not loged into bbpress :-(

    Wp –> 2.8

    bbpress –> 1.0.1

    #76134
    deanes02
    Member

    Great thanks. I think I’ll go ahead with the upgrade and post my experience here to help others.

    Thanks again!

    #76112

    In reply to: Integration

    chrishajer
    Participant

    What versions of bbPress and WordPress did you install?

    #76099
    chrishajer
    Participant

    You can make a directory called my-plugins (and might as well make my-templates at the same time) and then upload them with your FTP program. Some FTP programs will allow you to create a new directory on the remote host by right clicking, as well. If you have shell access to the host, you can make directories there as well (but I suspect you don’t based on your questions.) And, 1.0 comes with those directories by default now.

    In any case, glad you got it sorted. These instructions are for anyone else who might need help.

    #75833
    _ck_
    Participant

    I sure hope you have really good backups because you are just begging to have your entire database corrupted by forcing my plugins to work with 1.0

    see this part:

    Beginning upgrade…
    Tags copied to taxonomy tables: bb_upgrade_1080
    Display names populated: bb_upgrade_1090
    Index forum_stickies dropped: bb_upgrade_1100
    >>> Done

    That’s where bbPress is trashing all your current data by copying over the old data from your 0.9 tables, like the topicmeta and old tag tables, back into bb_meta.

    #76133
    gogoplata
    Member

    I’m running 1.0.2 BuddyPress with WPMU 2.8.1 and bbPress 1.0.1 without issues but if you’re having problems setting up shared logins see this ticket (https://trac.bbpress.org/ticket/1136). That issue had me stuck for hours but leaving the blogid for WPMU blank in bbPress fixed my problems instantly, so hopefully that’ll help you get everything setup.

    #76132

    deanes02, check out https://buddypress.org/forums – Lots of people have successfully integrated WPMU, BuddyPress and bbPress since 1.0.1. Just watch out for WPMU 2.8.1 and it’s weirdness.

    #15323
    deanes02
    Member

    Hi, I have been waiting for this release of bbPress so that I can get forums working in BuddyPress. I am delighted to see it released. Can someone please tell me if this version of bbPress will get forums working in BuddyPress?

    Also, I was having trouble with password sharing between WPMU and bbPress. Does the cookie integration now work in bbPress v1.0.1?

    Thanks!

    #15322
    #15320

    Topic: Integration

    in forum Troubleshooting
    anthony-t
    Member

    I have done all the steps provided to integrate WP and bbPress, but when I login to WP, I am logged out of bbPress and vice-versa. Why is this happening?

    #76098
    birdy404
    Member

    Got it! thanks guys!!!

    #76097
    birdy404
    Member

    Thanks a lot guys.

    @ Chris…i know how to add new forums etc. what i’m trying to figure out is how to add a new directory to the plugins to enable ads. i’ve downloaded a plugin and the read me file says:

    “Unpack the zip to your /my-plugins/ directory”. WHERE IS THAT?

    “Copy and paste this: <?php bbad_ad_block(); ?> as the first line of post.php (before <div class="threadauthor">) in whichever theme you are using. I.e. yoursite.com/forums/bb-templates/kakumei/post.php.”

    i’m confused. please help.

    thanks.

Viewing 25 results - 50,201 through 50,225 (of 64,428 total)
Skip to toolbar