(#1)
c0rrupt Offline
Administrator
 
Posts: 201
Join Date: Mar 2010
Location: Canada
Limit Queue Display - 09-28-2011, 11:27 PM

To limit the display of the queue so your browser does not freeze up do the following.

Open funcs.php

FIND:
PHP Code:
$get "SELECT id,sid,title,type,url FROM wcddl_queue ORDER BY id ASC"
REPLACE WITH:
PHP Code:
$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 .

Bookmarks

Tags
display, funcs, limit, queue, wcddl, wcddlv2

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




Powered by vBulletin


Content Relevant URLs by vBSEO