search
HomeCMS TutorialEmpire CMSSummary of commonly used tags in Empire CMS

Summary of commonly used tags in Empire CMS

Determine whether the member is logged in

if(!$_COOKIE[ecmsmlusername]){
$srr="Login Visible";
}else{
$srr="[!--lbsly--]";
}
?>
[!--news.url--]skin /default/

[e:loop={"select classid,classname,bname from phome_enewsclass where classid='$GLOBALS[navclassid]'",1,24,0}]

=$bqr[bname]?>[/e:loop]

[e:loop={"select * from phome_enewsclass where classid='$GLOBALS[navclassid]'",1 ,24,0}]=$bqr[bname]?>[/e:loop]

$fcr=explode ('|',$class_r[$GLOBALS[navclassid]][featherclass]);
$topbclassid=$fcr[1]?$fcr[1]:$GLOBALS[navclassid];//Get the top level of the current column Column ID
$rs=$empire->fetch1("select * from phome_enewsclass where classid=$topbclassid");
?>
_=$rs['bname']?> ;_=$public_r[sitename]?> Top-level column name website title

=$class_r[$GLOBALS[navclassid]][bname]?> Get the name of the current column
[!--pagetitle--] or =$class_r[$GLOBALS[navclassid]][bname]?>


isgood=1 First-level recommendation

firsttitle=1 First-level headline

[e:loop={10,3,0,0}] 10Current column, 3 displays the number of items,

[e:loop={4,1000,0,1,'leib="Property Market News"','id DESC'}] 1 has pictures displayed.

[e:loop={"select * from phome_ecms_xtgg where firsttitle=1 order by id DESC limit 20",6,24,0}]

=$bqno?> ; [!--no.num--] Loop sequence number

=$bqsr['titleurl']?> =$bqr[title]?> =esub ($bqr[title],8)?>

[/e:loop]

=DoWapRepNewstext($r[newstext])?>

Time call tag:=date("Y-m-d",$bqr['newstime'])?>


List page

Your current location :[!--newsnav--]

[!--no.num--]

[!--show.listpage--]

content page

[!--info.next--]Next post[!--info.pre--]Previous post

Use [!--onclick--] smart tags for universal tags Use=$bqr[onclick]?> Clicks

The code is as follows:

$titleurl=sys_ReturnBqTitleLink($navinfor); Get the URL of the current page
$url = "http://".$_SERVER ['HTTP_HOST'].$_SERVER['PHP_SELF']; Get the URL of the current page

sql statement

The code is as follows:

//Number of applicants
$num=$empire->gettotal("select count(*) as total from phome_enewsfeedback where kft='".$navinfor[title]."'" );
?>

The calling sql statement often used by Empire CMS:

Please note that if it is version 7.0 of Empire, you need to remove checked=1

The code is as follows:

1. Select * from [!db.pre!]ecms_news where checked=1 order by newstime desc limit 10
1. Select * from [! db.pre!]ecms_news where checked=1 and isgood=1 order by newstime desc limit 10
 3, select * from [!db.pre!]ecms_news where checked=1 order by onclick desc limit 10# based on popular articles ## 4. Select * from [!db.pre!]ecms_news where checked=1 and firsttitle=1 order by newstime desc limit 10
 5. Select * from [!db.pre!] based on comment ranking ecms_news where checked=1 order by plnum desc limit 10
 6, select according to digg ranking * from [!db.pre!]ecms_news where checked=1 order by diggtop desc limit 10
 7, select according to voting ranking * from [!db.pre!]ecms_news where checked=1 order by votenum desc limit 10
 8, select according to download ranking * from [!db.pre!]ecms_news where checked=1 order by totaldown desc limit 10
 9, select * from [!db.pre!]ecms_news where checked=1 order by infopfen desc limit 10

Tips included:


php ternary conditions Operator:

The code is as follows:

=$bqr['ftitle']?$bqr['ftitle']:$bqr['title']?>

When calling the editor content in Smart or PHP query, you need to add stripslashes and delete the backslashes. For example:

The code is as follows:

=stripslashes($r['newstext' ])?>

Current information ID of the content page:

The code is as follows:

$navinfor['id']

List content template information ID :

The code is as follows:

$r['id']

Current column name:

The code is as follows:

$class_r [$GLOBALS['navclassid']]['classname'];

The parent column of the current column:

The code is as follows:

$class_r[$GLOBALS['navclassid']]['bclassid'];

Псевдоним текущего столбца:

Код выглядит следующим образом:

$class_r [$GLOBALS ['navclassid']]['bname'];

Подстолбец текущего столбца:

Код следующий:

$class_r[$GLOBALS ['navclassid']][ 'sonclass'];

Оцените, является ли текущий столбец последним столбцом:

Код выглядит следующим образом:

$class_r[$ GLOBALS['navclassid']]['islast '];

Есть ли в текущем столбце проверенная информация:

Код следующий:

$GLOBALS['num ']==0 означает отсутствие информации

Введите метод записи пути php в Empire cms (например, файл находится в корневом каталоге)

Код следующий:

Исключить верх, заголовки, рекомендации и т. д., дополнительные условия sql:

Код следующий:

'istop=0 and isgood=0 и firsttitle=0'

Идентификатор верхнего столбца:

$bclassid =$class_r[$GLOBALS[navclassid]][bclassid];
$bbclassid=$class_r[$bclassid][ bclassid];
echo $bbclassid;
?>
$bbclassid — это идентификатор старшего родительского столбца

Переход на указанную страницу после отправки, входа в систему, отзыва, сообщения и т. д.:

Код выглядит следующим образом:

Количество собранной статистики:

Код следующий:


