dedeHow to call the first picture in the article?
Two operations are required
The first step is to modify the include/extend.func.php file, insert the function at the bottom, and query the article append table, if you need to query a picture collection or something, just change the table name
Recommended: "dedecms usage tutorial"
The code is as follows:
function GetFirstImg($arcid){ global $dsql; $query= "SELECT body FROM `dede_addonarticle` where aid='$arcid'"; $row = $dsql->GetOne($query); $preg = "/<img .*?src=[\'\"](.+?)[\'\"].*? alt="How to call dede the first picture in the article" >/i"; preg_match_all($preg, $row['body'], $match); //print_r($match); return $match[1][0]; }
The second part modifies the call tag include/taglib/arclist.lib.php
The litpic field needs to be used when DreamWeaver calls the article content. This field needs to be reconstructed and find the function lib_arclistDone() function. Inside $row[litpic], add //Call the first picture of the article, non-thumbnail, if it is empty, call the thumbnail.
The code is as follows:
if(GetFirstImg($row['id'])!="") { $row['litpic']=GetFirstImg($row['id']); }
The judgment is written so that when the article is called without a picture, the thumbnail display can still be selected. Dreamweaver v57 sp1 is about line 475, just add it below the $row[] array.
In this way, the original label field can also be used to call the image. If the article has the first picture, the first picture will be displayed. If not, the article thumbnail
will be called.The above is the detailed content of How to call dede the first picture in the article. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

SublimeText3 Chinese version
Chinese version, very easy to use

SublimeText3 Mac version
God-level code editing software (SublimeText3)

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

Dreamweaver Mac version
Visual web development tools

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool