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 use the Dreamweaver universal tag {dede:sql}
- Usage of the DreamWeaver universal tag {dede:sql}: First add a single-page document in the background single-page document management; then add the {dede:sql} tag where the single-page document needs to be called. The syntax is "{ dede:sql sql=""}{/dede:sql}".
- DEDECMS 2930 2019-11-16 09:52:12
-
- What is the LOOP mark of the Dream Weaver System label code?
- The LOOP tag of the DreamWeaver system is used to call data from any table. Its syntax is "{dede:loop table='}underlying template{/dede:loop}". It is generally used to call operations such as forum posts.
- DEDECMS 1824 2019-11-16 09:46:55
-
- How to use the Dreamweaver tag code Arclist tag
- The Arclist tag of DreamWeaver tag code is also called the free list tag, which is used to obtain a specified document list. Its syntax is "{dede:arclist typeid='' row='' col='' titlelen=''}{/dede: arclist}".
- DEDECMS 1477 2019-11-16 09:43:07
-
- DedeCMS custom macro tag usage
- DedeCMS Tutorial: The new version of DedeCMS V5.3 adds custom macro tags that can automatically generate and add dreamweaver tags. This is similar to the template fragmentation function. The first is to add a tag directly. You can click [Template]-[Custom Macro Tag] to enter the custom macro tag management page and add a tag.
- DEDECMS 2922 2019-11-16 09:21:13
-
- dedeCMS DreamWeaver backend login verification code is wrong or not displayed
- Solution to the problem that the dedecms verification code is wrong or not displayed: 1. Change the data in /include/vdimgck.php to the current data directory path; 2. Delete the files except index.html in the data/session directory; 3. Give the session write permission.
- DEDECMS 1839 2019-11-15 15:43:05
-
- How to move the DEDECMS website
- How to move the DEDECMS website: first install the same DEDECMS program in the new space; then copy the files in the uploads directory in the old space to the corresponding directory in the new space; then enter the background of the DEDECMS system to restore the database of the old space; finally Log in to the new website backend and select [Update System Cache] to complete the website move.
- DEDECMS 2168 2019-11-15 14:53:40
-
- How to back up the DreamWeaver system
- Method to back up the DreamWeaver system: first enter the DedeCms backend; then select [System] - [Database Backup/Restore]; then select and confirm [Backup].
- DEDECMS 2309 2019-11-15 11:26:27
-
- How to implement paging in DreamWeaver arclist tags
- The method for paging in the Arclist tag of Dreamweaver: first add the "dedeajax2.js" code before " " on the homepage; then introduce the "function multi()" code; then set "tagi" and "tagi" in the arclist tag pagesize" parameter can achieve paging.
- DEDECMS 2512 2019-11-15 11:20:20
-
- How to sort DEDE 5.7 home page by weight
- How to sort the DEDE5.7 homepage by weight: first open the "arclist.lib.php" file in the Dreamweaver system; then modify "$ctag->GetAtt('weight')"; then modify the document sorting method; finally Save this file to sort the home page by weight.
- DEDECMS 1814 2019-11-15 11:14:49
-
- How to add alt anchor text information to the thumbnail of the Dreamweaver list
- The method to add alt anchor text information to the Dreamweaver list thumbnail is: first add the attribute alt='{@me['title']}' to the img tag in the list_article.htm file; 2. Modify arc.listview.class. $row['title'] variable in php file.
- DEDECMS 2140 2019-11-15 11:12:43
-
- How to call the page number on the DreamWeaver column list page
- How to call the page number on the DreamWeaver column list page: first find line 948 in the "/include/arc.listview.class.php" file; then add "TotalPage" after the line to get the page number; then in Just add the "preg_matc" function to line 1054.
- DEDECMS 2820 2019-11-15 11:10:12
-
- How to get the current article URL address in Dreamweaver
- In DreamWeaver, you can use the "{/dede:geturl}" tag to get the current article URL address. The code statement is "{dede:global.cfg_basehost/}{dede:geturl runphp='yes'}{/dede:geturl} ".
- DEDECMS 3154 2019-11-15 11:04:20
-
- How to prevent the DEDECMS website from being hacked
- The method to prevent hacking on the DEDECMS website: first delete the member folder; then add an empty index.html to each directory to prevent the directory from being accessed; then delete the "media_add.php" and other files in the management directory; and finally add Just delete tag.php in the root directory.
- DEDECMS 2585 2019-11-15 10:46:58
-
- How to remove the bottom powered by dedecms
- How to remove "powered by dedecms" at the bottom: First find line 588 in the "include/dedesql.class.php" file; then change "$arrs1" to "$arrs1=array();" to remove it.
- DEDECMS 2229 2019-11-15 10:42:29
-
- How to add the line number and sequence number attribute to the Dreamweaver 5.x{dede:channel} tag
- The method to add the line number attribute to the dede:channel tag is: first add line|1 after the $attlist variable in the lib_channel function of the channel.lib.php file; then set the number of lines set by the default attribute; and finally add $ row['line'] variable.
- DEDECMS 6076 2019-11-15 11:03:29