Re: Featured Groups Widget Problem
Skollie-
I just looked into this and found that Mike’s widget is using a deprecated function call
bp_group_permalink
This changed somewhere down the road to BP v1.0. So, if you are comfortable with opening up a PHP file and making two easy changes, you can search for that function in his widget and replace the above call with
bp_get_group_permalink
If you are not comfortable with doing this, then message Mike and give him the url for this forum thread, kindly begging him to fix his widget as quickly as possible or the world will end.
Actually, if you make the changes to the code yourself, it would also be nice of you to let Mike know that his widget needs a little TLC.