<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>牛牛论坛 - 其他教程</title>
    <link>https://www.niuniubbs.com/forum-43-1.html</link>
    <description>Latest 20 threads of 其他教程</description>
    <copyright>Copyright(C) 牛牛论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Tue, 07 Jul 2026 10:44:38 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.niuniubbs.com/static/image/common/logo_88_31.gif</url>
      <title>牛牛论坛</title>
      <link>https://www.niuniubbs.com/</link>
    </image>
    <item>
      <title>帝国留言板管理员回复发送EMAIL通知客户</title>
      <link>https://www.niuniubbs.com/thread-5057-1-1.html</link>
      <description><![CDATA[说明：修改1：e/admin/tool/ReGook.php   /*回复表单*/43行处添加代码-----------------------------------------------------------------------------------------------]]></description>
      <category>其他教程</category>
      <author>he911450</author>
      <pubDate>Mon, 21 Oct 2024 17:11:58 +0000</pubDate>
    </item>
    <item>
      <title>帝国CMS自定义列表页调用会员信息</title>
      <link>https://www.niuniubbs.com/thread-5056-1-1.html</link>
      <description><![CDATA[新增自定义列表页：查询SQL语句:统计记录:select count(*) as total from [!db.pre!]enewsmember查询记录:select u.*,ui.* from [!db.pre!]enewsmember u LEFT JOIN [!db.pre!]enewsmemberadd ui ON u.userid=ui.userid where u.checked=1 order by u.userfen desc /*这 ...]]></description>
      <category>其他教程</category>
      <author>he911450</author>
      <pubDate>Mon, 21 Oct 2024 17:11:41 +0000</pubDate>
    </item>
    <item>
      <title>帝国CMS内容模板获取动态下载地址链接</title>
      <link>https://www.niuniubbs.com/thread-5055-1-1.html</link>
      <description><![CDATA[在下载内容页模板加入以下代码即可]]></description>
      <category>其他教程</category>
      <author>he911450</author>
      <pubDate>Mon, 21 Oct 2024 17:11:15 +0000</pubDate>
    </item>
    <item>
      <title>帝国CMS列表list.var前三条信息加NEW图标</title>
      <link>https://www.niuniubbs.com/thread-5054-1-1.html</link>
      <description><![CDATA[需要开启程序代码$num=\&quot;new\&quot;;if($no&gt;3){$num=\&quot;old\&quot;;}$listtemp=\'[!--no.num--][!--title--]\';]]></description>
      <category>其他教程</category>
      <author>he911450</author>
      <pubDate>Mon, 21 Oct 2024 17:10:54 +0000</pubDate>
    </item>
    <item>
      <title>内容页或灵动标签支持标题属性</title>
      <link>https://www.niuniubbs.com/thread-5053-1-1.html</link>
      <description><![CDATA[内容页：灵动标签：标题截取字数+标题属性：]]></description>
      <category>其他教程</category>
      <author>he911450</author>
      <pubDate>Mon, 21 Oct 2024 17:09:38 +0000</pubDate>
    </item>
    <item>
      <title>帝国cms中的一些小技巧收录</title>
      <link>https://www.niuniubbs.com/thread-5052-1-1.html</link>
      <description><![CDATA[php三元条件运算符：灵动或者php查询调用编辑器内容的时候要加stripslashes删除反斜杠比如：​​​​​​​内容页当前信息ID：$navinfor[\'id\']列表内容模板信息ID：$r[\'id\']当前栏目名：$class_r[$GLOBALS[\'navclassid\']][\'classname\'];当前栏目父栏目：$class_r[$GLOBA ...]]></description>
      <category>其他教程</category>
      <author>he911450</author>
      <pubDate>Mon, 21 Oct 2024 17:07:17 +0000</pubDate>
    </item>
    <item>
      <title>帝国CMS中模板通用的栏目别名调用方法</title>
      <link>https://www.niuniubbs.com/thread-5051-1-1.html</link>
      <description><![CDATA[以下代码适合放到封面模板，列表模板和内容页模板]]></description>
      <category>其他教程</category>
      <author>he911450</author>
      <pubDate>Mon, 21 Oct 2024 17:06:52 +0000</pubDate>
    </item>
    <item>
      <title>帝国CMS不同会员组查看文章权限判断在静态页面的实现方法</title>
      <link>https://www.niuniubbs.com/thread-5050-1-1.html</link>
      <description><![CDATA[帝国CMS不同会员组查看文章权限判断在静态页面的实现方法document.write(\'此信息需要VIP权限才可以查看\');//这里自行修改提示文字、要展示的内容等document.write(\'登录后才能查看\');//这里自行修改提示文字、要展示的内容等把以上代码存为show.php文件，把show.php放到 ...]]></description>
      <category>其他教程</category>
      <author>he911450</author>
      <pubDate>Mon, 21 Oct 2024 17:06:27 +0000</pubDate>
    </item>
    <item>
      <title>帝国CMS下载txt文件浏览器带下载进度显示</title>
      <link>https://www.niuniubbs.com/thread-5049-1-1.html</link>
      <description><![CDATA[帝国默认TXT格式的文件是不可以下载，不修改源文件他会直接打开方法TXT弹出下载：测试版本：帝国CMS7.0功能位置：后台-&gt;其他管理-&gt;下载模型管理-&gt;管理地址前缀
相关函数：e/class/DownSysFun.php DoTypeForDownurl() , QDownLoadFile() , DownSoft()功能解释：HEADER： ...]]></description>
      <category>其他教程</category>
      <author>he911450</author>
      <pubDate>Mon, 21 Oct 2024 17:06:05 +0000</pubDate>
    </item>
    <item>
      <title>帝国CMS批量更新标题首字母</title>
      <link>https://www.niuniubbs.com/thread-5048-1-1.html</link>
      <description><![CDATA[以下代码加到自定义页面即可运行生成新闻标题的首字母]]></description>
      <category>其他教程</category>
      <author>he911450</author>
      <pubDate>Mon, 21 Oct 2024 17:05:43 +0000</pubDate>
    </item>
    <item>
      <title>帝国CMS 批量修改字段内容sql语句</title>
      <link>https://www.niuniubbs.com/thread-5047-1-1.html</link>
      <description><![CDATA[在后台系统-执行sql语句update phome_ecms_download set titleurl=replace(titleurl,\'http://www.daixiao360.cn\',\'http://127.0.0.1\');update phome_ecms_download set titlepic=replace(titlepic,\'http://www.daixiao360.cn\',\'http://127.0.0.1\');update phome_ecms_do ...]]></description>
      <category>其他教程</category>
      <author>he911450</author>
      <pubDate>Mon, 21 Oct 2024 17:05:01 +0000</pubDate>
    </item>
    <item>
      <title>帝国CMS统计今日文章数,昨日文章数,总文章数,会员数,最新会员</title>
      <link>https://www.niuniubbs.com/thread-5046-1-1.html</link>
      <description><![CDATA[今日: [totaldata]\'news\',2,1[/totaldata] ,昨日: [ztotal]栏目ID[/ztotal] ,主题:  ,帖子:  ,用户: ,最新会员:]]></description>
      <category>其他教程</category>
      <author>he911450</author>
      <pubDate>Mon, 21 Oct 2024 17:04:40 +0000</pubDate>
    </item>
    <item>
      <title>帝国CMS列表内容模板(list.var)调用会员头像会员名会员积分</title>
      <link>https://www.niuniubbs.com/thread-5045-1-1.html</link>
      <description><![CDATA[列表内容模板(list.var)代码：$uid=$empire-&gt;fetch1(\&quot;select * from {$dbtbpre}enewsmemberadd where userid={$r}\&quot;);$usql=$empire-&gt;fetch1(\&quot;select * from {$dbtbpre}enewsmember where userid = {$r[\'userid\']}\&quot;);$userpic=$uid[\'userpic\'];$uurl=\&quot;/e/space/?userid={ ...]]></description>
      <category>其他教程</category>
      <author>he911450</author>
      <pubDate>Mon, 21 Oct 2024 17:02:22 +0000</pubDate>
    </item>
    <item>
      <title>帝国CMS调用最新会员[头像+用户名+链接]</title>
      <link>https://www.niuniubbs.com/thread-5044-1-1.html</link>
      <description><![CDATA[以下代码加到帝国cms模板里面，比如首页模板[e:loop={\'select userid as userid,truename as title,userpic as titlepic from [!db.pre!]enewsmemberadd order by userid desc limit 8\',10,24,0}]]]></description>
      <category>其他教程</category>
      <author>he911450</author>
      <pubDate>Mon, 21 Oct 2024 17:01:46 +0000</pubDate>
    </item>
    <item>
      <title>帝国CMS给当天发布的信息添加new最新图标</title>
      <link>https://www.niuniubbs.com/thread-5043-1-1.html</link>
      <description><![CDATA[[e:loop={栏目ID,显示条数,操作类型,只显示有标题图片}]]]></description>
      <category>其他教程</category>
      <author>he911450</author>
      <pubDate>Mon, 21 Oct 2024 17:01:16 +0000</pubDate>
    </item>
    <item>
      <title>帝国CMS在内容模板里控制内容简介smalltext显示字数</title>
      <link>https://www.niuniubbs.com/thread-5042-1-1.html</link>
      <description><![CDATA[帝国CMS的内容简介通常都是自动截取200个字符的。但有时我们希望在内容模板中不需要显示这么多，只要显示几十个字，那么可以使用以下代码截取显示：]]></description>
      <category>其他教程</category>
      <author>he911450</author>
      <pubDate>Mon, 21 Oct 2024 17:00:57 +0000</pubDate>
    </item>
    <item>
      <title>帝国CMS不同的字段值显示不同的图片</title>
      <link>https://www.niuniubbs.com/thread-5041-1-1.html</link>
      <description><![CDATA[在用帝国CMS做网站的时候，为了美化网页，我们常常需要根据不同的字段值用不同的图片来代替，比如商品中的颜色，我们希望用颜色图片来代替各种颜色显示。有两个字段值：“新家教、紧急”。通常我们用帝国CMS标签调用出是直接显示“新家教、紧急”文字的。如果想用上面的 ...]]></description>
      <category>其他教程</category>
      <author>he911450</author>
      <pubDate>Mon, 21 Oct 2024 17:00:37 +0000</pubDate>
    </item>
    <item>
      <title>帝国cms全站去版权方法</title>
      <link>https://www.niuniubbs.com/thread-5040-1-1.html</link>
      <description><![CDATA[1、后台起始页的版权目录e/admin/main.php搜索该页面的帝国俩字，去除所有的帝国字眼。EmpireCMS字眼同理，不过小心别把自定义的字段去了还有程序版本、开发团队等等2、后台左上角的logo图片目录e/admin/adminstyle/1/adminmain.php199行代码注释掉就可以3、后台logo下 ...]]></description>
      <category>其他教程</category>
      <author>he911450</author>
      <pubDate>Mon, 21 Oct 2024 17:00:15 +0000</pubDate>
    </item>
    <item>
      <title>帝国CMS给TAG添加首字母自动获取首字母</title>
      <link>https://www.niuniubbs.com/thread-5039-1-1.html</link>
      <description><![CDATA[自己获取TAG首字母教程第一步：在表enewstags增加字段zm(建议用phpmyadmin或直接SQL:ALTER TABLE `phome_enewstags` ADD `zm` CHAR(2) NOT NULL AFTER `tagname`;)第二步：找到 /e/admin/tags/AddTags.php查找：$r=$empire-&gt;fetch1(\&quot;select tagid,tagname,cid from {$db ...]]></description>
      <category>其他教程</category>
      <author>he911450</author>
      <pubDate>Mon, 21 Oct 2024 16:59:48 +0000</pubDate>
    </item>
    <item>
      <title>帝国CMS用户自定义函数取昨天发表的文章数</title>
      <link>https://www.niuniubbs.com/thread-5038-1-1.html</link>
      <description><![CDATA[用户自己定义函数添加方法：1.函数内容代码：2.将函数内容复制到e/class/userfun.php文件里3.登陆后台-&gt;“模板管理”-&gt;“管理标签”-&gt;“增加标签”：]]></description>
      <category>其他教程</category>
      <author>he911450</author>
      <pubDate>Mon, 21 Oct 2024 16:59:26 +0000</pubDate>
    </item>
  </channel>
</rss>