partially remove forum limit on profile page

pull/64/head
friendica 2012-06-30 17:37:05 -07:00
parent 3a166add52
commit cdc0a31f33
1 changed files with 3 additions and 1 deletions

View File

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