<div dir="ltr">Brilliant!  Thank you Michael.  Worked perfectly.<div><br>Jeff</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Feb 21, 2014 at 7:22 AM, Michael Aronoff <span dir="ltr"><<a href="mailto:maronoff@gmail.com" target="_blank">maronoff@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">Jeff wrote:<br>
> I only have about 40 sites and would like them all on the same page.<br>
<br>
</div>I have asked for this before but it has not happened. Here is the process I<br>
use each time I setup a new BO server:<br>
<br>
Fix admin server to display more users and sites per page:<br>
<br>
cd /usr/sausalito/ui/web<br>
perl -pi -e 's/page_length = 15/page_length = 60/g' `grep -ril "page_length<br>
= 15" *`<br>
perl -pi -e 's/sites_per_page = 25/sites_per_page = 60/g' `grep -ril<br>
"sites_per_page = 25" *`<br>
<br>
nano -w /usr/sausalito/ui/web/base/user/userList.php<br>
look for line starting with $pageLength<br>
put two slashes // in front to comment line out then add<br>
$pageLength = 60;<br>
<br>
The original numbers were written for the original RAQ and never changed as<br>
far as I can tell. A modern server on broadband can easily handle showing<br>
many more sites, users or whatever at once.<br>
<br>
______________________________<br>
M Aronoff Out<br>
<br>
<br>
_______________________________________________<br>
Blueonyx mailing list<br>
<a href="mailto:Blueonyx@mail.blueonyx.it">Blueonyx@mail.blueonyx.it</a><br>
<a href="http://mail.blueonyx.it/mailman/listinfo/blueonyx" target="_blank">http://mail.blueonyx.it/mailman/listinfo/blueonyx</a><br>
</blockquote></div><br></div>