Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 30,826 through 30,850 (of 32,678 total)
  • Author
    Search Results
  • #49247
    Paul Wong-Gibbs
    Keymaster

    You’ve got it correct. The action from the js is taken and called with an action prefixed with “wp_ajax_”, just like above.

    Check_ajax_referer() checks that a valid nonce was passed with the request – to find out more about nonces, see here.

    gpo1
    Participant

    You should be upgrading the wordpress MU 2.8.1 !

    #49236

    There are two plugins that you’ll need to sync up the cookies; one of them is included with BuddyPress under bp-forums/bbpress-plugins/, this one gets copied into your bbPress/my-plugins/ folder. The other you will want to download from the WordPress plugins repository (wordpress.org/extend/) and install and activate in your WordPress admin.

    Once you have each plugin installed, one for each platform, configure them and follow the directions for each one, and then report back. :)

    benfremer
    Participant

    Hmmm…maybe I can still figure this out…found some more stuff to fidget with…will try that. :)

    #49232
    benfremer
    Participant

    Hi Manoj…I am trying it your way, but then I don’t see the forums option part when creating a new group once I am one, and am confused…

    At

    “8. Head back to your BuddyPress installation and sign up as a new user. Once you have

    activated the new user, make a note of the username and password given.

    9. Log back into your bbPress installation as the administrator, and head back to the admin panel (/bb-admin).

    Go to the “Users” tab and look for the new user you signed up in step 8 in the list. Hit the “Edit”

    link for that user, on the end of the row.”

    I try creating a new user but it doesn’t show in bbPress…and then I am just fidgeting with settings, using the bbpress “Key Master” in the WP admin when trying to do the forums integration…does anybody know what else needs to be fidgeted manually to make it work?

    Thanks,

    Ben

    #49231
    benfremer
    Participant

    Same problem for me…I think step #3 in the integration ReadMe may need some changing…I didn’t see a dropdown option either.

    3474163
    Inactive

    hi,

    i installed wpmu (2.8.1), buddypress (1.0.2) and bbpress (1.0.1) on xampp with subdirectories (in a subdir). everything seems to work fine, but in the wp admin > buddypress > forums setup i get the following message:

    Warning: preg_match() expects parameter 2 to be string, array given in C:\xampp\htdocs\wordpress-mu\wp-includes\comment.php on line 1270

    when i look in the file, i find this, and don’t understand anything (yea, im a noob):

    if ( isset( $response['headers']['content-type'] ) && preg_match('#(image|audio|video|model)/#is', $response['headers'][

    so, could you please help me, i tried with google and searched several boards without any success…

    thanks a lot

    loligco

    Jeff Sayre
    Participant

    Whenever a new user registers he get an email saying click this to activate.

    And when I click it it takes me to a wierd place to crop avatars

    Okay, I’m a little confused by what you are reporting:

    1. So, are you just testing a new BuddyPress installation? Why else would you be clicking on a new user’s registration.
    2. If that is the case, have you tried using two different browsers–one for each user?
    3. Have you cleared old session cookies before registering a new user?
    4. Which version of BuddyPress are you running?
    5. There should only be one confirmation email sent. It is the one with the activation link. Are you using different emails for each account? Be default, WPMU makes sure that there are no duplciate accounts.
    6. Are you using a custom themes, or the default themes?
    7. Do you have any other plugins, besides BuddyPress, installed and activated? If so, have you tried deactivating them to check if they might be causing a conflict?

    Manoj Chacko
    Participant

    Hi,

    I am having two problems,

    I have a WordPress2.7.1 + Buddypress installed

    Whenever a new user registers he get an email saying click this to activate.

    And when I click it it takes me to a wierd place to crop avatars and bottom says the my profile is activated and gives me user name and password. and that a second email will be send with the username and password.

    First issue: I cannot get my cursor out crop form so basically I can not click on anything (got to close it manually)

    Second issue: The second email is never being send.

    So i dont write it down first time i wont be able log in

    Any idea whats wrong

    Thanks

    Manoj

    #49218

    I don’t use XAMPP, but WAMP should be pretty much the same.

    Can you confirm you ever had cookies working successfully? Even before bbPress? Sounds silly to check, but lets make sure it’s working correctly without bbPress.

    Do you have the BuddyPress bbPress Integration plugin on the bbPress side? Do you have the bbPress Integration plugin on the WordPress side?

    If yes and yes, the next round of trouble shooting is to make sure you have your edits exactly like the plugins say to have them.

    Since you’re using MU 2.7.1, you need to have

    define('WP_AUTH_COOKIE_VERSION', 1);

    in your bb-config.php. This will tell bbPress how to handle your integration cookies.

    That’s about all I can recommend for now?

    #5792
    José M. Villar
    Participant

    Hi, I installed WPMU 2.7.1/BP 1.0.2 under xampp following this tutorial:

    http://maketecheasier.com/install-wordpress-mu-in-windows-localhost-with-xampp/2009/05/02

    Everything went OK (I think), then tried to integrate bbP A6 following Chris´tutorail: http://theeasybutton.com/blog/2009/04/30/integrating-buddypress-10-wpmu-and-bbpress/

    When I saw that I could not stayed logged upon moving to localhost.localdomain/wordpress-mu/forums/, I erased the define(’COOKIE_DOMAIN’, ”);

    define(’COOKIEPATH’, ‘/’); from my wp-config

    But the problem here is that I am having endless cookie problems, not only with forums integration (when moving to forums while being logged to BP, even though I enter login and password again, it does not allow me to login. I have to log out of BP and then enter login and pass at the forums) I also have cookie problems while trying to accessing wp-admin

    I am sure many of you work with localhosts configuration under Windows Vista, could I have a gentle helping hand ?

    sraquel
    Participant

    1. Which version of WPMU are you running? wpmu 2.8.1

    2. Did you install WPMU as a directory or subdomain install? directory

    3. If a directory install, is it in root or in a subdirectory? root

    4. Did you upgraded from a previous version of WPMU? If so, from which version? fresh install

    5. Was WPMU functioning properly before installing/upgrading BuddyPress? Yes, I made sure it was

    6. Which version of BuddyPress (BP) are you running? BP1.0.2.

    7. Did you upgraded from a previous version of BP? If so, from which version? No

    8. Do you have any plugins other than BuddyPress installed and activated? no

    9. Are you using the standard BuddyPress themes or customized themes? standard

    10. Have you modified the core files in any way? no

    11. Do you have any custom functions in bp-custom.php? no

    12. If running bbPress, which version? was waiting to make sure these two worked together before getting bbpress

    13. Please provide a list of any errors in your server’s log files. None

    I have set up and deleted the wpmu and buddypress combo files three times and set up a new SQL database just in case and I still can’t get the member pages to show up using the default buddypress default home page. It continues to show me the following:

    You do not have any BuddyPress themes installed.

    Please move “/wp-content/plugins/buddypress/bp-themes/” to “/wp-content/bp-themes/” and refresh this page. You can download more themes here.

    I followed all of the directions listed above and nothing seems to work.

    Also, in terms of my “manage theme” settings: I only show “default home theme”. In my buddypress general selections, it only gives me “wordpress default, wordpress custom, and mu default” I don’t see any buddypress options.

    Please note, i’ve read every post related to this issue, but I can’t figure it out still. I’m willing to provide screen shots and/or reinstall, but would like to get some help.

    Thank you.

    #49208

    In reply to: BuddyBar for bbPress

    russell-crosswy
    Participant

    Versions I’m using:

    WordPress MU 2.7.1

    BuddyPress 1.0.2

    bbPress 1.0.1

    plrk
    Participant

    (I started a new thread because the old one is marked as “Resolved”. This is not resolved.)

    I have psuedo-bbCode – really HTML tags with [ instead of < – showing up in my Activity and in my Group Forums. It only affects forum posts in the activity feeds, the other stuff is fine. The “bbPress side” of the group forums also look fine.

    I am running:

    – BuddyPress 1.0.2

    – WordPress MU 2.7.1

    – bbPress 1.0.1 (with buddypress-enable.php from BuddyPress 1.0.2)

    – PHP 5.2.9

    – libxml 2.7.3

    #49202

    Short answer: theme error is complicated. I’m writing up a Trac ticket and will put the link here later.

    Workaround: duplicate your /bp-member/* folders into /wp-content/themes/. This will populate the correct info in the drop-down box. Once this issue is fixed, you can remove the duplicates from /wp-content/themes/.

    FYI, you can also trick this with a link.

    from /wp-content/themes:

    $ ln -s ../bp-themes/THEMENAME THEMENAME

    Worked great :) When you’re done, delete the link.

    #49201
    David Lewis
    Participant

    MVC. Whatever. The bottom line for me is the user interface and easy of theming / customizing.

    Take Joomla for instance. Most clients go into convulsions when they see Joomla the first time. There are enough radios buttons and options to make the most hardcore geek nauseous. And as a designer / developer… anytime I’m forced to use Joomla I feel like smashing my head through a brick wall… repeatedly. WordPress on the other hand is a joy to user for both clients and developers. So what if it’s not 100% MVC. I don’t really care.

    But back to my Joomla rant. I did a Joomla 1.0.x project a year ago and there was no way to apply the design I’d created without modifying core files. The core was littered with thousands of lines of complex embedded html markup that was impossible to deal with via CSS alone. I spent 3 days just trying to find out where all the markup (mostly table code) was coming from. One day I spent an entire afternoon trying to track down the source of a single closing element (probably </table>). I finally found it buried deep inside a class file somewhere. Brutal. Absolutely brutal. And that admin interface. Ugh. And the plug-ins people write for it. One site I had to work on had a links plug-in installed that must have had over 100 configuration options. To make a page of links?!?! Unreal. Maybe Joomla 1.5 is better… but I’ll never know. I now turn down clients who ask for Joomla sites. I send them elsewhere. How it ever got to be so popular and considered suitable for Enterprise is beyond me.

    #49199

    In reply to: bbCode in Discussions

    plrk
    Participant

    This has somehow returned for me. I am running BuddyPress 1.0.2, WordPress MU 2.7.1, and bbPress 1.0.1. The [p]s show up in the sitewide activity for group forum posts, and in the group forums, but they don’t show up in the bbPress view of the group forums.

    I am using the buddypress-enable.php from the latest stable BuddyPress download. Is it really so that I have to upgrade the xmllib library? I do not have my own server, I am using a web host…

    #5787
    3466649
    Inactive

    Hi,

    I installed buddypress. However I had a hard time configuring the themes.

    I would expect that the Bb admin would show the themes that are installed in /wp-content/bp-themes/. However it doesn’t. It shows you the themes of WordPress. But when you select a theme is ASSUMES that you have the same theme with the same name in the /wp-content/bp-themes/ directory. If not it doesn’t use the bpmember theme. (maybe only the first time…)

    But is this a good assumption? Because it took me an hour to understand this. I would say it would be more correct that the Bpress admin shows the themes that are actually located in /wp-content/bp-themes.

    What I had to do now is rename the bpmember directory to name of the theme that i have selected in the Bpress admin. Which isn’t really userfriendly. And I only came up with this solution because I have some background in programming and also saw some other people renaming stuff.

    Thanks

    #49191
    gpo1
    Participant

    Had did Facebook start by the core of a few developers then other developers made plugins or widget … Just like wordpress only a few work on the core then others produce the plugins!

    Therefore if you want any plugin made for you, get a developer to make you one.

    #49190
    Deli Yaban
    Participant

    Buddypress rocks but I ll be waiting for wordpress+buddypress combination anyway…

    #49184
    r-a-y
    Keymaster

    Widgets are not 100% compatible in WPMU 2.8.1.

    The reason is WordPress widgets utilize a new API in 2.8+.

    A new release for BP will come soon to address this and a couple of other issues that have popped up since 2.8+.

    #49180
    jalien
    Participant

    The missing menus were probably because I didn’t to a full fresh install of buddypress. I was trying to keep a few core edits I had done and probably didn’t overwrite everything as I had thought. Seems to work now.

    #49178

    In reply to: BuddyBar for bbPress

    russell-crosswy
    Participant

    Here is my bb-config.php file, with the unique keys and such taken out:

    <?php

    // DEEP INTEGRATION AT THE VERY TOP
    if ( !defined( 'ABSPATH' ) & !defined( 'XMLRPC_REQUEST' )) {
    define( 'WP_USE_THEMES', false);
    include_once( 'http://mydomain.com/wp-blog-header.php' );
    //^ wrong way for deep integration, but this keeps the forums integrated between BuddyPress and bbPress, but breaks the BuddyBar for bbPress plugin

    //include_once( '/home/username/public_html/mydomain/wp-blog-header.php' );
    // ^correct way to do deep integration, works with BuddyBar for bbPress plugin, but breaks forums integration between BuddyPress and bbPress
    header( "HTTP/1.1 200 OK" );
    header( "Status: 200 All rosy" );
    }

    // WordPress database integration speedup
    $bb->wp_table_prefix = 'wp_';
    $bb->wordpress_mu_primary_blog_id = 1;
    $bb->user_bbdb_name = '';
    $bb->user_bbdb_user = '';
    $bb->user_bbdb_password = '';
    $bb->user_bbdb_host = '';
    $bb->user_bbdb_charset = '';
    $bb->user_bbdb_collate = '';
    $bb->custom_user_table = '';
    $bb->custom_user_meta_table = '';

    // WordPress cookie integration speedup
    $bb->wp_siteurl = 'http://mydomain.com'; // no trailing slash
    $bb->wp_home = 'http://mydomain.com'; // no trailing slash
    $bb->cookiedomain = '';
    $bb->cookiepath = '/';
    $bb->authcookie = 'wordpress_******';
    $bb->secure_auth_cookie = 'wordpress_sec_******';
    $bb->logged_in_cookie = 'wordpress_logged_in_******';
    $bb->admin_cookie_path = '/forums/bb-admin';
    $bb->core_plugins_cookie_path = '/forums/bb-plugins';
    $bb->user_plugins_cookie_path = '/forums/my-plugins';
    $bb->sitecookiepath = '';
    $bb->wp_admin_cookie_path = '/wp-admin';
    $bb->wp_plugins_cookie_path = '/wp-content/plugins';

    /**
    * The base configurations of bbPress.
    *
    * This file has the following configurations: MySQL settings, Table Prefix,
    * Secret Keys and bbPress Language. You can get the MySQL settings from your
    * web host.
    *
    * This file is used by the installer during installation.
    *
    * @package bbPress
    */

    // ** MySQL settings - You can get this info from your web host ** //
    /** The name of the database for bbPress */
    define( 'BBDB_NAME', 'database_name' );

    /** MySQL database username */
    define( 'BBDB_USER', 'username' );

    /** MySQL database password */
    define( 'BBDB_PASSWORD', 'database_password' );

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

    /** Database Charset to use in creating database tables. */
    define( 'BBDB_CHARSET', 'utf8' );

    /** The Database Collate type. Don't change this if in doubt. */
    define( 'BBDB_COLLATE', 'utf8_general_ci' );

    /**#@+
    * Authentication Unique Keys.
    *
    * Change these to different unique phrases!
    * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/bbpress/ WordPress.org secret-key service}
    *
    * @since 1.0
    */
    define( 'BB_AUTH_KEY', '******' );
    define( 'BB_SECURE_AUTH_KEY', '******' );
    define( 'BB_LOGGED_IN_KEY', '******' );
    define( 'BB_NONCE_KEY', '******' );
    define( 'BB_AUTH_SALT', '*******' );
    define( 'BB_LOGGED_IN_SALT', '*******' );
    define( 'BB_SECURE_AUTH_SALT', '********' );

    define( 'WP_AUTH_COOKIE_VERSION', 1 ); //told this is needed for WordPress MU versions before 2.8
    /**#@-*/

    define( 'COOKIEHASH', '*******' );
    define( 'COOKIE_DOMAIN', '.mydomain.com' );
    define( 'SITECOOKIEPATH', '/' );
    define( 'COOKIEPATH', '/' );

    /**
    * bbPress Database Table prefix.
    *
    * You can have multiple installations in one database if you give each a unique
    * prefix. Only numbers, letters, and underscores please!
    */
    $bb_table_prefix = 'bb_';

    /**
    * bbPress Localized Language, defaults to English.
    *
    * Change this to localize bbPress. A corresponding MO file for the chosen
    * language must be installed to a directory called "my-languages" in the root
    * directory of bbPress. For example, install de.mo to "my-languages" and set
    * BB_LANG to 'de' to enable German language support.
    */
    define( 'BB_LANG', '' );

    $bb->bb_xmlrpc_allow_user_switching = true;
    ?>

    I realize I’m not incorporating the correct method for deep integration, but this setup is what keeps the forums integrated between BuddyPress and bbPress.

    If you have any suggestions on what I should check or look into, I would appreciate it.

    Using the bb-config.php file as it is now I can login and out of BuddyPress and bbPress without issue. Cookies are shared and work as expected. The BuddyBar for bbPress plugin seems to have revealed my deep integration issues.

    Thanks for any help!

    #49175

    There are quite a few places where WPMU 2.8.1 doesn’t allow for filtering particular hooks for security reasons, some of which BuddyPress relied on using; has to do with the new _transient functions would be my guess, but I haven’t figured out exactly where to start patching.

    #49174
    jalien
    Participant

    With fresh install of 2.8.1 and bp 1.02 I could add and delete a user. And as reported I am having a problem with the member themes. It seems to work when the member theme is in the /themes folder, but not sure if this is related but I am not getting a the menu to edit the profile and avatar. Could be a problem with some mu-plugins, but at this point doesn’t seem to be. Will check more.

Viewing 25 results - 30,826 through 30,850 (of 32,678 total)
Skip to toolbar