current location:Home > Technical Articles > CMS Tutorial > DEDECMS
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- How to set required fields in custom forms in dedecms
- How to set the required items of the custom form in Dedecms: first open the "\plus\diy.php" file; then add the code "$requireds = explode(',',$required);..."; finally Just save it.
- DEDECMS 2473 2019-12-16 10:18:11
-
- How to solve the problem of senddate being later than pubdate in dede5.7
- Dede5.7 solves the problem that senddate is later than pubdate: first open the "article_add.php" file; then search for "$senddate" and change it to "GetMkTime($pubdate);"; then save the file.
- DEDECMS 2411 2019-12-16 09:59:33
-
- How to get the top column name of the current column of Dreamweaver CMS
- How to get the top column name of the current column of Dreamweaver CMS: first open the "common.func.php" file; then add the code at the bottom of the file as "function GetTopTypename($id){...}"; then use "dede :field" tag can be called.
- DEDECMS 1967 2019-12-16 09:55:20
-
- Related articles on how to call dedecms dreamweaver tag keyword
- The method of dedecms dreamweaver "tag keywor" to call related articles: first add the "liketags.lib.php" file in the "\include\taglib\" directory; then write the code "function lib_liketags(){...}" and Just save it.
- DEDECMS 1946 2019-12-16 09:50:02
-
- How to remove the DreamWeaver chain from the dedecms friendly link
- How to remove "Dream Weaver Chain" from dedecms friendly links: first open the "flinktype.lib.php" file; then delete the code "$dedecms->typename = 'Dream Weaver Chain';"; then regenerate the home page HTML. .
- DEDECMS 1905 2019-12-16 09:46:10
-
- How to solve the automatic linking of document keywords in dedecms V5.6
- The method to solve the automatic linking of dedecms document keywords: first open the "arc.archives.class.php" file; then replace the code "foreach($kws as $k){}" with "global $dsql;$dsql->. ..;" and save.
- DEDECMS 2285 2019-12-16 09:43:04
-
- How to fix the BUG in DEDECMS document keyword related articles
- The method to modify the DEDECMS document keyword related article BUG is: first open the "arc.archives.class.php" file; then modify the 197th line of code to "$GLOBALS['cfg_keyword_like']=='Y'" and save it.
- DEDECMS 1725 2019-12-16 09:38:49
-
- How to call random articles on dedecms homepage
- How to call random articles on the dedecms homepage: first create an "autoindex.php" file; then write the code "function sp_input( $text ){...}" in the file; then upload it to "plus" of "ftp" ” folder; just update the home page at the end.
- DEDECMS 1880 2019-12-16 09:35:32
-
- How to solve the slide display problem on dedecms homepage
- The method to solve the problem of dedecms homepage slide display: first upload the "bcastr3.rar" file to the template directory; then modify the js code to "{dede:global name='cfg_templeturl'/}"; finally update the homepage HTML.
- DEDECMS 2264 2019-12-16 09:31:19
-
- How to call the shopping cart order quantity on the entire site of Dedecms5.7
- The method of calling the shopping cart order quantity in Dedecms5.7: first create the "my_car_count.php" file in the "/plus/" directory; then write the code "$cart = new MemberShops();" in the file. .."; then call the code.
- DEDECMS 1975 2019-12-16 09:26:14
-
- How to achieve picture carousel when uploading pictures in dedecms background
- The method of uploading pictures in dedecms background to realize picture carousel: first set the column of the website, and the empty model in it is an ordinary article; then open the home page template "index.htm" file; then find the JS code of picture carousel, copy it into the template and save it That’s it.
- DEDECMS 3403 2019-12-16 09:22:28
-
- How to display different result templates by channel model on the dedecms search results page
- The dedecms search results page implements the method of displaying different result templates according to channel models: first add the code "function check(){}" in the "head" area; then change the search code to "<form name="formsearch" action="". .." and save.
- DEDECMS 1340 2019-12-16 09:16:30
-
- What should I do if the site map cannot be opened and updated after migrating the data directory in DEDECMS 5.7?
- After migrating the data directory in DEDECMS5.7, the solution to the problem that the site map cannot be opened and updated: first create an rss folder in the root directory; then open the "makehtml_map.php" file; then replace the code with "$cfg_cmspath."/rssmap. html ";" is enough.
- DEDECMS 1834 2019-12-16 09:12:28
-
- How does dedecms dreamweaver TAG tag display how many articles there are in a single tag?
- How to display the number of articles in a single tag with the dedecms TAG tag: first open the [tag.lib.php] file; then add the code under line 87 [$row['count'] = $count['count(tid )'];] and save it.
- DEDECMS 2078 2020-10-21 10:29:48
-
- Solution to the problem of errors in reading additional information in some articles of Dedecms.com
- article_edit.php (this file is in the background folder), 35 lines (specific search: "Error reading additional information" will know where it is); I changed the dede_member table, directly deleting the old table and then recreating it. , all the previous registered member data is gone.
- DEDECMS 1786 2019-12-14 14:51:37