Forum Replies Created
-
I’ve also run into this… it’s not clear from the debugging page if a resolution has been found though?
@raminjan I have a copy of the old plugin mentioned above, I can email you a copy if you like?
@aaron-nall – where can I check to see if/when your plugin has been released?
@ethanvan I’ve also just emailed you for a copy – @aaron-nall – I’m looking forward to trying out your plugin too…
Any ideas where @shawn38 is these days? The excellent FriendPress plugin seems to have vanished from the repositories…
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?
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…
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/
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…
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
I upgraded and the whole site returned error 500 – nothing was accessible…. Downgraded again to 1.5.7 and it’s back working fine…
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="" />
`
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…