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 solve the problem that dedecms5.7 linkage type cannot be displayed
- The solution to the problem that dedecms5.7 linkage type cannot be displayed: first open the "customfields.func.php" file; then add the code "if(substr($cmspath,-1,1) != '/') $cmspath .= '/ ';" and save it.
- DEDECMS 2042 2019-12-20 10:00:03
-
- How to batch index DeDeCms V5.6 data into Taote search engine
- How to batch index DeDeCms data into Taote search engine: first run the Sql statement through Mysql; then back up the "makehtml_archives_action.php" file; then enter the background and select "HTML Update - Update Document HTML"; and finally batch update.
- DEDECMS 2253 2019-12-20 09:56:46
-
- How to implement arclist paging in dedecms5.6
- The implementation method of dedecms5.6 arclist paging: first enter the dedecms background; then open the paging source code file; then add the paging code as "function multi(pagenum,tagid){var taget_obj...}".
- DEDECMS 1836 2019-12-20 09:51:42
-
- How to modify thumbnails in DedeCMS version 5.1
- The method to modify the thumbnail of DedeCMS version 5.1 is: first find the "article_add_action.php" file; then copy and overwrite the file to the "\dede\" directory; then open the "inc_photograph.php" file and modify the thumbnail function.
- DEDECMS 2156 2019-12-20 09:48:21
-
- How to get multiple pictures in dedecms picture collection
- How dedecms gets multiple pictures: First open the "common.func.php" file; then add the method "function Getimgs(){}"; then call the method "{dede:field.id function="Getimgs() in the template }" will do.
- DEDECMS 2629 2019-12-20 09:44:48
-
- How does dedecms call the annotations of pictures in the picture collection?
- In dedecms, you can use the "dede:field" tag to call the annotations of the pictures in the picture collection. The syntax is "{dede:field name='imgurls' runphp='yes'}$text="@me"...{/dede :field}".
- DEDECMS 2062 2019-12-19 10:22:20
-
- What should I do if the Dreamweaver login backend is stuck and unable to enter?
- The solution to the problem that the Dreamweaver login backend is stuck and cannot be entered: first open the "index_body.htm" file in the backend directory of the website; then find the code "function showMore(){ $("#allInfo").toggle(); " and Just delete it.
- DEDECMS 2448 2019-12-19 10:18:15
-
- How to set up dedecms single table model dynamic browsing
- How to set up dedecms single-table model dynamic browsing: first open the "arclistsg" source code file; then change the parameters in "GetFileUrl()" to "$row['ismake']"; then comment out the code that generates "html" That’s it.
- DEDECMS 1916 2019-12-19 10:14:16
-
- How to call the current column subcategory in the navigation bar drop-down menu of DreamWeaver
- How to call the current column subclass in the drop-down menu of Dreamweaver: first enter the Dreamweaver backend; then open the template source code file; then add the code as "{dede:channelartlist typeid="top" row='18' currentstyle=" "}" and save it.
- DEDECMS 2143 2019-12-19 10:06:39
-
- How dede adds the field father to dede_sys_enum
- How dede adds the field "father" to "dede_sys_enum": first determine the corresponding database table; then use a trigger to modify the value of the "father" field. The syntax is "SET new.father=REPLACE(new.evalue...)".
- DEDECMS 2466 2019-12-19 10:00:28
-
- How to modify order purchase in dedecms5.7 mall system
- How to modify the dedecms mall system order purchase: first open the "carbuyaction.php" file; then delete part of the code "if($cfg_ml->IsLogin()){...}"; then change the code to "$cfg_ml->CheckUser (...)" can be used.
- DEDECMS 2728 2019-12-19 09:56:46
-
- How does DEDECMS get the number of articles in the current column and all sub-columns?
- How DEDECMS gets the number of articles in the current column and all sub-columns: first open the "extend.func.php" file; then add the code "function GetSonTypeID(){}"; then call "getTotalArcByTid(1)" in the template .
- DEDECMS 2566 2019-12-19 09:51:38
-
- How does dede call articles or thumbnail lists in other columns with paging effect?
- How dede calls articles or thumbnail lists in other columns with paging effect: First call "dedeajax2.js" at the top of the column template; then add the code "function multi(pagenum,tagid){.." to the "head" part. .}" will do.
- DEDECMS 1720 2019-12-19 09:48:35
-
- How does dedecms enable visitors to ask questions, answer and view
- dedecms implements how visitors can ask, answer and view questions: first find the "question.php" file; then delete part of the code "if(empty($this->cfg_ml)){}" in the text; then delete "/ask/control "search file in the directory.
- DEDECMS 1997 2019-12-19 09:45:03
-
- What should I do if there is an error reading additional information in some dedecms articles?
- The error in reading additional information in some articles of dedecms is due to an error in the sub-table storage of dedecms. The solution is to add the content of the specified id to "dede_archives" and "dede_addonarticle" respectively.
- DEDECMS 2174 2019-12-19 09:40:44