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 get unlimited column subcategories in DEDECMS
- How to get unlimited column subcategories in DEDECMS: first open the "channell.lib.php" file; then modify the code to "function lib_channel(...){...}"; then use "[field:sonchannel0" in the template ]" can be called.
- DEDECMS 2111 2019-12-19 09:35:41
-
- How to modify the required fields of custom form options in dedecms
- Method to modify the required fields in the custom form options of Dedecms: First open the "diy.php" file; then add the code "if(){showMsg('with * as required, please fill it in correctly" under line 40 ', '-1');..."; Then add the "input" tag code to the form page.
- DEDECMS 2312 2019-12-19 09:31:39
-
- How does DedeCMS determine if the brief title is empty and display the complete title?
- How DedeCMS determines if the abbreviated title is empty and displays the complete title: First open the DedeCMS template file; then change the code to "[field:title function='(strlen("@me")>34?cn_substr("@me",30 )..." and save it.
- DEDECMS 2495 2019-12-19 09:27:23
-
- How to use CSS image grabbing tool during DEDE imitation website process
- How to use the CSS image grabbing tool during the DEDE website imitation process: first open the grabbing tool; then enter the URL of the target website and the absolute path address of the CSS; then select the location where you need to save the image in the CSS; finally extract the image and save it. Can.
- DEDECMS 2621 2019-12-19 09:23:39
-
- How to call DedeCMS time tag pubdate
- The DedeCMS time tag pubdate calling method is: first familiarize yourself with the composition of the time tag in the dedecms default template; then use the calling syntax "[field:pubdate function="MyDate('m-d')").
- DEDECMS 2346 2019-12-19 09:19:24
-
- How to display the column name in the Dream Weaver cms album
- How to display the column name in DreamWeaver cms atlas: first open the "img.lib.php" file; then change the code on line 79 to "$typename = $row['typename'];$fields['typename'] =$typename;" That's it.
- DEDECMS 2503 2019-12-19 09:15:08
-
- How to use if for multi-branch judgment in DEDE template
- The method of using if in the DEDE template for multi-branch judgment: first get the value of a database table field in the form of "[field:field name/]" inside the list tag; then use the "[field:array]" tag to get Different icon paths; finally, the if branch can be judged according to specific conditions.
- DEDECMS 2627 2019-12-19 09:11:58
-
- How does DEDE call the specified article ID to call a specific document?
- DEDE calls the method of specifying the article ID to call a specific document: first enter the DEDE background; then open the source code file; then add the code as "{dede:arclist idlist=''}<a href='[field:arcurl/]'>{ /dede:arclist}" can be used.
- DEDECMS 1820 2019-12-18 10:33:28
-
- How to remove the bold effect of recommended articles in DedeCMS column list
- How to remove the bold effect of recommended articles in DedeCMS column list: first open the "arc.listview.class.php" file; then comment out "if(ereg('c',$row['flag'])){$row[ 'title']...[html]" code is enough.
- DEDECMS 2005 2019-12-18 10:29:11
-
- How to modify list_article.htm list page with page number
- How to modify the page number of the "list_article.htm" list page: first open the "arc.listview.class.php" file; then delete the code "$this->ParseTempletsFirst();" on line 219 and save it.
- DEDECMS 2598 2019-12-18 10:24:36
-
- How to modify the default image upload path in DEDECMS V5.3/V5.5
- DEDECMS method to modify the default image upload path: first open the "include/common.inc.php" file; then find the code "$cfg_image_dir"; then modify the path parameters and save it.
- DEDECMS 2148 2019-12-18 10:20:08
-
- What should I do if the TAG tag in DedeCMS cannot be saved and automatically deleted?
- The solution to the problem that DedeCMS's TAG tag cannot be saved and automatically deleted: first enter phpmyadmin and click the database drop-down box; then find and open the "dede_tagindex" table; then add a "typeid" field after "tag" and change the value to 12 That’s it.
- DEDECMS 1758 2019-12-18 10:16:17
-
- How to implement DedeCMS digg Ajax cross-domain
- DedeCMS digg Ajax cross-domain implementation method: first open the local html or js file; then write "function _Digg(type,tid){...}" in the file; then make the remote file call the local function "visitCountCallBack" .
- DEDECMS 2534 2019-12-18 10:11:08
-
- What should I do if the data connection fails after uploading to the server?
- The solution to the data connection failure after DreamWeaver uploads to the server: first open the "common.inc.php" file in the "data" folder; then change the correct database connection information; finally save the file and update the website.
- DEDECMS 2693 2019-12-18 10:06:26
-
- How does DreamWeaver make the channelartlist tag support the limit attribute?
- How to make the channelartlist tag support the limit attribute in Dreamweaver: first open the "includetaglibchannelartlist.lib.php" file; then modify the code to "$attlist= 'typeid|0...limit|;".
- DEDECMS 2114 2019-12-18 10:02:55