Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 68,326 through 68,350 (of 69,095 total)
  • Author
    Search Results
  • fishbowl81
    Participant

    Those “steps” are for using the buddypress code, ie xml-rpc communication inside of groups. If you theme the general bbpress install to match your buddypress site then you won’t need to enable xmlrpc on the general site, just do the intergration.

    I think someone will develop a modification of the groups, to be a general group pretty soon. If this is the case, then you would need to do those steps for both bbpress installs.

    Hope that makes sense,

    Brad

    http://gorgeousgamers.com/beta

    #35786
    fishbowl81
    Participant

    Here it is, save as bp-music.php and copy into your muplugins

    you must create a profile details group “Audio Details”, and all values will be replaced by a music player.

    Check out a working copy on:

    http://gorgeousgamers.com/beta/members/bradmkjr/

    Brad

    http://gorgeousgamers.com/beta/

    <?php

    /*

    * Created on Dec 29, 2008

    *

    * Project Buddypress Addons

    *

    * File bp-music.php

    *

    */

    function bp_profile_music_player( $field_value =””, $field_type = “”, $field_id = “” ) {

    if($field_value == “”)

    return “Nothing to show”;

    else

    { // clean up input

    return “<script type=’text/javascript’>

    var amzn_wdgt={widget:’MP3Clips’};

    amzn_wdgt.tag=’gorgeousgamers-20′;

    amzn_wdgt.widgetType=’ASINList’;

    amzn_wdgt.keywords='”.addslashes($field_value).”‘;

    amzn_wdgt.title=’What I’ve been listening to lately…’;

    amzn_wdgt.width=’250′;

    amzn_wdgt.height=’250′;

    amzn_wdgt.shuffleTracks=’True’;

    amzn_wdgt.marketPlace=’US’;

    </script>

    <script type=’text/javascript’ src=’http://wms.assoc-amazon.com/20070822/US/js/swfobject_1_5.js’&gt;

    </script>”;

    }

    }

    function bp_profile_music_groups( $group_name =””) {

    if($group_name == “Audio Details”){

    remove_filter( ‘bp_the_profile_field_value’, ‘xprofile_filter_link_profile_data’, 2);

    add_filter( ‘bp_the_profile_field_value’, ‘bp_profile_music_player’, 2, 3);

    }else{

    add_filter( ‘bp_the_profile_field_value’, ‘xprofile_filter_link_profile_data’, 2, 3);

    remove_filter( ‘bp_the_profile_field_value’, ‘bp_profile_music_player’, 2);

    }

    return $group_name;

    }

    add_filter( ‘bp_the_profile_group_name’, ‘bp_profile_music_groups’, 10, 1 );

    ?>

    iseec
    Member

    Thanks Brad,

    I is still not clear in my mind the difference for buddypress in group forum and site wide forum configuration

    Should i still do these steps?

    1) you have bbpress installed and a new user created on the “bbPress” side which you granted “administrator” rights by the keymaster

    2) you copy the “buddypress-enable.php” plugin out of the bp-forums folders and copy it into your /my-plugins/ folder (create if it doesn’t exist) so it is /my-plugins/buddypress-enable.php

    3) Enable the plugin through your bbPress administration side for plugins

    4) Edit “settings” to enable xmlrpc and pingbacks (both)

    5) edit your bb-config.php and just before the closing php call at the bottom of the page put:

    $bb->bb_xmlrpc_allow_user_switching = true;

    Do you still do these steps? Or skip these steps and just installed the bbpress and do common wordpress integration like cookie and user integration?

    Thank you

    #35782

    I can help you with this.. I installed buddypress successfully and you can see it in action at http://ignitte.in/

    contact me at coolkarthik88@gmail.com

    dyzine
    Member

    im a professional designer/developer with a little over a decade of experience, and i can tell you that you’re offering too little. i’m not negotiating as my plate is already very full, but quality work from a professional would require a minimum budget of around $500, and a more realistic budget of around $800 for such work. if you dont have this, then i’d suggest waiting for buddypress’ popularity to grow a bit more over the next couple months, i’m sure there will be all kinds of custom themes and plugins becoming available for small fees…

    usergnome
    Member

    Thanks :) wp-admin/options.php sorted it.

    nicolagreco
    Participant

    I think that a good webdesigner want mooore (3 zeros)

    #35757

    In reply to: Featured Groups idea

    nicolagreco
    Participant
    #35756

    In reply to: Featured Groups idea

    Mike Pratt
    Participant

    Thanks Gerbilo, the plugin is now listed at BuddyPressDEV http://buddypressdev.org/plugins

    #35746
    gpo1
    Participant

    Well done… Could you share how it’s done?

    #35744
    Slava Abakumov
    Moderator

    trac.mu.wordpress.org – here you can find 2,7

    Trent, nothing helped.

    I installed or did:

    1) WPMU (r1585);

    2) bbPress Alpha 4;

    3) integrate them properly;

    4) edit bb-config.php and config.php;

    5) install BuddyPress;

    6) install bp-forum-enabled.php;

    7) create a new admin user in bbPress;

    8) write his login/pass to option page in WPMU;

    9) create group in BP;

    10) nothing changed.

    What happened? Why can’t I launch forum?

    realfam
    Member

    i found the post you are talking about on buddypressdev.org/forums. anyway the way the post reads it looks like using version 0.92 is the fix for everything…..thats what I am using and still getting the error…..now what?

    nicolagreco
    Participant

    have you installed bpdev-simplepie, on buddypressdeorg/forums there is a topic that solves your problem

    #35730
    iqcuties
    Member

    NOTE: Restarted Apache. Restared SQL server. Switched to PHP 5… all with no luck. (sub-note: BuddyPress didn’t seem to like PHP 5)

    gogoplata
    Participant

    Try changing default role here (domain.com/wp-admin/wpmu-blogs.php?action=editblog&id=1) and here (domain.com/wp-admin/options.php) to “contributor” then do a test registration to see if the new user is a contributor or subscriber.

    If that doesn’t work in wp-includeswpmu-functions.php change this:

    add_user_to_blog(‘1’, $user_id, ‘subscriber’);

    to this:

    add_user_to_blog(‘1’, $user_id, ‘author’);

    That should take care of all future signups, however existing users will be unchanged. If you don’t have too many users yet you can simply manually change them to authors, however, if you have a lot of signups check out this thread for a way to mass add users as authors.

    nicolagreco
    Participant

    UPDATE 0.92 is now available http://buddypressdev.org/plugins/bpdev-flickr/

    #35706
    nicolagreco
    Participant

    @mikepratt i developed a plugin that cut the excerpt BPDEV-FORUM-EXCERPT. Look it working here:

    http://buddypressdev.org/groups/plugins-extendings/forum/

    as you can see, it shows only the first 140 word without cutting them and adding 3 consecutive fullstop..

    Trying BPDEV-FORUM-EXCERPT - 1 post
    updated 50 seconds ago
    Latest by Nicola Greco: Mike i developed for you this plugin that cut the excerpt of the last post forum!
    You can set how long must the excerpt be. I'm writing...

    if you click on it it shows the entire content ;) look here http://buddypressdev.org/groups/plugins-extendings/forum/topic/13

    BP Guru

    #35705
    nicolagreco
    Participant

    the member theme is an higly hacked version of the buddypress-member, i integrated my own theme with it.

    nicolagreco
    Participant

    Here the solution, change this lines http://buddypressdev.org/forums/topic.php?id=15#post-58

    or Download the new 0.91 version

    #35702
    Cristiano
    Participant

    Still with hope that appears some “premium.wpmudev.org” of buddypress

    #35693

    In reply to: Albums and status

    nicolagreco
    Participant

    try for now buddypressdev.org/plugins/bpdev-flickr

    usergnome
    Member

    Many thanks for your replies. I’ve progressed a bit now with the site.

    @gogoplata “All you’d need to do to get this setup is to change the default role for the main blog from subscriber to contributor” – I know this is possible on classic WordPress though strangely I cannot find this option in either: /wp-admin/wpmu-users.php or /wp-admin/users.php ~ any ideas?

    Thanks.

    #35673
    Anonymous User 303747
    Inactive

    Thanks – I saw your ticket. Thanks for your help.

    https://trac.buddypress.org/ticket/312

    #35665

    In reply to: Blogs Using BP Theme

    belogical
    Participant

    when a new user signs up they will get the “default” them, /wp-content/themes/default

    replace that with whatever theme you want them to get, in this case, the buddypress theme

    parkcityxj
    Member

    Here’s my error log.. Not sure how to fix this stuff, sorry Newb…

    /web/cgi-bin/php5: Symbol `client_errors’ has different size in shared object, consider re-linking

    /web/cgi-bin/php5: Symbol `client_errors’ has different size in shared object, consider re-linking

    /web/cgi-bin/php5: Symbol `client_errors’ has different size in shared object, consider re-linking

    [Mon Jan 5 12:44:05 2009] [error] [client 67.182.214.215] File does not exist: /var/chroot/home/content/s/c/o/scotttilson/html/wp-content/themes/buddypress-home/images/background.gif

    /web/cgi-bin/php5: Symbol `client_errors’ has different size in shared object, consider re-linking

    /web/cgi-bin/php5: Symbol `client_errors’ has different size in shared object, consider re-linking

Viewing 25 results - 68,326 through 68,350 (of 69,095 total)
Skip to toolbar