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 add sorting method to {dede:freelist/}list call
- {dede:freelist/}List call method to add sorting method: first open the "freelist_add.htm" file; then insert the code as "<option value="rand"></option>"; then save the file.
- DEDECMS 1639 2020-01-08 09:10:40
-
- How to call the label of the current column name on the DreamWeaver content page
- The method for calling the current column name tag on the Dreamweaver content page: first enter the Dreamweaver backend; then open the corresponding template file; then add the calling code as "{dede:field function="GetTypeName(@me)"/}".
- DEDECMS 2560 2020-01-08 09:07:38
-
- How to make DEDECMS list tag support weight sorting
- How to make the list tag of DEDECMS support weight sorting: first open the "arc.listview.class.php" file; then insert the code statement as "else if($orderby=="weight"){$ordersql}" and save it .
- DEDECMS 2116 2020-01-08 09:05:08
-
- When adding text, add the word [Picture] after the title.
- dedecms allows articles with pictures to add the word "Picture" after the title. If there is no picture, add it; add the code to the corresponding position looped out under the arclist tag. If it is the homepage, comment out include/arc.archives.class.php middle.
- DEDECMS 2549 2020-01-07 15:14:20
-
- How to cancel the recommended bold setting in the article title on the DEDE column list page
- The recommended way to cancel the bold setting of the article title on the DEDE column list page: first open the "arc.listview.class.php" file; then search for ""<b>".$row['title']."</b> "" part and change it to only "$row['title']".
- DEDECMS 1957 2020-01-07 09:52:23
-
- What should I do if the DreamWeaver channelartlist tag cannot obtain external links?
- The solution to the problem that the "channelartlist" tag of Dreamweaver cannot obtain external links: first open the "channelartlist.lib.php" file; then modify the code in it to "$tpsql="reid=0 AND ishidden<>1 AND >0" .
- DEDECMS 2422 2020-01-07 09:49:36
-
- How to call other field values in the DreamWeaver runphp=yes tag
- How to call other "field" values in the "runphp=yes" tag of Dreamweaver: first open the corresponding template file; then use global variables to implement it, the code is "{dede:php}$GLOBALS['xxoo']=$refObj- >Fields['fieldname']".
- DEDECMS 2478 2020-01-07 09:46:27
-
- How to use DEDECMS to move the mouse to the title to display the complete title
- DEDECMS implements the method of moving the mouse to the title to display the complete title: first call the label code as "{dede:arclist titlelen=""40""orderby=pubdate}"; then replace it with "[field:fulltitle/]" That’s it.
- DEDECMS 2779 2020-01-07 09:43:43
-
- What should I do if the files included in the module are empty when I install the module on PHP7?
- The solution to the problem that the files contained in the module are empty when DreamWeaver installs the module on PHP7: first find and open the "dedeatt.class.php" file; then change the "var $Items = "";" in it to "var $Items = array();" That's it.
- DEDECMS 2197 2020-01-07 09:40:25
-
- How does DreamWeaver obtain the static link of a column based on the column ID?
- The method for Dreamweaver to obtain the static link of the column based on the column ID: first enter the Dreamweaver backend system; then add the code as "$dsql->GetOne("select * from `dede_arctype` where id=1");"; and then add the parameters Just change the id to the value you want.
- DEDECMS 2973 2020-01-07 09:37:30
-
- How to get the name and link of the previous column in Dedecms
- The method for Dedecms to obtain the name and link of the upper-level column: first enter the backend system of Dedecms; then open the corresponding template file; then add the calling code as "$query="SELECT reid FROM dede_arctype where id = $typeid";" that is Can.
- DEDECMS 2214 2020-01-07 09:33:57
-
- How does DreamWeaver SQL call the article and obtain the static address?
- The method for Dreamweaver SQL to call the article and obtain the static address: first enter the Dreamweaver backend system; then open the corresponding template file; then add the sql code as "{dede:sql sql="SELECT * FROM dede_archives limit 10"}".
- DEDECMS 1595 2020-01-07 09:31:11
-
- What should I do if the basic system parameters of Dedecms are blank?
- The solution to the problem that the basic system parameters of Dedecms are blank: first open the "common.func.php" file; then add the function codes as "function make_hash()" and "function dede_random_bytes()" and save them.
- DEDECMS 3310 2020-01-07 09:28:18
-
- How to call the top-level columns and the secondary columns below in DreamWeaver
- The method for Dreamweaver to call the top-level columns and the following secondary columns: first enter the Dreamweaver backend; then open the corresponding template file; then add the code as "dede:channelartlist typeid='top'}{/dede:channelartlist}".
- DEDECMS 2550 2020-01-15 10:37:17
-
- How does DEDECMS generate QR codes for each page?
- How DEDECMS generates QR codes for each page: first open the web page source code file; then add the code as "<script>thisURL = document.URL; strwrite = ""</script>".
- DEDECMS 2832 2020-01-07 09:22:29