partially remove forum limit on profile page
authorfriendica <info@friendica.com>
Sun, 1 Jul 2012 00:37:05 +0000 (17:37 -0700)
committerfriendica <info@friendica.com>
Sun, 1 Jul 2012 00:37:05 +0000 (17:37 -0700)
page/page.php

index 6d0044e..3f0f041 100755 (executable)
@@ -129,7 +129,9 @@ function page_profile_advanced($a,&$b) {
                        <div class="title">'.t("Forums:").'</div>
                        <div id="profile-page-list">';
 
-       $show_total = 6;
+       // place holder in case somebody wants configurability
+       $show_total = 9999;
+
        $randomise = true;
 
        $contacts = page_getpage($a->user['uid'],false,$randomise);