Limit Queue Display
Author Message
c0rrupt
Administrator


Posts: 263
Joined: Mar 2010
Post: #1
Limit Queue Display
To limit the display of the queue so your browser does not freeze up do the following.

Open funcs.php

FIND:
PHP Code: (Select All)
$get "SELECT id,sid,title,type,url FROM wcddl_queue ORDER BY id ASC"

REPLACE WITH:
PHP Code: (Select All)
$get "SELECT id,sid,title,type,url FROM wcddl_queue ORDER BY id ASC LIMIT 0, 1000"

**Change 1000 to how many you would like displayed, e.g:250,500,750...**

Credit to frontlinegamerz .
09-28-2011 06:27 PM
 


Messages In This Thread
Limit Queue Display - c0rrupt - 09-28-2011 06:27 PM

Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Who to order queue and mix the downloads c0rrupt 0 66 12-30-2011 03:49 PM
Last Post: c0rrupt



User(s) browsing this thread: 1 Guest(s)