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 does dedecms make mytypeid of likearticle support multiple columns and sub-columns?
- How dedecms allows likearticle's mytypeid to support multiple columns and sub-columns: first open the "likearticle.lib.php" file; then add the code "else{$typeids = explode(...);"; and finally save it.
- DEDECMS 2639 2019-12-14 09:38:36
-
- What is the alternative to the invalid currentstyle parameter of the homepage navigation bar of Dedecms?
- The alternative method for the invalid currentstyle parameter in the dedecms homepage navigation bar is: first log in to the dedecms backend; then open the relevant source code file; then add the code to the file as "{dede:fiel}..class='hover'.."; {/dede:field}" and save it.
- DEDECMS 1889 2019-12-14 09:34:50
-
- How to open the external link column of DreamWeaver CMS navigation in a new window
- Find head.htm in the template and replace and modify <li><a href='[field:typeurl/]'>[field:typename/]</a></li>. If there are more than one, you can write them all at once.
- DEDECMS 2321 2019-12-13 15:21:23
-
- How to call tag tag on dedecms list page and details page
- How to call the tag tag on dedecms list page and detail page: first open the "list_article.htm" file; then add the code as "[field:id runphp='yes']global$cfg_cmspath...[/field:id]" and Just save it.
- DEDECMS 2927 2019-12-13 10:50:54
-
- How to make DEDECMS friendly links more organized
- The method to make DEDECMS friendly links more orderly: first enter the DEDECMS system background; then select "Friendly Link Management -> Add Link"; then in the "Arrangement Position", add the number "1"; finally save and refresh the website. .
- DEDECMS 2166 2019-12-13 10:46:07
-
- How to set directory permissions in DedeCMS
- How to set DedeCMS directory permissions: first delete the "install" file; then find the "data", "templets", "uploads", "a" or "html" directories; then right-click to set these directories to be readable and writable, but not Execution permission is sufficient.
- DEDECMS 2187 2019-12-13 10:41:00
-
- How to display English date and time in DEDECMS
- How to display English date and time in DEDECMS: first open the list page and content page files; then add the code "[field:pubdate function=strftime('%A %B-%d %Y %H:%M:%S) in the file ',@me)]" and save it.
- DEDECMS 2402 2019-12-13 10:33:24
-
- How to call tag on DEDECMS article list page
- How to call tag on the DEDECMS article list page: first open the "common.func.php" file; then add the code "function listtag($aid){}" in the file; then use "[field:id function=' on the list page '/]" can be called.
- DEDECMS 2712 2019-12-13 10:29:08
-
- How to modify the title of dedecms list page
- How to modify the title of the dedecms list page: first add the code "function getPosition(){}" in the "inc_typelink.php" class; then add the code "$this->TypeLink->." in the class that parses the list page and content page. .." and save.
- DEDECMS 2486 2019-12-13 10:24:27
-
- How to add download method in dedecms download module
- How to add the download method in the dedecms download module: first open the "/plus/download.php" file; then add the js code and the code "require("encode.inc");"; finally put the "encode.inc" file in Just go to the "plus" directory.
- DEDECMS 2840 2019-12-13 10:17:29
-
- How to set up DedeCms security settings
- DedeCms security setting method: 1. Set the column directory in the root directory; 2. Set the directory to be readable, writable, and non-executable; 3. Delete the special directory; 4. Delete the install directory; 5. Set independent settings for each website. MySQL user account.
- DEDECMS 2572 2019-12-13 10:13:35
-
- How dedecms implements pseudo-static tag tags
- Dedecms' method to implement pseudo-static tag tags: first find and open the "tags.php" file; then replace the code with "if(isset($_SERVER[])){...}" and save it; then modify the paging code and set it Pseudo-static rules are sufficient.
- DEDECMS 2305 2019-12-13 10:09:14
-
- How to install DedeCMS under Linux
- How to install DedeCMS under Linux: First use the command "tar -zxvf DedeCMS-****.tar.gz" under Linux to download "DedeCMS"; then visit "http://mysite/install"; then enter the server Monitor the environment and click Install.
- DEDECMS 3888 2019-12-13 10:01:56
-
- How to obtain the original image address of the thumbnail image in Dedecms
- How to obtain the original address of the thumbnail image in Dreamweaver: first back up the "extend.func.php" file; then open the file; then add the code "function firstimg($str_pic){...}" to the file and save it. ; Finally, just call it in a loop in the template.
- DEDECMS 2724 2019-12-13 09:56:10
-
- How to implement the SMS verification code function of Dreamweaver
- The method for Dreamweaver to implement the SMS verification code function: first create a "phonecode" table to record the verification code; then insert the Alibaba Cloud SMS interface code in the corresponding position of "index_do.php"; then insert the code into the text as " function getrandchar(){}" and save it.
- DEDECMS 3166 2019-12-13 09:50:30