In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-22 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/02 Report--
This article will explain in detail how to solve the problem of how to modify the dream weaving DedeCMS advertising module foreground display is not updated, Xiaobian thinks it is quite practical, so share it for everyone to make a reference, I hope you can harvest after reading this article.
Modify dream weaving DedeCMS advertising module, foreground display is not updated how to do?
Modify Dream Weaving DedeCMS advertising module, foreground shows not updated solution
Recommended Learning: Weaving Dreams CMS
If you modify the background advertising settings, the foreground failed to display the latest modifications of the students can refer to the following methods to solve.
After installing the ad module that comes with dedecms, I found that after modifying the ad information, the ad called in the foreground is still the information before modification. I checked the source code and found that the cache is called, but the ad_edit.php of dedecms does not delete the original cache after editing and saving the information. A small bug, here is the modification as follows:
Open dede\ad_edit.php and find approximately line 70
$dsql-> ExecuteOneQuery ($query);ShowMsg("successfully changed an ad code! ",$ENV_GOBACK_URL);
modified to
$dsql-> ExecuteOneQuery ($query);//delete ad cache file begin// dedecms V57_GBK 2011-08-12if(file_exists(DEDEDATA. "/cache/myad-$aid.htm")){@unlink(DEDEDATA. "/cache/myad-$aid.htm");}//Delete ad cache file endShowMsg("successfully changed an ad code! ",$ENV_GOBACK_URL);
Now go backstage and update your advertising information!
About how to solve the problem of modifying the dream weaving DedeCMS advertising module foreground display has not been updated to share here, I hope the above content can have some help for everyone, you can learn more knowledge. If you think the article is good, you can share it so that more people can 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.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.