Yiyou eyoucms load Loading resource file tag call
load Loading resource file tag [Basic usage] tag: load Description: Resource file loading, for example: css/js usage: {eyou:load href='/static/js/common.js' ver='on' /} property: file='' Resource file path href='...
Yiyou eyoucms adv Ad List Call Tag
adv Advertising list tag [Basic usage] tag: adv Description: Get the content of the ad list.usage: {eyou:adv pid='1' loop='3'}<a href='{$field.links}'><img alt='{$field.title}...
Analysis of common problems in corporate website construction
Many small and medium-sized enterprises do not care about common problems when building websites. Now, many people can build a website with just a few hundred yuan. Many companies look for cheap things, so they only look for these templates to build websites and build websites by themselves. This is a big misunderstanding.Baidu and GOOGLE Engines don’t like repetitive things, so a large number of companies use the same template and repeat a lot of codes, and naturally the ranking will be bad, so others can’t find your company website, but your website is not supposed to be...
What do you need to do when creating a website?Please see the brief production process of standard websites
A website is time-consuming. If you want to build a website effectively, you need to understand the specific process of website production and know each step and process in order to find it. *An effective way to quickly and effectively create your favorite website.1. Customer needs such as: desired effects, columns, styles, etc., as well as relevant information provided by the customer, contact information.Understanding customer needs in detail - this is very important and must be asked frequently.2. Formulated...
Yiyou cms Manual upgrade tutorial
Yiyou cms Manual upgrade video tutorial (Watch online version online )Yiyou cms Manual upgrade video tutorial (High definition version )Download address: Link: https://pan.baidu.com/s/1v7IiSdKVXoR-8NmzneBlGA?pwd=7v83 Extraction code: 7 v83 Preparation before upgrading: 1. Install the Yiyou System Assistant plug-in 2. Download the update package in the update log...
How to enable the multi-site and multi-city function
Prerequisites: Only when the professional version is authorized, can you see the multi-site function switch in the background.[Operation Steps] First, log in to the website background, in the function map - >Turn on multiple sites in the module switch. Second, after turning on, find the entrance of the city sub-station in the advanced extension. Third, if the front desk template does not call the tag, please click to view the tag tutorial and set the tag code for self-service.
How to create a switchable member center template?
A brief explanation, and a detailed tutorial will be added later.【Operation Steps】1. First, in the template directory /template/ Next pc or mobile In the directory where to create a member template users A new style member center template directory of the same level, such as: users_001(Officially stipulate that the member center template directory must be users At the beginning, you can switch in the background) 2. users Copy all files in the directory...
Verification of the format of mobile phone number and email address of the message form attribute
How to verify the entry of mobile phone number and email address in the front desk?Please take a look at the implementation tutorial: the red part is guestbookform The code to be appended to the tag: {eyou:guestbookform type='default'}<form method="POST" action="{...
eyoucms JS Determine whether a member is logged in
<script type="text/javascript"> function layerLogin(gourl) { if (0 < ey_getCookie('users_id')) { alert...
eyoucms according to aid Get the document page link
use sql The following method can be used to obtain the document information, but no link to the document page is obtained.1. In the root directory \extend\function.php Create method in: if (!function_exists('diy_get_arcurl')) { /** * Get the foreground document URL ...