Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 13 replies - 1 through 13 (of 13 total)
  • @3ruce

    Participant

    I’ve also run into this… it’s not clear from the debugging page if a resolution has been found though?

    @3ruce

    Participant

    @raminjan I have a copy of the old plugin mentioned above, I can email you a copy if you like?

    @3ruce

    Participant

    @aaron-nall – where can I check to see if/when your plugin has been released?

    @3ruce

    Participant

    @ethanvan I’ve also just emailed you for a copy – @aaron-nall – I’m looking forward to trying out your plugin too…

    @3ruce

    Participant

    Any ideas where @shawn38 is these days? The excellent FriendPress plugin seems to have vanished from the repositories…

    @3ruce

    Participant

    Any ideas where this plugin has gone? I can’t download it from https://wordpress.org/extend/plugins/buddypress-friendpress/ which is where google suggest’s it should live?

    @3ruce

    Participant

    Would it be possible to add activity updates to a group via email too? I appreciate this might need some additional tweak if people are in multiple groups, but it would be a great feature…

    @3ruce

    Participant

    This one is great…

    https://wordpress.org/extend/plugins/member-access/

    I’ve also used this one too but its a wee bit more tricky…

    https://wordpress.org/extend/plugins/wp-custom-menu-filter-plugin/

    @3ruce

    Participant

    I had to deactivate all other BP related plugins to upgrade to 1.6.1 – then the upgrade went smoothly and I reactivated all the other BP plugins – so far so good…

    @3ruce

    Participant

    I deleted the current buddypress folder and uploaded the files for 1.5.7 – if you need the 1.5.7 files, they are here http://www.sendspace.com/file/ap31nb

    @3ruce

    Participant

    I upgraded and the whole site returned error 500 – nothing was accessible…. Downgraded again to 1.5.7 and it’s back working fine…

    @3ruce

    Participant

    Another point I just realised, it will now default to the custom group someone is a member of, rather than ‘my profile’. It sorts multiple groups by their ID, the highest ID is the one that get’s selected…

    This is the code I’ve got from lines 33 – 71 in post-form.php in the theme (BuddyPress Corporate)

    `

    <input type="submit" name="aw-whats-new-submit" id="aw-whats-new-submit" value="" />
    :

    <?php if ( bp_has_groups( 'user_id=' . bp_loggedin_user_id() . '&type=alphabetical&max=100&per_page=100&populate_extras=0' ) ) :
    while ( bp_groups() ) : bp_the_group(); ?>
    <option selected="selected" value="">
    <?php endwhile;
    endif; ?>

    <input type="hidden" id="whats-new-post-in" name="whats-new-post-in" value="" />

    `

    @3ruce

    Participant

    Perfect – all sorted – thank you!!! (I guess I’ll have to test it a bit more for folks with more than one group though…

    Have a good weekend…

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