From 99d5f4b0d22e99109da860dd9118265c883a668e Mon Sep 17 00:00:00 2001 From: pete Date: Wed, 17 Mar 2010 19:04:49 +0000 Subject: Updates to: site nav (changed unused id's to title tags), latest wire post in admin/user lists, riverdashboard timestamps unified, and latest wire post on profile page. git-svn-id: http://code.elgg.org/elgg/trunk@5430 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/profile/views/default/profile/profile_contents/activity.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mod/profile') diff --git a/mod/profile/views/default/profile/profile_contents/activity.php b/mod/profile/views/default/profile/profile_contents/activity.php index bd7d7b5e5..c767d5ad7 100755 --- a/mod/profile/views/default/profile/profile_contents/activity.php +++ b/mod/profile/views/default/profile/profile_contents/activity.php @@ -10,6 +10,10 @@ // users last status msg, if they posted one echo elgg_view("profile/status", array("entity" => $vars['entity'])); } + if(is_plugin_enabled('conversations')) { + // users last status msg, if they posted one + echo elgg_view("profile/status", array("entity" => $vars['entity'])); + } if(is_plugin_enabled('riverdashboard')) { // users last 10 activites echo elgg_view_river_items($vars['entity']->getGuid(), 0, '', '', '', '', $limit,0,0,false,false); -- cgit v1.2.3