Yiyou cms How to configure email reminder in the background of imitation sites
Today, let’s learn how to set the email configuration in Yiyou’s background!Send email smtp address.like: smtp.qq.com or smtp.gmail.com Server's SMTP All are default 465, (note) if you are using Alibaba Cloud server or Gmail, Please set the port to...
Dreamweaver eyoucms Template label problem solution
1、List Page title Location, display the article model that needs to be modified {$eyou.field.title} Need to be modified to {$eyou.field.typename } Or the whole title Change to {$eyou.field.seo_title}2、The menu of the inner page sub-column is not highlighted, click the column to go to the details page and will not be displayed.Need to modify the following...
How to add new fonts to Yiyou Article Editor
To add imitation of Song, imitation of Song _GB2312 Two fonts are used as examples, public/plugins/Ueditor/lang/zh-cn/zh-cn.js , Find' fontfamily’ The node, about 62 lines, and add the following code:' SimSun': ' imitation Song', ' FangSong_GB231...
imitate ripro Many themes logo Sweeping effect
<style>.logo { position: relative; font-size:1em; font-weight:200; line-height:19px; overflow:hidden; margin:0;}.logo::before{...
eyoucms How to call the current document tag
Many friends are using it tag When tagging, especially on the list page, I hope each article will call its own independent tag, Many people use the official website tag to put all the tag All have been called.Actually, it should be modified like this: {eyou:tag sort='now' getall='0' row='5' empty='No...
Fatal error, contact technical support: Class 'appladmin\logic\AjaxLogic' not found
Recently, many people use this error to report Yiyou background login to report errors /application/common.php Fatal errors around line 45, contact technical support: Class 'appladmin\\logic\\AjaxLogic' not found Unzipped www Found in application/admin/logic/...
eyoucms How to change the underline of the column title format and document title format to a medium-score?
application/home/common.php Find this file to modify
eyoucms How to generate QR codes on the article page
Automatically generate the web page into a QR code, and scan it on your phone to open it and access it on your phone: <div class="det-rt-ewm" id="ycnhwl"> <span class="colred">Watch it anytime on your phone </...
How to modify eyoucms The test prompts included with the message
The path is: \core\library\think\template\taglib\eyou\TagGuestbookform.php Just modify this file
eyoucms Modification of list pagination style
eyoucms The calling code for list pagination is {eyou:pagelist listitem="info,index,end,pre,next,pageno" listsize="2"/}What should I do if I need to modify the style?Then we'll change it PHP File, file path is /core/librar...