]> git.mxchange.org Git - friendica-addons.git/commitdiff
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 6d0044e06a18e061d19d563e609d7c68bd716c35..3f0f0419011f233d83fac97ca4956d674d5f7591 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);