current location:Home > Technical Articles > CMS Tutorial > Empire CMS
- 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 call tags in list.var of empire cms list page
- The implementation method of calling "tags" on the empire cms list page "list.var": first find and open the list content template "list.var" file; then add the code "$nsmalltext=$r[smalltext];$ntext( ...);" and save to implement the call.
- Empire CMS 2858 2019-12-14 09:18:32
-
- How to obtain the same level columns in the empire cms column list template
- How to get the same level column in the empire cms column list template: first use the "[showclasstemp]" tag to get the parent column ID of the current column; then use the php code "$GLOBALS[navclassid]]['bclassid']" to get the same level column level column.
- Empire CMS 3280 2019-12-14 09:14:22
-
- How to call the topic of Empire CMS 7.0? The topic to which this information belongs has a link.
- How to implement that Imperial CMS calls the topic to which this information belongs and the topic has a link: first log in to the Imperial CMS backend; then select "Template Management" -> "Manage Tags" -> "Import Tags"; then add "[ in the content template echoinfozt]0[/echoinfozt]” tag can be called.
- Empire CMS 1888 2019-12-14 09:10:58
-
- How to use fetch() and fetch1() in the secondary development of Imperial CMS
- fetch() and fetch1() are commonly used functions in Empire CMS. They are used to loop out a list or list multiple pieces of information. Their syntax is "fetch( $sql )" and "fetch1("select userid,username from" respectively. );".
- Empire CMS 2887 2019-12-14 09:06:21
-
- How to implement the function of clicking on the picture to go to the next page in DEDECMS
- DEDECMS method to implement the function of clicking on a picture to enter the next page: first open the "arc.archives.class.php" file; then add the code "function ClickPicNext($ismake=1,$aid,&$body){}"; finally save That’s it.
- Empire CMS 3145 2019-12-13 09:29:14
-
- Solution to Unknown error when upgrading Empire CMS to 7.0
- The solution to the error when upgrading Imperial CMS to 7.0: first open the "alllistinfo_movie.php" file; then find the sql statement in line 9 of the article; then replace the sql statement with "$query="select id,classid..."; Finally save and upload.
- Empire CMS 3385 2019-12-13 09:22:17
-
- How to use the empire label to highlight the current column
- How to use the empire tag to highlight the current column: first add a custom function as "ser_GetTopBclassid" in the "\e\class\userfun.php" file; then use the smart tag to call the navigation part; then make a Variable; finally call it on the home page and list page.
- Empire CMS 2443 2019-12-13 09:16:08
-
- How to call the download address of the content page on the homepage of Empire CMS
- How to call the download address of the content page on the home page of the Empire CMS: first enter the background of the Empire CMS system; then find and open the relevant source code file; then use the smart tag combined with the dynamic URL address to achieve this. The syntax is "[e:loop={' download',''}][/e:loop]".
- Empire CMS 3144 2019-12-13 09:11:48
-
- How to add plug-ins to Imperial CMS FCKeditor
- How to add a plug-in to Imperial CMS FCKeditor: First upload the "SyntaxHighlighter2.1.382" folder to the root directory of the website; then add the js code to the content template; then upload the "syntaxhighlight2" folder to the "plugin" directory.
- Empire CMS 2582 2019-12-13 09:07:11
-
- How to modify the paging display number on the dynamic list page of Empire CMS7.0
- How to modify the number of paging displays on the empire cms dynamic list page: first open the file "index.php"; then find the code "$page_line=16;"; then replace it with "$public_r['listpagelistnum']".
- Empire CMS 2878 2019-12-12 09:39:51
-
- What should I do if an error occurs during batch generation of data updates in Imperial CMS 7.0?
- The solution to the error during batch generation of imperial cms data update: first enter the [data update] of imperial cms; then select the [Clear excess data] function; then clean up the excess information in the index table to solve the problem.
- Empire CMS 2206 2019-12-12 09:36:15
-
- How to get the topic name of the current information in the Empire CMS list page
- How to get the topic name of the current information in the Empire CMS list page: first check the program support code; then add the code "$zhuanti=$empire->fetch1("select ztid,classid from {$dbtbpre}... ” and save it.
- Empire CMS 2666 2019-12-12 09:31:48
-
- What is the method to send the registration welcome email in Empire cms6.6?
- The method to send the registration welcome email of Empire cms6.6 is: first add an extension variable, the variable name is myemai; then open the "/e/class/user.php" file; then add the code "SendhuanUserEmail($userid,$username... )" to save.
- Empire CMS 2689 2019-12-12 09:27:54
-
- What is the SQL calling method for Imperial CMS custom list?
- Empire CMS custom list SQL calling method: First select "Template Management->Custom List->Add Custom List"; then call the SQL statement as "elect count(*) as total from [!db.pre!]ecms_news where..." can be done.
- Empire CMS 2601 2019-12-12 09:23:03
-
- How to change the English navigation in Empire CMS
- How to change the English navigation in Imperial CMS: first find and open the "\e\data\language\gb\pub\fun.php" file; then modify the code to "'index'=>'Homepage','pripage'=>' Previous page','nextpage'=>..."; just save it finally.
- Empire CMS 3445 2019-12-12 09:19:15