Dede Home slide show bug fix

Source: Internet
Author: User

When using DEDECMS, found that the new download source files in the first page of the slide is not good, no matter what new articles updated, even if there is no picture, the slides will show, of course, the system is showing the default beauty Stefanie Sun.

Fix first hit the slide call code snippet in template index.html

Locate the following code

{dede:arcfulllist row= ' 5 ' att= ' 3 '}
Linkarr[[field:global name=autoindex/]] = "[field:arcurl/]";
Picarr[[field:global name=autoindex/]] = "[field:litpic/]";
Textarr[[field:global name=autoindex/]] = "[field:title/]";
{/dede:arcfulllist}

Modified into

{dede:arclist row= ' 5 ' type= ' image '}
Linkarr[[field:global name=autoindex/]] = "[field:arcurl/]";
Picarr[[field:global name=autoindex/]] = "[field:litpic/]";
Textarr[[field:global name=autoindex/]] = "[field:title/]";
{/dede:arclist}

It means that only articles with pictures are displayed.

There is a problem with this modification, that is, if the article images are not JPG format, they are displayed, but show the default Yan-pose picture

The solution is to delete the JPG image format judgment statement

Delete the following two sentences

var defjpeg = "{Dede:field name= ' templeturl '/}/images/jpg.jpg"; 83 Rows

if (picarr[i].indexof ("JPG") ==-1 && picarr[i].indexof ("jpg") ==-1) picarr[i] = defjpeg; 92 Rows

No matter what the format of the picture will be displayed

Dede Home slide show bug fix

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.