]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/subscribers.php
trac#1215, 1216, 1217 and 1219: subscribers/subscriptions people tagclouds
[quix0rs-gnu-social.git] / actions / subscribers.php
index 7ebb54d33d6b6b00204bf8df7806650afd10f9d1..4482de9a7c74279b000e042012fbb927a86b5dbd 100644 (file)
@@ -118,6 +118,16 @@ class SubscribersAction extends GalleryAction
         $this->raw(common_markup_to_html($message));
         $this->elementEnd('div');
     }
+
+    function showSections()
+    {
+        parent::showSections();
+        $cloud = new SubscribersPeopleTagCloudSection($this);
+        $cloud->show();
+
+        $cloud2 = new SubscribersPeopleSelfTagCloudSection($this);
+        $cloud2->show();
+    }
 }
 
 class SubscribersList extends ProfileList
@@ -130,7 +140,7 @@ class SubscribersList extends ProfileList
         $bf->show();
     }
 
-    function isReadOnly()
+    function isReadOnly($args)
     {
         return true;
     }