current location:Home > Technical Articles > CMS Tutorial > DEDECMS

  • How to use the Dreamweaver universal tag {dede:sql}
    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 2951 2019-11-16 09:52:12
  • What is the LOOP mark of the Dream Weaver System label code?
    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 1839 2019-11-16 09:46:55
  • How to use the Dreamweaver tag code Arclist tag
    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 1487 2019-11-16 09:43:07
  • DedeCMS custom macro tag usage
    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 2939 2019-11-16 09:21:13
  • dedeCMS DreamWeaver backend login verification code is wrong or not displayed
    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 1854 2019-11-15 15:43:05
  • How to move the DEDECMS website
    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 2182 2019-11-15 14:53:40
  • How to back up the DreamWeaver system
    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 2328 2019-11-15 11:26:27
  • How to implement paging in DreamWeaver arclist tags
    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 "</head>" on the homepage; then introduce the "function multi()" code; then set "tagi" and "tagi" in the arclist tag pagesize" parameter can achieve paging.
    DEDECMS 2532 2019-11-15 11:20:20
  • How to sort DEDE 5.7 home page by weight
    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 1825 2019-11-15 11:14:49
  • How to add alt anchor text information to the thumbnail of the Dreamweaver list
    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 2161 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
    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 2841 2019-11-15 11:10:12
  • How to get the current article URL address in Dreamweaver
    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 3178 2019-11-15 11:04:20
  • How to prevent the DEDECMS website from being hacked
    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 2616 2019-11-15 10:46:58
  • How to remove the bottom powered by dedecms
    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 2244 2019-11-15 10:42:29
  • How to add the line number and sequence number attribute to the Dreamweaver 5.x{dede:channel} tag
    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 6092 2019-11-15 11:03:29

Tool Recommendations

jQuery enterprise message form contact code

jQuery enterprise message form contact code is a simple and practical enterprise message form and contact us introduction page code.
form button
2024-02-29

HTML5 MP3 music box playback effects

HTML5 MP3 music box playback special effect is an mp3 music player based on HTML5 css3 to create cute music box emoticons and click the switch button.

HTML5 cool particle animation navigation menu special effects

HTML5 cool particle animation navigation menu special effect is a special effect that changes color when the navigation menu is hovered by the mouse.
Menu navigation
2024-02-29

jQuery visual form drag and drop editing code

jQuery visual form drag and drop editing code is a visual form based on jQuery and bootstrap framework.
form button
2024-02-29

Organic fruit and vegetable supplier web template Bootstrap5

An organic fruit and vegetable supplier web template-Bootstrap5
Bootstrap template
2023-02-03

Bootstrap3 multifunctional data information background management responsive web page template-Novus

Bootstrap3 multifunctional data information background management responsive web page template-Novus
backend template
2023-02-02

Real estate resource service platform web page template Bootstrap5

Real estate resource service platform web page template Bootstrap5
Bootstrap template
2023-02-02

Simple resume information web template Bootstrap4

Simple resume information web template Bootstrap4
Bootstrap template
2023-02-02

Cute summer elements vector material (EPS PNG)

This is a cute summer element vector material, including the sun, sun hat, coconut tree, bikini, airplane, watermelon, ice cream, ice cream, cold drink, swimming ring, flip-flops, pineapple, conch, shell, starfish, crab, Lemons, sunscreen, sunglasses, etc., the materials are provided in EPS and PNG formats, including JPG previews.
PNG material
2024-05-09

Four red 2023 graduation badges vector material (AI EPS PNG)

This is a red 2023 graduation badge vector material, four in total, available in AI, EPS and PNG formats, including JPG preview.
PNG material
2024-02-29

Singing bird and cart filled with flowers design spring banner vector material (AI EPS)

This is a spring banner vector material designed with singing birds and a cart full of flowers. It is available in AI and EPS formats, including JPG preview.
banner picture
2024-02-29

Golden graduation cap vector material (EPS PNG)

This is a golden graduation cap vector material, available in EPS and PNG formats, including JPG preview.
PNG material
2024-02-27

Home Decor Cleaning and Repair Service Company Website Template

Home Decoration Cleaning and Maintenance Service Company Website Template is a website template download suitable for promotional websites that provide home decoration, cleaning, maintenance and other service organizations. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-05-09

Fresh color personal resume guide page template

Fresh color matching personal job application resume guide page template is a personal job search resume work display guide page web template download suitable for fresh color matching style. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-29

Designer Creative Job Resume Web Template

Designer Creative Job Resume Web Template is a downloadable web template for personal job resume display suitable for various designer positions. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28

Modern engineering construction company website template

The modern engineering and construction company website template is a downloadable website template suitable for promotion of the engineering and construction service industry. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!