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 call the article TAG tag and add a link?
- How to call the TAG tag of the article and add the link in Dreamweaver: first add the code as "[field:id runphp='yes'][/field:id]" in the list page; then use the code as "{ in the content page dede:field.id runphp='yes'}".
- DEDECMS 2590 2020-01-07 09:19:29
-
- How to call the address of the column in Dreamweaver CMS
- How to call the column address in Dreamweaver CMS: first enter the backend of Dreamweaver CMS; then add the code as "$sql="SELECT * FROM dede_arctype where topid=0 and ishidden = 0 order by sortrank".
- DEDECMS 2333 2020-01-07 09:14:14
-
- How to obtain the sub-column of Dedecms
- How to get the sub-column in Dedecms: First open the "xtend.helper.php" file; then add the function code as "function getTopChannelName($id) {global $dsql;}" and save it.
- DEDECMS 2037 2020-01-07 09:08:44
-
- DEDECMS security settings
- DEDECMS security setting method: first delete unnecessary directories, such as the install directory; then delete unnecessary files, such as the files in the plus folder; then modify the default background folder name; and finally delete the default admin user.
- DEDECMS 2153 2020-01-07 09:05:02
-
- How to call custom fields in DreamWeaver search results
- How to call custom fields in Dreamweaver search results: first open the "extend.func.php" file; then add the code as "function table($table, $field, $id){global $dsql;$primarys=array() }" will do.
- DEDECMS 1791 2020-01-06 09:25:14
-
- How to call the current member information on any page in DreamWeaver
- The method for Dreamweaver to call the current member information on any page: first enter the Dreamweaver system background; then open the corresponding template file; then add the calling code as "<script language="javascript" type="text/javascript">CheckInfo(); "That's it.
- DEDECMS 2094 2020-01-06 09:18:31
-
- How to display different templates according to channel model on the Dreamweaver search results page
- How to display different templates according to channel models on the Dreamweaver search results page: first add the code "function check()" in the "head" area; then change the search code to "dede:global name='keyword' function='RemoveXSS() "That's it.
- DEDECMS 1777 2020-01-06 09:15:08
-
- How to reference the content of another tag in one tag in DreamWeaver
- How to reference the content of another tag in one tag of Dreamweaver: first enter the background of Dreamweaver system; then select "Template->Global Tag Test"; then add the code as "{dede:field name='typename' runphp='yes' }{/dede:field}”.
- DEDECMS 2428 2020-01-06 09:11:03
-
- How does DreamWeaver call articles published in a certain time period?
- The method for Dreamweaver to call articles published in a certain period of time: first enter the Dreamweaver backend; then open the corresponding template file; then add the calling code as "if($subday>0){if($subday==1){$ntime =gmmktime(0,0,0,gmdate('m')}}".
- DEDECMS 2116 2020-01-06 09:08:00
-
- How to change DedeCMS editor fck to eWebEditor editor
- How to replace the DedeCMS editor "fck" with the "eWebEditor" editor: first decompress the downloaded "eWebEditor" file; then modify the background "HTM" file of DEDECMS, insert "eWebEditor" into it, and replace the original "FCK" A text editor will do.
- DEDECMS 2380 2020-01-04 10:25:46
-
- How to add verification code in custom form in DedeCMS
- How to add the verification code in the custom form in Dream Weaver: first enter the DedeCMS background to generate the custom form; then add the verification code code in the custom form template; then add the JS code to the current page; and finally open the website root directory "/plus /diy.php" file and add the verification code.
- DEDECMS 2291 2020-01-04 09:53:52
-
- How to display the visitor's IP address on the DreamWeaver homepage
- How to display the visitor's IP address on the Dreamweaver homepage: first enter the Dreamweaver backend; then open the corresponding template file; then add the code "function get_real_ip(){$ip = $_SERVER["HTTP_CLIENT_IP"] where the IP address needs to be displayed. ;}" That's it.
- DEDECMS 3207 2020-01-04 09:49:38
-
- How to get the top column name based on the subordinate columns in DreamWeaver
- In Dreamweaver, you can use SQL statements to obtain the top-level column names based on lower-level columns. The SQL statement is "$sql = "SELECT * FROM `dede_arctype` WHERE id=$ID";".
- DEDECMS 2297 2020-01-04 09:46:11
-
- How does Dreamweaver realize that the ALT attribute of the picture is automatically changed into the title?
- DreamWeaver realizes how to automatically change the ALT attribute of an image into a title: first open the "img.lib.php" file; then add the code "$dsql= new DedeSql(false);" on line 77; then open "article_image " file and modify the code to "alt".
- DEDECMS 2448 2020-01-04 09:42:49
-
- How to use js to control the size of pictures in the DreamWeaver article page
- How to use js to control the size of pictures in the Dreamweaver article page: first enter the Dreamweaver backend; then open the corresponding template file; then add the js code as "function checkImg(mypic){if (width > xw) bigimg.width = xw; }" will do.
- DEDECMS 2326 2020-01-04 09:38:38