From: rabuzarus <> Date: Tue, 17 Nov 2015 19:57:12 +0000 (+0100) Subject: forumlist: fix id conflict and js show-more X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a07a0fd1d7a47b1945a31635c4a3fad73d5a1929;p=friendica.git forumlist: fix id conflict and js show-more --- diff --git a/include/forums.php b/include/forums.php index e604a31567..00b7bd6ce1 100644 --- a/include/forums.php +++ b/include/forums.php @@ -74,7 +74,7 @@ function widget_forumlist($a) { $contacts = get_forumlist($a->user['uid'],true,$lastitem, true); $total = count($contacts); - $visible_forums = 10; + $visible_forums = 1; if(count($contacts)) { diff --git a/view/templates/widget_forumlist.tpl b/view/templates/widget_forumlist.tpl index 4d155fd0ad..cfc3f8cbcc 100644 --- a/view/templates/widget_forumlist.tpl +++ b/view/templates/widget_forumlist.tpl @@ -1,13 +1,13 @@