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 @@