diff --git a/page/page.php b/page/page.php
index 6d0044e0..3f0f0419 100755
--- a/page/page.php
+++ b/page/page.php
@@ -129,7 +129,9 @@ function page_profile_advanced($a,&$b) {
'.t("Forums:").'
';
- $show_total = 6;
+ // place holder in case somebody wants configurability
+ $show_total = 9999;
+
$randomise = true;
$contacts = page_getpage($a->user['uid'],false,$randomise);