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:
-
- What is the function of the plus file in the dedecms dreamweaver template?
- The functions of the plus file in the dedecms dreamweaver template are: 1. The guestbook folder realizes the message board function; 2. The task folder realizes the scheduled task control file function; 3. The carbuyaction file realizes the shopping cart function; 4. The vote file realizes the shopping cart function. Voting functions and more.
- DEDECMS 2842 2019-12-02 10:07:41
-
- How to make dedecms a dynamic website
- How to turn dedecms into a dynamic website: first delete the "index.html" generated under the website root directory; then modify the code in "index.php" to "header('Location:install/index.php'); "That's it.
- DEDECMS 2426 2019-12-02 10:01:43
-
- What should I do if the frequency of keywords in the Dreamweaver document cannot be modified?
- The solution to the problem that the frequency of keywords in the Dreamweaver document cannot be modified: first open the "article_keywords_main.php" file; then add the code "UPDATE `cn_keywords` SET rank='$rank' WHERE aid='$aid' ".
- DEDECMS 1862 2019-12-02 09:57:29
-
- How to call the specified column content on the DreamWeaver homepage
- How to call the specified column content on the DreamWeaver homepage: first manually modify the data prefix "dede_"; then write the sql statement "Select content from dede_arctype where id=2" through the "dede:sql" tag; then call the content of the relevant column ID, that is Can.
- DEDECMS 3621 2019-12-02 09:54:18
-
- How does DreamWeaver CMS realize judgment output?
- The method for realizing judgment output in Dreamweaver CMS is as follows: first put the values of other fields that need to be called in public variables; then directly call the values of public variables; then use "name='array'" to assign the values of other fields to the array. Judgment is possible.
- DEDECMS 2181 2019-12-02 09:48:50
-
- How to add the notypeid attribute to the DreamWeaver artlist tag to implement column filtering
- How to add the notypeid attribute to the Dreamweaver artlist tag to implement column filtering: first open the "arclist.lib.php" file; then add the code "$ctag->GetAtt('notypeid')"; then use "notype" in the arclist tag Just attribute.
- DEDECMS 1691 2019-12-02 09:44:14
-
- How to implement paging in the dedecms Dreamweaver topic node list content
- The method to implement paging in the dedecms Dream Weaver topic node list content: first open the "arc.specview.class.php" file; then add the "is_object" code; then adjust the "pagesize" value to 10 in the topic "list" template page. Pagination is possible.
- DEDECMS 2905 2019-12-02 09:39:46
-
- How to use the DEDECMS Dreamweaver template to turn pages by clicking on the picture in the album
- How to realize page turning by clicking on the picture in the atlas in the DreamWeaver template: first open the "inc_archives_view.php" file; then modify the content of "function ParseDMFields"; then find the "construct" constructor and modify it to "SplitFields".
- DEDECMS 1620 2019-12-02 09:35:57
-
- How does dedecms realize the Chinese and English paging function?
- The method for dedecms to realize Chinese and English paging function: first open the "arc.listview.class.php" file; then add the code "var $pagelang;"; then open the "list_article_en.htm" page and modify the pagelist tag.
- DEDECMS 2258 2019-12-02 09:31:30
-
- Why does the DedeCMS slideshow call image appear blurry?
- The blurred display of images when calling DedeCMS slideshows is because the actual image aspect ratio is too different from the ratio of the slideshow; the blurred display can be solved by manually cropping the thumbnails using Photoshop tools or by modifying the DedeCMS code to automatically call images in equal proportions. The problem.
- DEDECMS 1847 2019-12-02 09:25:52
-
- How to sort the list of DedeCMS DreamWeaver background templates alphabetically
- How to sort the list of DedeCMS background templates alphabetically: first find and open the templates template file in the background; then replace the dir() function with the scandir() function; finally save and update the template file.
- DEDECMS 2329 2019-12-02 09:21:36
-
- How to make the list tag of DEDECMS support weight sorting
- How to make the list tag of DEDECMS support weight sorting: first open the file "arc.listview.class.php"; then insert the "weight" statement on line 609; and then call it through the "dede:arclist" tag.
- DEDECMS 2343 2019-12-02 09:17:27
-
- How to cancel the background login verification code in DedeCms
- How to cancel the background login verification code in DedeCms: first introduce the "config.php" file; then use the DelCache() method to clear the member login cache; then use the PutLoginInfo() method to log out of the currently logged in user.
- DEDECMS 2580 2019-12-02 09:11:24
-
- How to remove the bottom of DreamWeaver powered by dedecms
- After the DEDECMS V5.7 version is updated, the copyright information "powered by dedecms" will appear at the bottom of the front page. Many people don't know how to remove it. Find line 588 in the include/dedesql.class.php file and modify it. Just save the file and upload it.
- DEDECMS 2827 2019-11-30 14:57:00
-
- How to use the WeChat public platform plug-in of Dedecms
- First, upload weixin.php to /plus; register a public account on the WeChat public platform; after registration, click "Advanced Functions", there are two modes: editing mode and development mode; turn off "editing mode" to Turn on "Development Mode", enter "Development Mode", and interface configuration information.
- DEDECMS 4307 2019-11-30 11:50:23