1. Modify the maximum title length (more than 200)
Add method 1 to the title length value, change Char to varchar length to 350 2, Change System --> Basic System Parameters --> change the maximum length of the document title to 350, 3, you may need to change the archives_edit.php file in the Dede folder.
2. The previous and next files are arc. Archives. Class. php.
3. Dede custom URL name
Www. ***. com \ include \ helpers \ channelunit. helper. php
Replace File Download override: http://files.cnblogs.com/zff193/channelunit.helper.zip
Http://files.cnblogs.com/zff193/arc.listview.class.zip)
Http://files.cnblogs.com/zff193/arc.archives.class.zip)
4. Random thumbnail [field: litpic/] Random call to modify source code-use less
Comment ');
$ IMG = $ IMGs [array_rand ($ IMGs)];
$ This-> fields ['litpic '] ='/images/ABC/'. $ IMG;
5. js randomly displays an image.
- <SCRIPT src = "../Java. js" Language = "JavaScript">
VaR M = 76;
VaR n = math. Floor (math. Random () * m + 1 );
Document. Write (" ");
</SCRIPT>
<Script language = JavaScript>
Picxx. src = "img/pic0" + math. Floor (math. Random () * 5+1w.w.'.jpg ';
</SCRIPT>
Dede actual work requirements