current location:Home > Technical Articles > CMS Tutorial

  • How to create a search module in Empire CMS
    How to create a search module in Empire CMS
    There are only seven steps to create a search module in Empire CMS: create a search form, configure the search module, set the search scope, set search conditions, set the search result display, insert the search module to the page, and test the search module. With these steps, you can easily add a powerful search feature to your website.
    Empire CMS 519 2024-04-16 14:51:30
  • How to set up empire cms column hiding
    How to set up empire cms column hiding
    Hide Empire CMS columns: Log in to the backend, find the column you want to hide on the column management page, select "Hide" in the column configuration, and finally click "Submit" to save the changes. Detailed description: 1. Display status field: Set whether the column is displayed on the front end. 2. Hide: Hide the column and all its sub-columns. 3. Submit button: Save changes. 4. Note: After hiding the parent column, the sub-column will also be hidden; the hidden column can still manage content, but it will not be visible on the front end; when re-displaying, change the display status to "Show".
    Empire CMS 845 2024-04-16 14:45:21
  • How to set up the Imperial CMS homepage to call other website data
    How to set up the Imperial CMS homepage to call other website data
    The Imperial CMS homepage can call other website data through the following steps: 1. Obtain the target website data (URL/API); 2. Create a data source (name/address/type/character set); 3. Create a column (data call type); 4. Configure column data calling (data source/data item/update frequency); 5. Add columns to the homepage (position/style/quantity); 6. Test and adjust data calling settings.
    Empire CMS 788 2024-04-16 14:42:18
  • What's going on when Empire CMS refreshes the home page and it's blank?
    What's going on when Empire CMS refreshes the home page and it's blank?
    The blank refresh home page of Empire CMS may be caused by cache not being cleared, template errors, database connection errors, plug-in conflicts or permission issues. The solutions are: clear the cache; check and repair the default.html file; check the database configuration and restart the database or Empire CMS service; disable or uninstall suspicious plug-ins; adjust file permissions.
    Empire CMS 638 2024-04-16 14:37:24
  • What should I do if Empire CMS refreshes the homepage to be blank?
    What should I do if Empire CMS refreshes the homepage to be blank?
    Imperial CMS refresh homepage blank may be due to the following reasons: The homepage template file is missing or damaged. Caching issues. There is no data in the database table. Server errors, plugin conflicts, or template file issues.
    Empire CMS 968 2024-04-16 14:33:13
  • What should I do if the advertisements managed by Empire CMS are not displayed?
    What should I do if the advertisements managed by Empire CMS are not displayed?
    Solution to Empire CMS ads not showing: Make sure ads are enabled. Check if the ad is bound to the ad slot. Check that the ad code is correct. Make sure the ad size matches the ad slot size. Check the syntax in the template for calling the ad tags. Try clearing your browser cache and cookies. Disable other plugins to eliminate conflicts. Check whether the database connection and table are normal.
    Empire CMS 1110 2024-04-16 14:30:23
  • What should I do if the imperial cms column is gone?
    What should I do if the imperial cms column is gone?
    When an Empire CMS column is lost, you can take the following steps to restore it: Check the database to find deleted or hidden columns. If you have a backup, restore the lost columns from the backup. Manually log in to the backend to add the missing columns and enter the original column information. Update the cache for the restore to take effect.
    Empire CMS 828 2024-04-16 14:24:12
  • How to set up empire cms custom page
    How to set up empire cms custom page
    Through step settings, Empire CMS can create and customize pages: 1. Add a page, provide a title, file name and template; 2. Enter the page content, using HTML and other codes; 3. Set page parameters, including title, keywords and description ;4. Save and publish to complete the page production.
    Empire CMS 870 2024-04-16 14:21:13
  • What's wrong with the home page of Empire CMS not showing up?
    What's wrong with the home page of Empire CMS not showing up?
    Common reasons and solutions for the Imperial CMS homepage not being displayed: Check whether the database connection and related data exist. Confirm whether the homepage template file exists and is not damaged. Clear cache to avoid showing old home page. Update the Empire CMS or disable problematic plugins to resolve program errors. Make sure the home page file and directory have sufficient read and write permissions. Check the reverse proxy configuration to ensure that homepage requests are forwarded correctly. Check the CDN configuration to avoid caching or forwarding errors that prevent the home page from being displayed.
    Empire CMS 942 2024-04-16 14:18:16
  • What should I do if the home page of Empire CMS is not displayed?
    What should I do if the home page of Empire CMS is not displayed?
    Reasons and solutions for the Imperial CMS home page not being displayed: Database connection problem: Check the database connection information to ensure that the connection is normal. The home page template is missing: Confirm that the index.html home page template file exists in the e/data/skin/default directory. Cache issues: Clear the cache of your browser and EmpireCMS to get the latest home page. Plug-in or theme conflicts: Disable or delete plug-ins or themes that conflict with the display of the homepage. File permission issue: Modify the file permission of the homepage template file index.html to 0644.
    Empire CMS 720 2024-04-16 14:15:25
  • Why is the empire cms refresh so slow?
    Why is the empire cms refresh so slow?
    The reasons for the slow refresh of Imperial CMS include database problems (slow connection, poor table structure, excessive data volume), program configuration problems (insufficient server configuration, low PHP version, improper cache configuration), code problems (unnecessary queries, complex logic) , the template file is too large), external factors (poor network conditions, excessive server load, improper CDN configuration). Solutions include: optimizing database settings, upgrading server configuration, enabling caching mechanisms, optimizing code, monitoring network conditions, optimizing server load, and configuring CDN.
    Empire CMS 744 2024-04-16 14:12:12
  • What should I do if the Empire CMS refreshes very slowly?
    What should I do if the Empire CMS refreshes very slowly?
    The solution to the slow refresh of Imperial CMS: Optimize the database: optimize the table structure, defragment regularly, and create indexes. Enable caching: use official cache or third-party plugins (such as Redis). Optimize files: merge and minify JS/CSS files, enable GZIP compression. Optimize website structure: Separate content and optimize page hierarchy. Upgrade system: Keep the latest version of Empire CMS and use optimization patches. Check server configuration: meet requirements, optimize PHP configuration, upgrade hardware. Check third-party plug-ins: disable unnecessary plug-ins and ensure plug-in compatibility.
    Empire CMS 1188 2024-04-16 14:09:15
  • What's wrong with Empire CMS recording the time of user clicks?
    What's wrong with Empire CMS recording the time of user clicks?
    The reasons for inaccurate click time of Imperial CMS users may include server time out-of-synchronization, PHP time zone setting errors, client time inaccuracies, program code errors and database server time inaccuracies. Solutions include checking server time, setting the correct PHP time zone, synchronizing client time, checking program code, and synchronizing database server time.
    Empire CMS 403 2024-04-16 14:07:20
  • What should I do if the time when Imperial CMS records user clicks is incorrect?
    What should I do if the time when Imperial CMS records user clicks is incorrect?
    To solve the problem of incorrect user click time recorded by Empire CMS, you can take the following steps: Check the database and PHP time zone settings to ensure they are consistent with the time zone of the server. Clear cache, including browser cache and server cache. Enable debug mode and check the log file. If the above steps cannot solve the problem, you can contact Imperial CMS technical support, check the firewall settings or try to use other time servers.
    Empire CMS 848 2024-04-16 14:03:14
  • How to publish articles regularly in Empire CMS
    How to publish articles regularly in Empire CMS
    Answer: Yes, Empire CMS supports scheduled article publishing. The specific steps are as follows: Create an article and set the publishing time. Save the article and preview it. Click the "Schedule Release" button to confirm. Advantages: Publishing can be scheduled in advance, saving time and keeping content updated.
    Empire CMS 420 2024-04-16 14:00:24