$favas=$empire->gettotal("выберите count(*) как общее количество из {$dbtbpre}enewsfava, где id='$navinfor[id]' и classid='$GLOBALS[navclassid]'");
?>
=$favas?>Это список количества коллекций этого сообщения

, объединенный с элементами для определения текущего. Информация не предоставляется:


if($GLOBALS['num']=='0'){
?>

Извините, временно Ни одной новости!



}else{
?>
[!--empirenews.listtemp--][! --empirenews.listtemp--]

}
?>
[/code]

Динамическое использование:

Имя веб-сайта:< ;?=$public_r['sitename']?>
Адрес веб-сайта: =$public_r['newsurl']?>

Собственная функция преобразования времени империи:

Код выглядит следующим образом:

=format_datetime($bqr[newstime],'Y-m-d')?>

Эта функция имеет свое собственное решение, которое довольно хорошо и рекомендуется.

Определить, есть ли в контенте картинки. Если картинки нет, то реклама в тексте будет отображаться. Если картинка есть, то она не будет отображаться:

Код такой следует:

$string=$ navinfor['newstext'];//Поле контента
$some="Summary of commonly used tags in Empire CMS$num=explode( $some,$string);
if(count($num)> 1){//Определить, есть ли в контенте картинки
?>
[!--newstext--]

}else{
?>
< ;div id="ad">Я реклама
[!--newstext--]

}
?>

Перехват и добавление тегов фильтра:

Код следующий:

=esub (htmlspecialchars(strip_tags($navinfor[newstext])),160)?>

Content Страница или смарт-тег поддерживает атрибут title
Страница контента:

Код следующий следующий:

=DoTitleFont($navinfor[titlefont],$navinfor[title])?>

Smart label:

Код выглядит следующим образом:

=DoTitleFont($bqr[titlefont],$bqr[title])?>

Атрибут заголовка подсчета слов перехвата заголовка:

Код следующий следует:

=DoTitleFont($bqr[titlefont],esub($bqr[title],32,'...')) ?>

Выше приведен все содержание этой статьи, надеюсь, вам всем понравится.

The above is the detailed content of Summary of commonly used tags in Empire CMS. For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:www.word666.com. If there is any infringement, please contact admin@php.cn delete
帝国cms管理员在哪个表帝国cms管理员在哪个表Feb 22, 2023 pm 07:00 PM

管理员表有:1、phome_enewsuser,是管理员记录表;2、phome_enewsdolog,是管理员操作记录表;3、phome_enewsgroup,是管理员用户组数据记录表;4、phome_enewslog,是管理员登陆日志;5、phome_enewsloginfail,是管理员登陆失败记录表;6、phome_enewserrorclass,是管理员错误报告记录表。

帝国cms怎么把静态改成伪静态帝国cms怎么把静态改成伪静态Jul 19, 2023 pm 04:45 PM

帝国cms把静态改成伪静态的方法:1、创建.htaccess文件;2、修改网站配置文件;3、重新生成所有页面;4、配置伪静态规则;5、保存并关闭文件即可。

帝国cms404页面怎么设置帝国cms404页面怎么设置Aug 02, 2023 am 11:54 AM

帝国cms404页面的设置步骤为:1、登录到帝国CMS的后台管理界面;2、导航到"内容"或"站点管理"等相关菜单选项;3、找到和选择"404页面"或"错误页面"选项;4、选择使用已有页面或者创建一个新页面作为404页面;5、在新页面编辑器中,编写404页面的内容;6、保存页面并将其设置为404页面;7、更新网站设置;8、保存设置并测试404页面即可。

帝国cms可以删除模块吗帝国cms可以删除模块吗Mar 13, 2023 pm 07:18 PM

帝国cms可以删除模块。删除模块的方法:1、登录帝国CMS后台,依次点击“系统”-“系统设置”-“系统参数设置”-“关闭相关功能”,根据自己网站的需求,自行勾选设置来关闭对应的模块功能;2、关闭功能后,删除对应模块的在e目录下的子目录;3、修改e目录下的php文件,在文件第二行加上代码“exit();<?php exit()”,并保存修改即可。

帝国cms留言板是哪个表帝国cms留言板是哪个表Feb 22, 2023 am 09:39 AM

帝国cms留言板是“​phome_enewsgbook”表;帝国cms留言分类表是“phome_enewsgbookclass”;帝国cms会员空间留言表是“phome_enewsmembergbook”。

帝国cms封面模板是什么意思帝国cms封面模板是什么意思Feb 13, 2023 am 10:39 AM

在帝国cms中,封面模板是指网站频道页面使用的模板,可以制作跟首页一模一样的封面页面;封面模板共使用在两个地方:非终极栏目和专题。封面模板的使用,一般是该栏目为父级栏目(非终级栏目),封面模板的目的就是调用各个子栏目(终级栏目)文章。

帝国cms连接不上数据库怎么办帝国cms连接不上数据库怎么办Feb 27, 2023 am 09:51 AM

帝国cms连接不上数据库的解决办法:1、打开帝国CMS数据文件的根目录;2、找到并打开“/e/config/config.php”文件;3、将数据库名称以及数据库用户名即数据库密码修改保存后替换空间文件即可。

帝国cms怎么修改数据库文件帝国cms怎么修改数据库文件Jul 25, 2023 pm 03:37 PM

帝国cms修改数据库文件的方法:1、打开控制面板,找到phpMyAdmin或类似的数据库管理工具;2、选择您要修改的数据库;3、点击您要修改的表格;4、点击您要修改的字段;5、根据需求,修改相应的属性和值;6、保存您所做的修改;7、重复步骤三至六,对其他字段进行相应的修改即可。

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),