Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

  • landykos
    Participant

    @landykos

    I found a great little mu plugin to control blog defaults on creation. It allows you to control what theme is used and many other things. The only thing it does not do is add the widgets to the blogs on creation which is the main thing I really want to figure out.

    Plugin Name: cets_blog_defaults

    Hope it helps!

    LK


    landykos
    Participant

    @landykos

    I just did a query on the members table then did a for each on the results. and for each group run the buddypress function:

    global $wpdb;

    $groups = $wpdb->get_results(“SELECT * FROM wp_bp_groups order by name”, ARRAY_A);

    foreach ($groups as $group) :

    bp_group_has_members(‘group_id=’.$group[‘id’].’&exclude_admins_mods=false’)

    Then $group[‘name’] will get you the members name.

    Hope that helps you!

    LK

Viewing 2 replies - 1 through 2 (of 2 total)
Skip to toolbar