Tool Recommendations

jQuery enterprise message form contact code

jQuery enterprise message form contact code is a simple and practical enterprise message form and contact us introduction page code.
form button
2024-02-29

HTML5 MP3 music box playback effects

HTML5 MP3 music box playback special effect is an mp3 music player based on HTML5 css3 to create cute music box emoticons and click the switch button.

HTML5 cool particle animation navigation menu special effects

HTML5 cool particle animation navigation menu special effect is a special effect that changes color when the navigation menu is hovered by the mouse.
Menu navigation
2024-02-29

jQuery visual form drag and drop editing code

jQuery visual form drag and drop editing code is a visual form based on jQuery and bootstrap framework.
form button
2024-02-29

Organic fruit and vegetable supplier web template Bootstrap5

An organic fruit and vegetable supplier web template-Bootstrap5
Bootstrap template
2023-02-03

Bootstrap3 multifunctional data information background management responsive web page template-Novus

Bootstrap3 multifunctional data information background management responsive web page template-Novus
backend template
2023-02-02

Real estate resource service platform web page template Bootstrap5

Real estate resource service platform web page template Bootstrap5
Bootstrap template
2023-02-02

Simple resume information web template Bootstrap4

Simple resume information web template Bootstrap4
Bootstrap template
2023-02-02

Cute summer elements vector material (EPS PNG)

This is a cute summer element vector material, including the sun, sun hat, coconut tree, bikini, airplane, watermelon, ice cream, ice cream, cold drink, swimming ring, flip-flops, pineapple, conch, shell, starfish, crab, Lemons, sunscreen, sunglasses, etc., the materials are provided in EPS and PNG formats, including JPG previews.
PNG material
2024-05-09

Four red 2023 graduation badges vector material (AI EPS PNG)

This is a red 2023 graduation badge vector material, four in total, available in AI, EPS and PNG formats, including JPG preview.
PNG material
2024-02-29

Singing bird and cart filled with flowers design spring banner vector material (AI EPS)

This is a spring banner vector material designed with singing birds and a cart full of flowers. It is available in AI and EPS formats, including JPG preview.
banner picture
2024-02-29

Golden graduation cap vector material (EPS PNG)

This is a golden graduation cap vector material, available in EPS and PNG formats, including JPG preview.
PNG material
2024-02-27

Home Decor Cleaning and Repair Service Company Website Template

Home Decoration Cleaning and Maintenance Service Company Website Template is a website template download suitable for promotional websites that provide home decoration, cleaning, maintenance and other service organizations. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-05-09

Fresh color personal resume guide page template

Fresh color matching personal job application resume guide page template is a personal job search resume work display guide page web template download suitable for fresh color matching style. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-29

Designer Creative Job Resume Web Template

Designer Creative Job Resume Web Template is a downloadable web template for personal job resume display suitable for various designer positions. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28

Modern engineering construction company website template

The modern engineering and construction company website template is a downloadable website template suitable for promotion of the engineering and construction service industry. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!