From: friendica Date: Sun, 1 Jul 2012 00:37:05 +0000 (-0700) Subject: partially remove forum limit on profile page X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=cdc0a31f339df4462a67ffc670fab74b81c11a3c;p=friendica-addons.git partially remove forum limit on profile page --- diff --git a/page/page.php b/page/page.php index 6d0044e0..3f0f0419 100755 --- a/page/page.php +++ b/page/page.php @@ -129,7 +129,9 @@ function page_profile_advanced($a,&$b) {
'.t("Forums:").'
'; - $show_total = 6; + // place holder in case somebody wants configurability + $show_total = 9999; + $randomise = true; $contacts = page_getpage($a->user['uid'],false,$randomise);