current location:Home > Technical Articles > CMS Tutorial > Empire CMS

  • How to hide the front-end specified information database content and content in Imperial CMS
    How to hide the front-end specified information database content and content in Imperial CMS
    You can hide the specified information and database content fields in the Imperial CMS frontend. The steps are as follows: Hide database fields: Log in to the Imperial CMS backend, navigate to "Model Field Management", find the field you want to hide, click "Edit" and select in "Foreground Display" "Hide" to save changes. Hide content information: Log in to the Imperial CMS backend, navigate to "Content Management", find the specified content where you want to hide the information, click "Edit", delete or modify the information that needs to be hidden, and save the changes.
    Empire CMS 733 2024-04-17 03:09:12
  • How does Empire CMS use network links?
    How does Empire CMS use network links?
    How to create network links in Empire CMS: Use the management backend to create or edit content. Locate the text you want to link in the editor and click the "Insert/Edit Link" button. Enter the link address and display text, and you can choose to open it in a new window. Just save the content. Example: The link address is https://www.example.com, the display text is "Example Website", and the code is: <a href="https://www.example.com">Example Website</a>.
    Empire CMS 912 2024-04-17 03:07:13
  • How does Empire CMS use network connections?
    How does Empire CMS use network connections?
    Empire CMS obtains data from external data sources through the network connection function. The specific operation steps include: 1. Configure database connection; 2. Create network connection; 3. Execute query; 4. Obtain results. You can get data from an external database by using the query and fetch_array methods to execute queries and get results.
    Empire CMS 963 2024-04-17 03:03:15
  • How does Empire CMS use the Internet?
    How does Empire CMS use the Internet?
    Imperial CMS itself does not have the function of accessing the Internet, which can be achieved through the following methods: install extension modules (official or third-party), such as Imperial CMS network communication module; install third-party plug-ins, download them from third-party websites and upload them to the plug-in directory; use PHP functions such as file_get_contents() and curl_init().
    Empire CMS 685 2024-04-17 03:00:23
  • How to hide the front-end information database in Imperial CMS
    How to hide the front-end information database in Imperial CMS
    Imperial CMS can hide the front-end information database in a variety of ways, including: configuring pseudo-static to hide the file extension in the URL; modifying the .htaccess file to prevent external access to files with the .php extension; using .user.ini file to disable functions that can be used to display source code; set strong database usernames and passwords; set appropriate file permissions; use a firewall to block unauthorized database server access.
    Empire CMS 914 2024-04-17 02:54:15
  • How does Imperial CMS hide the contents of the specified information database at the front desk?
    How does Imperial CMS hide the contents of the specified information database at the front desk?
    By modifying the field permissions in the Empire CMS database, you can hide the specified information database content. The specific steps include: logging in to the database management system. Open the phome_enewsmodel table. Locate the fields to hide. Update field permissions, setting isadd and isshow to 0. save Changes.
    Empire CMS 373 2024-04-17 02:48:16
  • How to make website link in Empire CMS
    How to make website link in Empire CMS
    Creating a website link in Empire CMS requires the following steps: 1. Create a link column. 2. Add a link under the link column, including the link name and URL. 3. Use code in the template to add the link column to the page. 4. Customize the link's appearance as desired.
    Empire CMS 732 2024-04-17 02:45:29
  • How to hide front-end information data in Empire CMS
    How to hide front-end information data in Empire CMS
    To hide Empire CMS front-end information, you can perform the following steps: Hide database information: Modify AllowShowData in config.php to false. Hide the background login page: modify adminLoginkey in config.php and modify empire_login_key in header.php. Hide the background management page: modify empire_Dir in config.php and rename the admin directory. Hide website version number: Replace all files containing the word EmpireCMS and modify the SiteVersion parameter. Hide contact information:
    Empire CMS 559 2024-04-17 02:42:15
  • How to hide the foreground information content in Empire CMS
    How to hide the foreground information content in Empire CMS
    By modifying the configuration file, template file, and clearing the cache, you can hide the information content of the Empire CMS front desk and only display the article title.
    Empire CMS 1028 2024-04-17 02:36:24
  • How to use empire cms
    How to use empire cms
    Empire CMS Installation and Configuration Guide: Download the installation package and upload it to the server, and complete the installation by accessing the domain name. Configure basic information: website name, keywords, fields, data model and columns. Management content: publish articles, upload pictures, download files. Take advantage of the extension: control site appearance, manage users, moderate comments, post ads. Strengthen security protection: set permissions, prevent injection attacks, and back up data regularly. Other considerations: Make sure the server environment meets requirements, update Empire CMS regularly, and customize it as needed.
    Empire CMS 923 2024-04-17 02:30:25
  • How to hide specified information content in the front desk in Imperial CMS
    How to hide specified information content in the front desk in Imperial CMS
    In Empire CMS, you can use the "data filtering" function to hide the specified information content in the front end: enter the "data filtering" page. Create a new filter rule and set the conditions (such as category ID) to hide content. Select "Hide" for "Action". Select the model and column whose content you want to hide. Save the rule and submit.
    Empire CMS 652 2024-04-17 02:21:56
  • How to hide front desk information in Empire CMS
    How to hide front desk information in Empire CMS
    Empire CMS frontend information can be hidden by editing the template file, hiding using CSS, or setting a custom version number via an htaccess file.
    Empire CMS 872 2024-04-17 02:18:14
  • How to hide specified information at the front desk in Imperial CMS
    How to hide specified information at the front desk in Imperial CMS
    You can hide Empire CMS front-end specified information by modifying the template file or configuring plug-ins/custom fields, including deleting or commenting the code in the template, or choosing to hide it in the plug-in configuration. For example, hide the article summary by deleting or commenting out the <p>[!--newstext--]</p> code; hide the custom field "Source" by setting its display setting to "Hide" in the field configuration.
    Empire CMS 317 2024-04-17 02:15:24
  • What is the generation function of Empire CMS date directory?
    What is the generation function of Empire CMS date directory?
    The date directory generation function of Empire CMS automatically creates a year/month/day directory structure for file storage based on the specified date format. The usage method is GetDateMkDir($ddcon,$updir,$mdtype), where $ddcon is the date format string, $updir is the target directory, and $mdtype is the subdirectory type (0: year, 1: year/month, 2: year month day). This function parses the date according to the date format and creates subdirectories step by step. Application scenarios include file classification and organization for easy search and management.
    Empire CMS 840 2024-04-17 02:13:01
  • What does the empire cms directory structure mean?
    What does the empire cms directory structure mean?
    The Empire CMS directory structure consists of seven main directories, which together provide a framework for organizing and managing content and system components: eadmin: Backend management files (user interface, content management and settings) data: Content data (articles, categories, comments etc.) include: system core functions and files lib: third-party libraries and modules (extended functions) skin: website templates and themes (appearance customization) www: website front-end directory (user access) wwwroot: website root directory (entry point)
    Empire CMS 428 2024-04-17 02:03:19

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