From: cash Date: Mon, 2 Mar 2009 23:03:09 +0000 (+0000) Subject: updated to Elgg 1.5 - still need to work on html formatting and images X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=4bf65154f0828f6d3d4161945fa49565cb17f9b9;p=lorea%2Felgg.git updated to Elgg 1.5 - still need to work on html formatting and images --- diff --git a/manifest.xml b/manifest.xml index 7c0ad5e97..a01aa6fc1 100644 --- a/manifest.xml +++ b/manifest.xml @@ -1,8 +1,9 @@ - + + diff --git a/permissions.php b/permissions.php index a67b610e9..6f06a0268 100644 --- a/permissions.php +++ b/permissions.php @@ -16,6 +16,8 @@ } +
+ @@ -32,7 +34,7 @@ ?>
- + +
Return to Tools Administration @@ -148,7 +149,6 @@ table#chart tr.disabled td a {
-

SimplePie Compatibility Test

@@ -268,6 +268,7 @@ table#chart tr.disabled td a { +get_item_quantity(); - if (!$num_posts_in_feed) - echo 'Cannot find feed. Check the feed url.'; - + + // only display errors to profile owner + if (get_loggedin_userid() == page_owner()) + { + if (!$num_posts_in_feed) + echo 'Cannot find feed. Check the feed url.'; + } ?>

get_title(); ?>

@@ -49,7 +53,9 @@ ' . elgg_echo('simplepie:notset') . '

'; + + if (get_loggedin_userid() == page_owner()) + echo '

' . elgg_echo('simplepie:notset') . '

'; } ?> +