Xiao Ming in learning to collect, got a dedecms as a release platform, a few hours later ran to the Annunciation said that simple, but do not want to make so many spam, each category only keep a few on the good. In the background to delete these articles, each page only show 30, looked under more than 100 pages, immediately frustrated, the database bulk Delete does not. Ask me how to modify the number of document bars that appear on each page of the document list.
Open this file dede/content_list.php (Dede is the background directory, usually renamed), find $dlist->pagesize =; Change the default of 30 to 300, and then open the article List each page will show 300, the number can be set by itself, but too large load will be slow, if the server configuration is not high enough to die.
Similarly, bulk delete trash member is modified dede\templets\member_main.htm in the dede:config.pagesize value= "30"
Dedecms background How to modify the number of articles per page (the number of document bars displayed on each page of the document list)