On Sun, Jun 26, 2005 at 10:47:13AM -0700, Michael Rensing wrote:

> While I've been messing with my own theme, I've discovered that the 
> random.pm plugin doesn't recognize when I change the number of songs to 
> be returned. No matter what I choose, I always get 20 songs back. Do you 
> see the same behaviour, or is there something wrong with my config?

  What happens if you are explicit in your requests such as:


        http://server:888/random/?count=3
        http://server:888/random/?count=30
        http://server:888/random/?count=50

  If that works then I'd guess the problem is the theme.  You should
 be setting the "count" parameter to a numerical value, and submitting
 it back to /random via the 'GET' request method.

Steve
--


_______________________________________________
Gnump3d-users mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnump3d-users

Reply via email to