Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 58,026 through 58,050 (of 68,950 total)
  • Author
    Search Results
  • #63776
    Paul Wong-Gibbs
    Keymaster
    #63775

    In reply to: White Screen! Ugh…

    Paul Wong-Gibbs
    Keymaster

    wp_ tables are WordPress/MU’s, and wp_bp_ are BuddyPress’.

    Paul Wong-Gibbs
    Keymaster

    BuddyPress totally overrides this email. Something is not right on your install. Anything in your error log?

    #63773
    snark
    Participant

    Thanks @DJPaul. I created a new Trac ticket to request this as a future enhancement: https://trac.buddypress.org/ticket/1988

    #63762

    In reply to: moderate avatars

    Griffin Boyce
    Participant

    I’m looking to do the same things, so maybe I can be some help. :) For now, I may be putting the avatar moderation on back-burner and focusing instead on removing gravatar support. The low-tech solution is to delete the user’s avatar from the server.

    Gravatars don’t make a lot of sense on BuddyPress, since they are stretched and look blurry on the member pages. There’s a plugin that disables the gravatar for WPMU & BP: https://wordpress.org/extend/plugins/disable-user-gravatar/ Haven’t tried it with BP 1.2 yet.

    #63759

    In reply to: Warning Error Message

    David Carson
    Participant

    Did you test BuddyPress before with just the default theme and no plugins? Did you have it working with the default (bp-default) theme before you switched to your theme?

    Either way, the first thing I would do now is disable all plugins except BuddyPress.

    Next, I would switch the theme to back to the default (bp-default) within Appearance > Themes in your dashboard.

    Once you disable all plugins (except BuddyPress) and switch to the bp-default theme, you should confirm that the theme is working similarly to testbp.org.

    Assuming that everything is working and you are not seeing any error messages, switch the theme back to your custom theme before you re-activate any of the other plugins. Check to see if you are still seeing an error message.

    If you are, double-check steps 1,2,3 at https://codex.buddypress.org/how-to-guides/wordpress-to-buddypress-theme/. (1) Make sure you’ve put the theme extension pack in your custom theme. (2) Make sure you’ve added the following line to the top of the functions.php file for your custom theme:

    include( TEMPLATEPATH . '/bp/bp-functions.php' );

    (3) And make sure you’ve added the “Tags” line to your custom theme’s CSS header.

    Do you still see the error message? If so, try replacing the code you added to the top of your theme’s functions.php with the code as Andy suggested:

    include( STYLESHEETPATH . '/bp/bp-functions.php' );

    Check for the error message again.

    Once you have BuddyPress functioning using your custom theme without any error messages, then you can try activating plugins one-by-one to ensure you can identify any conflicts.

    P.S. You mentioned in #10 above that you had modified the core files by adding the functions line of code to the functions.php file. Just to make sure, the core files are in wp-content/plugins/buddypress/. You should not be modifying any files or folders within the core files. All of the customizations you need to make to adapt your custom theme should be within /wp-content/themes/your-theme/ which I believe for you is /wp-content/themes/wp-clear-basic/. So you are adding the theme extension pack within your theme’s folder at /wp-content/themes/wp-clear-basic/. And you are modifying functions.php and style.css within your custom theme’s folder only.

    #63754
    idotter
    Participant

    nope, as far as i know, but im “working” on it :-)

    #63753

    In reply to: Warning Error Message

    paragate
    Participant

    When I deactivated the Coming Soon Plugin I received more errors:

    Warning: include() [function.include]: Failed opening ‘/home/pgnew/public_html/wp-content/themes/wp-clear-basic/bp/bp-functions.php’ for inclusion (include_path=’.:/usr/local/php52/pear’) in /home/pgnew/public_html/wp-content/themes/wp-clear-basic/functions.php on line 1

    Warning: Cannot modify header information – headers already sent by (output started at /home/pgnew/public_html/wp-content/themes/wp-clear-basic/functions.php:1) in /home/pgnew/public_html/wp-content/plugins/sidebar-login/sidebar-login.php on line 314

    Warning: Cannot modify header information – headers already sent by (output started at /home/pgnew/public_html/wp-content/themes/wp-clear-basic/functions.php:1) in /home/pgnew/public_html/wp-content/plugins/forum-server/wpf.class.php on line 1465

    The ( TEMPLATEPATH . ‘/bp/bp-functions.php’ ); is in the functions.php file.

    1. Which version of WP/MU are you running? (WP 2.9.1)

    2. Did you install WP/MU as a directory or subdomain install? (N/A)

    3. If a directory install, is it in root or in a subdirectory? (N/A)

    4. Did you upgraded from a previous version of WP/MU? If so, from which version? (N/A)

    5. Was WP/MU functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. (Yes)

    6. Which version of BP are you running? (1.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? (Yes)

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

    10. Have you modified the core files in any way? (Just the functions.php file with ( TEMPLATEPATH . ‘/bp/bp-functions.php’ ); as directed)

    11. Do you have any custom functions in bp-custom.php? (No)

    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? (Forum integration was done but have not yet added bbPress)

    13. Please provide a list of any errors in your server’s log files. (Please see above)

    14. Which company provides your hosting? (SiteGround.com)

    #63752

    In reply to: Group Twitter Plugin

    peterverkooijen
    Participant

    Does this plugin work for version 1.1.3? Or are there other versions and hacks floating around that work?

    I’ll try after coffee…

    #63748
    idotter
    Participant

    i always got the error “Please fill in all of the required fields” :-(

    #63747

    In reply to: error codes with 1.2

    cotfbstone
    Member

    No, I even tested the default theme. It still has the massive error codes. But there are no really dynamic themes out there for buddypress/wordpress pages, so i figure since 1.2 is new to regular wordpress then it may just take some time. I can be patient.

    #63744

    In reply to: Warning Error Message

    David Carson
    Participant

    Double-check your theme’s functions file at /wp-content/themes/wp-clear-basic/functions.php to make sure you added

    include( TEMPLATEPATH . '/bp/bp-functions.php' ); right at the top after the opening php tag.

    If it’s there, try disabling other plugins one-by-one to see if they might be interfering. The Coming Soon plugin in particular.

    And if disabling plugins doesn’t work, try providing some more information because it will make it easier for others to help. https://buddypress.org/forums/topic/when-asking-for-support

    #63741
    armandmorin
    Participant

    Cool, I ‘m sure that’s the problem. I’ll check it out.

    Anraiki
    Member
    #63736

    Works great! Thanks for the plugin :)

    #63735
    Bowe
    Participant

    Same here.. please report your setup in the bug ticket guys:

    https://trac.buddypress.org/ticket/1985#comment:1

    #63731
    DavidJ99
    Participant

    I am having the same problem. I cannot add blogs from the admin panel though I can from /blogs/create. I tried creating blogs without BuddyPress installed and it worked so it doesn’t seem to be a WPMU problem. I tried with an earlier version of buddypress and it worked as well so it seems to be something with buddypress 1.2. It looks like the problem is that it isn’t correctly adding the blog tables to the database.

    #63730
    Scotm
    Participant

    Andy is right…I’ve tried about six or seven themes and the issues are largely tied to the ‘content’ div not matching up, although I have at least one theme that doesn’t recognize the admin bar. Very good start though!

    #63729
    Anraiki
    Member

    I can confirm that this is a Buddypress problem as I have disabled the plug-in, and created a blog with success.

    However, when the plug-in is active, the creation of blogs are thrown into an error giving the following:

    When editing:

    Warning: Invalid argument supplied for foreach() in /home/public_html/wp-admin/wpmu-blogs.php on line 149

    And when visiting:

    The blog you have requested is not installed properly. Please contact the system administrator.

    As for Angophora instruction, I am sorry but I am confused. You may need to clarify, and also if this is on a Window or Linux box. What about a solution for those who are not on a localhost?

    #63728
    zooney
    Participant

    …I just don’t see the sense in BuddyPress needing to treat usernames in a different manner than WordPress does. It smacks of a questionable design decision, that’s all.

    Regardless, I’m not getting this problem in BuddyPress 1.2 it seems…

    …although in BuddyPress 1.2 I’m getting “There was a problem posting your update, please try again.” everytime I try to do anything, but that’s a different story. =)

    #63721
    Andy Peatling
    Keymaster

    @armandmorin – it’s more than likely either the “container” or “content” div in your WordPress theme. The BuddyPress template pack uses:

    [header]

    <div id="container">
    <div id="content">
    [content]
    </div>

    <div id="sidebar">
    [sidebar]
    </div>
    </div>

    [footer]

    If your WordPress theme doesn’t match this, then there are about 6 or 7 templates (mainly members/index.php groups/index.php etc etc) that you will need to tweak this html layout in to match the one used by your theme.

    Once you have it matched, then the content should sit in the correct place and not break the layout. If you’re using a theme with this HTML layout, then you should be fine off the bat.

    #63719
    Andrea Rennick
    Participant

    That’s pretty much how to do it. You have to go thru the BP files you added to your theme and change the markup to match your WP theme.

    #63715
    corporatefin
    Participant

    Updated to Buddypress 1.2. Problem is still there.

    However, the activity shows now at least two activities, some old activities that must be from an old cache file or something. Any clues?

    Check out the Recent Site Wide posts on the right sidebar: http://bolagskartan.com/bolag-till-salu/

    #63714
    Paul Wong-Gibbs
    Keymaster

    @geoffm33 – ah yes I can instantly understand why. You can tell my test sites don’t often exceed 20 users! Sorry for this and I will get a fix out this evening.

    And the delete_blog_option – I’m actually blaming this on BuddyPress as it has missed this function from its regular WordPress compatibility files. Again fix out this evening.. thanks very much for the feedback, it is appreciated.

    #63712
    armandmorin
    Participant

    I’ve tried this on two standard WordPress themes and it breaks the CSS in the theme each time at the content section. any ideas on this?

    These are the directions I used.

    https://codex.buddypress.org/how-to-guides/wordpress-to-buddypress-theme/

Viewing 25 results - 58,026 through 58,050 (of 68,950 total)
Skip to toolbar