Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

The method of outputting the content of atlas in large-picture showphoto.htm by dedecms

2025-02-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

This article is to share with you the content of how dedecms implements the content of the output atlas of large-scale showphoto.htm. The editor thought it was very practical, so I shared it with you as a reference. Let's follow the editor and have a look.

How does dedecms realize the output of the atlas content of a large image showphoto.htm?

Dedecms to achieve a large image showphoto.htm output atlas content introduction method, friends who need can refer to the following

This method is useful in many parts of DEDE.

Open showphoto.php and find

The code is as follows:

Require_once (DEDETEMPLATE.'/plus/showphoto.htm'); exit ()

And add above it:

The code is as follows:

/ /-below is the code-/ the large image mode of the atlas shows the contents of the atlas $arcRow = $dsql- > GetOne ("SELECT body FROM `dede_ addonimages`WHERE aid=' {$aid}'"); if (is_array ($arcRow)) {$arcbody = $arcRow ['body'];}

Then open showphoto.htm and add code where appropriate:

The code is as follows:

Refresh the page to display the contents of the atlas (introduction)

Thank you for reading! On dedecms to achieve large picture showphoto.htm output atlas content method to share here, I hope the above content can be of some help to you, so that you can learn more knowledge. If you think the article is good, you can share it and let more people see it.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report