Limit Queue Display
Author Message
c0rrupt
Administrator


Posts: 251
Joined: Mar 2010
Post: #1
Limit Queue Display
1
0
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 .

Be sure to visit WCDDL.org Affiliates
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 48 12-30-2011 03:49 PM
Last Post: c0rrupt



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

This forum uses Lukasz Tkacz MyBB addons.