From a07a0fd1d7a47b1945a31635c4a3fad73d5a1929 Mon Sep 17 00:00:00 2001 From: rabuzarus <> Date: Tue, 17 Nov 2015 20:57:12 +0100 Subject: [PATCH] forumlist: fix id conflict and js show-more --- include/forums.php | 2 +- view/templates/widget_forumlist.tpl | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) 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 @@