function getGroupUrl($iGroupId, $sGroupUri) {
$sLink = $this->bUseFriendlyLinks ? 'groups/entry/'.$sGroupUri : $this->sCurrFile.'?action=group&ID='.$iGroupId;
return $GLOBALS['site']['url'].$sLink;
}
How can i change the link of this function?
I don't mind if there is no a "friendly link" but I want to be http://www.yourdomain.com/grp.php?action=group&ID=*
* is the number of the group
Thanks.