This problem is with CB and GroupJiive I am using Joomla 1.0
I have posted the same question in the GroupJive Forum but it is dead over there.
I am using GroupJiive with integrations on with event list and fire board
I noticed a bug when a user is not a member of a group and goes to the group home page and clicks on either group forum or group events it goes to a loop. What can we do to stop this because IE does not detect it and keeps reloading and can cause strain on server when I go live please help. Example link below to a test group home page
Please I need something to go on, does anybody have a clue on what is happening ?
is the mosmsg=The+events+are+for+members+only suppose to be a message that comes up ??
the forum for groupjive and CB are dead, I havent got anything.
}
else
{
// get groupid
$q = "SELECT a.group_id FROM #__gj_eventlist AS a"
. "\nWHERE a.category_id = ".$catid;
$database->setQuery($q);
$gid = $database->loadResult();
showgroup($gid); mosRedirect( 'index.php?option=com_groupjive&task=showgroup&groupid='.$gid.'&Itemid='.$itemid_active,
GJ_EVENTS_ONLY_FOR_MEMBERS );
===================================================================
the blue is what controls what is doing if they are not a member of the group is it sending them to a place that they are not a member of so keeps looping please help I know little about programming.