From eff4faea7f3c95440f02ea45d0be4f67236e2bf3 Mon Sep 17 00:00:00 2001
From: brettp " . sprintf(elgg_echo('groups:forum:created:single'), $forum_created, $counter) . " " . elgg_echo('groups:forum:created:single', array($forum_created, $counter)) . " " . sprintf(elgg_echo('groups:forum:created'), $forum_created, $counter) . " " . elgg_echo('groups:forum:created', array($forum_created, $counter)) . "
";
+ $info = "
";
}else{
- $info = "
";
+ $info = "
";
}
- if (($last_time) && ($u)) $info.= sprintf(elgg_echo('groups:lastupdated'), elgg_view_friendly_time($last_time), " getURL() . "\">" . $u->name . "");
- $info .= '
" . elgg_echo('groups:topic') . ": guid}&group_guid={$group->guid}\">{$title}
"; - if ($group instanceof ElggGroup) { - $info .= "" . elgg_echo('group') . ": getURL()}\">".htmlentities($group->name, ENT_QUOTES, 'UTF-8') ."
"; - } + //get the group and topic title + $info .= "" . elgg_echo('groups:topic') . ": guid}&group_guid={$group->guid}\">{$title}
"; + if ($group instanceof ElggGroup) { + $info .= "" . elgg_echo('group') . ": getURL()}\">".htmlentities($group->name, ENT_QUOTES, 'UTF-8') ."
"; + } } else { if($counter == 1){ - $info = "" . sprintf(elgg_echo('groups:forum:created:single'), $forum_created, $counter) . "
"; + $info = "" . elgg_echo('groups:forum:created:single', array($forum_created, $counter)) . "
"; }else{ - $info = "" . sprintf(elgg_echo('groups:forum:created'), $forum_created, $counter) . "
"; + $info = "" . elgg_echo('groups:forum:created', array($forum_created, $counter)) . "
"; } - $info .= "" . elgg_echo('groups:started') . " " . $topic_owner->name . ": guid}&group_guid={$group->guid}\">{$title}
"; + $info .= "" . elgg_echo('groups:started') . " " . $topic_owner->name . ": guid}&group_guid={$group->guid}\">{$title}
"; - if (groups_can_edit_discussion($vars['entity'], elgg_get_page_owner()->owner_guid)) { - // display the delete link to those allowed to delete - $info .= "