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

How does Imperial cms7.0 realize the function of displaying the contents of custom comment fields in the background comment table?

2025-04-06 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

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

This article mainly introduces the Imperial cms7.0 how to achieve the function of displaying the contents of custom comment fields in the background comment table, which can be used for reference by friends who need it. I hope you will learn a lot after reading this article. Next, let the editor take you to learn about it.

Find the file / e/admin/pl/ListAllPl.php, find it in the file ListAllPl.php

The code is as follows:

$query= "select plid,username,saytime,sayip,id,classid,checked,zcnum,fdnum,userid,isgood,saytext,pubid from {$dbtbpre} enewspl_". $restb.$add

Get the total number of entries and add the custom field. In this example, the contact number is tel, followed by an English comma. The result is as follows:

The code is as follows:

$query= "select tel,plid,username,saytime,sayip,id,classid,checked,zcnum,fdnum,userid,isgood,saytext,pubid from {$dbtbpre} enewspl_". $restb.$add

Get the total number of entries and add the code in the display section:

The code is as follows:

Thank you for reading this article carefully. I hope it is helpful for everyone to share the function of Empire cms7.0 how to display custom comment fields in the background comment table. At the same time, I also hope you can support us, pay attention to the industry information channel, and find out if you encounter problems. Detailed solutions are waiting for you to learn!

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