Quote:
Originally Posted by Benj
sweet thats sorted. one last problem for me now. As i said in the usercp box thingy boby is linking to the wrong place.
instead of linking to
it links to
any ideas how i could change this ? maybe by editing the plugin...
BTW i nominated you for hack of the month 
|
in the plugin "GRPS: Group Activity In User CP (15 Newest)"
find:
PHP Code:
<a href=\"" . $vbulletin->options['homeurl'] . "/groups/groups.php?" . $session[sessionhash] . "g=" . $grps_mygroupsinfo[groupid] . "\"><b>" . $grps_mygroupsinfo[title] . "</b></a><br />
and replace with
PHP Code:
<a href=\"" . $vbulletin->options['bburl'] . "/groups/groups.php?" . $session[sessionhash] . "g=" . $grps_mygroupsinfo[groupid] . "\"><b>" . $grps_mygroupsinfo[title] . "</b></a><br />