Quote:
Originally Posted by daystorm
Quote:
Originally Posted by daystorm
How do I add to "My groups" for each user like it is in the UserCP to the Grouphome index page?
Thank you,
Ella
I haven't tried it, but have you tried just pasting in the bit in the install instructions for the UserCP into the Groups template?
Code:
$grps_mygroupsbits
I tried that, but nothing showed up... Any other ideas? And thank you for this one...
|
please redirect that question to
www.grps.org
i'm joking. you'd have to copy the contents of the plugin marked "GRPS: Group Activity In User CP (15 Newest)" to a new plugin at the grps_global_start and prefix it with
PHP Code:
if (THIS_SCRIPT == 'groupshome')
{
and suffix it with
and then do what Morrus said