partially remove forum limit on profile page
parent
3a166add52
commit
cdc0a31f33
|
@ -129,7 +129,9 @@ function page_profile_advanced($a,&$b) {
|
||||||
<div class="title">'.t("Forums:").'</div>
|
<div class="title">'.t("Forums:").'</div>
|
||||||
<div id="profile-page-list">';
|
<div id="profile-page-list">';
|
||||||
|
|
||||||
$show_total = 6;
|
// place holder in case somebody wants configurability
|
||||||
|
$show_total = 9999;
|
||||||
|
|
||||||
$randomise = true;
|
$randomise = true;
|
||||||
|
|
||||||
$contacts = page_getpage($a->user['uid'],false,$randomise);
|
$contacts = page_getpage($a->user['uid'],false,$randomise);
|
||||||
|
|
Loading…
Reference in New Issue