<HTML>
<HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="OPENWEBMAIL" name=GENERATOR>
</HEAD>
<BODY bgColor=#ffffff>
I like that - will make administration easier.
<br />
<br />But the one I'd REALLY like to modify - the mailing list display of "subscribers". Some of my sites have mail-lists with more than 100 users. But the display of "subscribers" only shows four at a time! Its maddening to scroll through trying to find what you want. In fact, I usually do a <CONTROL>A, <CONTROL-C>, and paste the list into a Kwrite window to search/modify. When done, I just copy that list and paste it back into the list of subscribers. Its a PIA - but its better than working on a display of just four at a time.
<br />
<br />Any idea on where/how to modify that one?
<br />
<br />
<br />
<br />Chuck
<br />
<br /><font size="2">
<br />
<br /><b>---------- Original Message
-----------</b>
<br />
From: "Michael Aronoff" <maronoff@gmail.com>
<br />
To: "BlueOnyx General Mailing List" <blueonyx@mail.blueonyx.it>
<br />
Sent: Fri, 21 Feb 2014 07:22:52 -0800
<br />
Subject: [BlueOnyx:14719] Re: Change number of vsites listed on in Site
Management
<br />
<br />> Jeff wrote:
<br />>
> I only have about 40 sites and would like them all on the same page.
<br />>
<br />>
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 />>
Blueonyx mailing list
<br />>
Blueonyx@mail.blueonyx.it
<br />>
<a target="_blank" href="http://mail.blueonyx.it/mailman/listinfo/blueonyx">http://mail.blueonyx.it/mailman/listinfo/blueonyx</a>
<br /><b>------- End of Original Message
-------</b>
<br />
</font>
</BODY>
</HTML>