Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 60,226 through 60,250 (of 68,948 total)
  • Author
    Search Results
  • #58208
    Brajesh Singh
    Participant

    from which version of buddypress you are trying to upgrade ? if 1.0.x ,then you need to update your theme. btw nothing is overwritten(at least the themes) unless you do it manually.

    #58206
    Seobrien
    Participant

    Great thread, if I could add, I’d really like to see the themes section of buddypress built out (https://buddypress.org/extend/themes/). I appreciate and agree that it is hardly a priority but have there really only been 2 themes created in the past year??

    #58204

    WordPress scales just fine. Is it perfectly and sveltely built for all applications? No.

    http://ma.tt/2006/03/wordpress-and-lyceum/ is a good read about this from a few years back. :)

    BuddyPress doesn’t really suffer any of these as advantages or disadvantages, since it currently sits on top of an MU installation; it just kinda “is.”

    #58203
    Andrea Rennick
    Participant

    The user blogs are handled by MU though, not buddypress. :) It’s easy enough to strip out what you don’t need from a copy of the theme, or as suggested above, use a child theme for the blogs area.

    Also, you need to either move the folders to the default theme folder, so it gets correctly applied, or use a plugin to control this (I like new blog defaults).

    #58202
    Andrea Rennick
    Participant

    I’m working on something.

    It’s a little more involved with just moving stuff over.

    #58201

    In reply to: a template question

    grosbouff
    Participant

    (PS : the problem will be the same with the loaded CSS and JS files. You should really add something to the buddypress core to make this easier).

    Here’s how I did to load CSS & JS from the plugin directory (default) if there’s no files for the plugin into the current theme :

    define ( ‘BP_QUICKPRESS_PLUGIN_NAME’, ‘buddypress-quickpress’ );

    define ( ‘BP_QUICKPRESS_PLUGIN_URL’, WP_PLUGIN_URL . ‘/’ . BP_QUICKPRESS_PLUGIN_NAME );

    wp_enqueue_script( ‘bp-quickpress-expandable-tree-js’, apply_filters(‘bp_quickpress_locate_js’,’_inc/js/expandableTree.js’),array(‘jquery’), ‘1.0’ );

    wp_enqueue_style( ‘bp-quickpress-screen’, apply_filters(‘bp_quickpress_locate_css’,’style.css’) );

    function bp_quickpress_load_template_files($file) {

    $theme_path = STYLESHEETPATH . ‘/quickpress’;

    $theme_url = get_stylesheet_directory_uri() . ‘/quickpress’;

    if ( file_exists( $theme_path.’/’.$file ) ) {

    return $theme_url.’/’.$file;

    }else {

    return BP_QUICKPRESS_PLUGIN_URL.’/theme/quickpress/’.$file;

    }

    }

    add_filter(‘bp_quickpress_locate_js’,’bp_quickpress_load_template_files’);

    add_filter(‘bp_quickpress_locate_css’,’bp_quickpress_load_template_files’);

    #58200
    Jean-Pierre Michaud
    Participant

    the buddypress files have to be uploaded in the wp-content/plugins directory, not the root.

    #58198
    Brajesh Singh
    Participant

    a far as I see, your problem is the “BP_PLUGIN_DIR” is not getting used correctly.It is output in error log as literal ,which should not happen.

    Please delete the old buddypress, use FTP and upload a fresh copy of buddypress to wp-content/plugins

    Try activating and see if this error occurs again

    #58197
    blakicemg
    Participant

    Buddypress should work in both subdomain and subdirectory setups, at least when I first looked at it it did. But thats something to look into.

    #58193
    blakicemg
    Participant

    1. Which version of WPMU are you running?

    2.8.4

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

    Subdomain

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

    n/a

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

    2.8.3

    5. Was WPMU functioning properly before installing/upgrading BuddyPress?

    Yes

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

    1.1.3

    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?

    Customised

    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? Or did your BuddyPress install come with a copy of bbPress built-in?

    Not installed yet

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

    There are no errors in the wordpress log

    BP Errors:

    [07-Dec-2009 10:11:07] PHP Fatal error: Call to undefined function plugins_url() in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-core.php on line 12

    [07-Dec-2009 10:15:14] PHP Warning: require(BP_PLUGIN_DIR/bp-wire/bp-wire-classes.php) [function.require]: failed to open stream: No such file or directory in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-wire.php on line 7

    [07-Dec-2009 10:15:14] PHP Fatal error: require() [function.require]: Failed opening required ‘BP_PLUGIN_DIR/bp-wire/bp-wire-classes.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-wire.php on line 7

    [07-Dec-2009 10:16:36] PHP Warning: require(BP_PLUGIN_DIR/bp-blogs/bp-blogs-classes.php) [function.require]: failed to open stream: No such file or directory in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-blogs.php on line 9

    [07-Dec-2009 10:16:36] PHP Fatal error: require() [function.require]: Failed opening required ‘BP_PLUGIN_DIR/bp-blogs/bp-blogs-classes.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-blogs.php on line 9

    [07-Dec-2009 10:18:02] PHP Warning: require(BP_PLUGIN_DIR/bp-groups/bp-groups-classes.php) [function.require]: failed to open stream: No such file or directory in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-groups.php on line 9

    [07-Dec-2009 10:18:02] PHP Fatal error: require() [function.require]: Failed opening required ‘BP_PLUGIN_DIR/bp-groups/bp-groups-classes.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-groups.php on line 9

    [07-Dec-2009 10:19:29] PHP Warning: require(BP_PLUGIN_DIR/bp-forums/bp-forums-bbpress.php) [function.require]: failed to open stream: No such file or directory in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-forums.php on line 11

    [07-Dec-2009 10:19:29] PHP Fatal error: require() [function.require]: Failed opening required ‘BP_PLUGIN_DIR/bp-forums/bp-forums-bbpress.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-forums.php on line 11

    [07-Dec-2009 10:20:55] PHP Warning: require_once(WP_PLUGIN_DIR/buddypress/bp-core.php) [function.require-once]: failed to open stream: No such file or directory in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-loader.php on line 19

    [07-Dec-2009 10:20:55] PHP Fatal error: require_once() [function.require]: Failed opening required ‘WP_PLUGIN_DIR/buddypress/bp-core.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-loader.php on line 19

    [07-Dec-2009 10:22:21] PHP Warning: require(BP_PLUGIN_DIR/bp-status/bp-status-templatetags.php) [function.require]: failed to open stream: No such file or directory in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-status.php on line 5

    [07-Dec-2009 10:22:21] PHP Fatal error: require() [function.require]: Failed opening required ‘BP_PLUGIN_DIR/bp-status/bp-status-templatetags.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-status.php on line 5

    [07-Dec-2009 10:23:48] PHP Warning: require(BP_PLUGIN_DIR/bp-friends/bp-friends-classes.php) [function.require]: failed to open stream: No such file or directory in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-friends.php on line 9

    [07-Dec-2009 10:23:48] PHP Fatal error: require() [function.require]: Failed opening required ‘BP_PLUGIN_DIR/bp-friends/bp-friends-classes.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-friends.php on line 9

    [07-Dec-2009 10:25:14] PHP Warning: require(BP_PLUGIN_DIR/bp-xprofile/bp-xprofile-admin.php) [function.require]: failed to open stream: No such file or directory in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-xprofile.php on line 8

    [07-Dec-2009 10:25:14] PHP Fatal error: require() [function.require]: Failed opening required ‘BP_PLUGIN_DIR/bp-xprofile/bp-xprofile-admin.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-xprofile.php on line 8

    [07-Dec-2009 10:26:40] PHP Warning: require(BP_PLUGIN_DIR/bp-messages/bp-messages-classes.php) [function.require]: failed to open stream: No such file or directory in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-messages.php on line 9

    [07-Dec-2009 10:26:40] PHP Fatal error: require() [function.require]: Failed opening required ‘BP_PLUGIN_DIR/bp-messages/bp-messages-classes.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-messages.php on line 9

    [07-Dec-2009 10:28:06] PHP Warning: require(BP_PLUGIN_DIR/bp-activity/bp-activity-classes.php) [function.require]: failed to open stream: No such file or directory in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-activity.php on line 9

    [07-Dec-2009 10:28:06] PHP Fatal error: require() [function.require]: Failed opening required ‘BP_PLUGIN_DIR/bp-activity/bp-activity-classes.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/brownsw/public_html/wp-content/plugins/buddypress/bp-activity.php on line 9

    14. Which company provides your hosting?

    I have a VPS with Servint

    #58185

    This is exactly what I’ve done in the past.

    There’s a lot of pitfalls and problems trying to guess at integration methods to program BuddyPress to understand how to adjust existing installations to match the new setup. There really isn’t a database upgrade involved in keeping your existing forums, it’s just making sure that everything knows where to look to accomplish what tasks.

    Having two separate platforms bridged in the middle isn’t a new or uncommon thing, it just isn’t something that makes your average site admin smile. :)

    #58181
    Paul Wong-Gibbs
    Keymaster

    Please would you answers these questions so we can see if we can spot something? Thanks.

    https://buddypress.org/forums/topic/when-asking-for-support

    #58179
    Xevo
    Participant

    Only extra that buddypress needs now is an easier wordpress intergration, bbPress already has all the core functions of a good forum software, if you need more, write a plugin.

    I’d rather not have bbPress get bloated like one of the other huge forum softwares out there.

    #58175
    416member
    Participant

    Thanks for that =)

    #58172
    Paul Wong-Gibbs
    Keymaster

    BuddyPress rus on WPMU, so you need that. BBPress is integrated into BuddyPress. For the majority of installations, you will only need to install WPMU and BuddyPress.

    #58169
    federalistnp
    Participant

    I am sorry to bother this board but if the process is easy, can someone explain the easy parts? Is it merely a matter of moving the bpress folders to the wp-content/theme folders?

    What is the easy process?

    #58163

    In reply to: BuddyPress Twibbon

    Bowe
    Participant

    sexy :D

    #58158
    Xevo
    Participant
    #58156
    Andy Peatling
    Keymaster

    It’s possible to filter very fine grained. You just need to pass the right parameters:

    https://trac.buddypress.org/browser/trunk/bp-activity/bp-activity-templatetags.php#L119

    #58152
    danbpfr
    Participant
    #58150

    In reply to: WordPress

    Xevo
    Participant

    Isn’t the only big difference between wpmu and wp, the blogs? If you can cramp those in a single table, I wouldn’t see why it’s impossible to run buddypress on a single wp.

    blahaye
    Participant

    Hi,

    I was frustrated that the “users blogs” did not match the main theme

    and am surprised that there is not a matching “user blog” theme in the package.

    What I did was create a child them based on the default buddypress theme

    and then changed the code in the header.php file so that the correct title of the user blog shows instead of the title of the main blog.

    you have to make sure you don’t use buddypress widgets, they will not work.

    There may be a better way to do it but that seemed to work for me.

    The child theme thing is great when you get the hang of it.

    Cheers,

    B

    #58144
    Xevo
    Participant

    There are no tutorials about this and no one is working on one either, as far as I know. Changing a normal wordpress theme to a buddypress theme isn’t that hard, since after all wordpress is still the core, but you need a lot of extra template tags and styling in order for this to work properly.

    #58142

    In reply to: BuddyPress Twibbon

    Brajesh Singh
    Participant

    :) I added it ,but damn ,It got twice,so will edit again tomorrow. So I am the second to support it :D

    #58140
    AndreMartin
    Participant

    The new achievements moved the admin menu link into the BuddyPress group but now I can’t find the retro-activate function anymore. Is that gone?

    It’s important when the site uses Gigya’s login as accounts created that way are not (or were not in previous releases) registered by the Achievements plugin until after running the retro-activate manually.

Viewing 25 results - 60,226 through 60,250 (of 68,948 total)
Skip to toolbar