partially remove forum limit on profile page
This commit is contained in:
parent
3a166add52
commit
cdc0a31f33
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue