网站首页 站务通知 正文
为使得网站更为美观,特做此站内模板风格升级。
主题修改记要
增加文件
1.修改include内的logo图及无图显示;
2.增加style文件夹下img内的图片;
模板
替换原有标题增加上颜色及加粗,
index-list.php
index-s.php
post-custom.php
post-new.pho
post-hot.php
修改:
<a href="{$related.Url}" title="{$related.Title}">{$related.Title}</a></li>
替换为:
<a href="{$related.Url}"{if $related->Metas->fcolor!="" || $related->Metas->fweight==1} style="{if $related->Metas->fweight==1}font-weight:bold;{/if}{if $related->Metas->fcolor!=""}color:{$related->Metas->fcolor};{/if}"{/if} title="{$related.Title}">{$related.Title}</a></li>
index-list.php
增加分类CMS页有图则显示;
<dd> <ul> {php}$flnbma = '10';$flnbma = $zbp->Config('txcms2')->cmssl;if($categorys[$flid]->Metas->rnums){$flnbma = $categorys[$flid]->Metas->rnums;}{/php} {if $zbp->Config('txcms2')->cmsimgkg=='1'} {foreach GetList($flnbma,$flid,null,null,null,null,array('has_subcate'=>true)) as $key=>$related} {$i=$key} {if $i==0} <li class="dot"> <a href="{$related.Url}" title="{$related.Title}"> <span class="img-box" data-ratio="16:9"><img src="{txcms2_FirstIMG($related,$related,222,170)}" alt="{$related.Title}"/></span> </a> <h2><a href="{$related.Url}" title="{$related.Title}">{$related.Title}</a></h2> <p>{txcms2_intro($related,$zbp->Config('txcms2')->describeon,60,'...')}</p> </li> {else} <li><span>{$related.Time('m-d')}</span><i class="fa fa-caret-right"></i> <a href="{$related.Url}"{if $related->Metas->fcolor!="" || $related->Metas->fweight==1} style="{if $related->Metas->fweight==1}font-weight:bold;{/if}{if $related->Metas->fcolor!=""}color:{$related->Metas->fcolor};{/if}"{/if} title="{$related.Title}">{$related.Title}</a>{if $related.Metas.pay_price >1} <small>(<i class="fa fa-rmb"></i><a style="color: #FF0000;">{$related->Metas->pay_price}</a>)</small> {/if}</li> {/if} {/foreach} {else} {foreach GetList($flnbma,$flid,null,null,null,null,array('has_subcate'=>true)) as $key=>$related} <li><span>{$related.Time('m-d')}</span><i class="fa fa-caret-right"></i> <a href="{$related.Url}"{if $related->Metas->fcolor!="" || $related->Metas->fweight==1} style="{if $related->Metas->fweight==1}font-weight:bold;{/if}{if $related->Metas->fcolor!=""}color:{$related->Metas->fcolor};{/if}"{/if} title="{$related.Title}">{$related.Title}</a>{if $related.Metas.pay_price >1} <small>(<i class="fa fa-rmb"></i><a style="color: #FF0000;">{$related->Metas->pay_price}</a>)</small> {/if}</li> {/foreach} {/if} </ul> </dd>
售价显示
{if $related.Metas.pay_price >1} <small>(<i class="fa fa-rmb"></i><a style="color: #FF0000;">{$related->Metas->pay_price}</a>)</small> {/if}
index-s.php
最新发布文章为红色;
{if txcms2_todayred($newlist)} class="f-red"{/if}>{$newlist.Title}
增加cms栏目url;
<a href="{$categorys[$flid].Url}" class="yanse">{$categorys[$flid].Name}</a>
修改带图带价显示;
<p> <small> <span class="fr"><i class="fa fa-rmb"></i> <em style="color: #FF0000;"> {if $related.Metas.pay_price >1} <span><em style="color: #FF0000;">{$related->Metas->pay_price}</em></span> {else} <span><em style="color: #00B050;">free</em></span> {/if} </em></span> <span class="mr10"><i class="fa fa-clock-o"></i> {$related.Time('Y-m-d')}</span> <span class="mr10"><i class="fa fa-eye"></i> {$related.ViewNums}</span> </small> </p>
添加程序费用显示(多处);
<small>(<i class="fa fa-rmb"></i><a style="color: #FF0000;">{$related->Metas->pay_price}</a>)</small>
single.php
写入判断
{if $article.Type==ZC_POST_TYPE_ARTICLE} {if $article->Metas->alink!=""} {template:post-single1} {else} template:post-single} {/if} {else} {template:post-page} {/if}
post-multi.php / post-multi1.php
{if $article.Metas.pay_price >1}<i class="fa fa-rmb"></i><a style="color: #FF0000;">{$article->Metas->pay_price}</a>{/if}
post-single.php / post-page.php
修改tags
<hr/> <p class="tags"><i class="fa fa-tags"></i> <strong>Tags:</strong>{foreach $article.Tags as $tag}<a href="{$tag.Url}" target="_blank">{$tag.Name}</a>,{/foreach}</p>
添加转载说明
<div class="info bgb mb15"> <div class="xg"> <h2 class="ybbt">转载说明</h2> <ul> <li><i class="fa fa-share"></i> 本站文章除注明为转载外,均为本站原创或翻译。若要转载请务必注明出处,尊重他人劳动成果共创和谐网络环境。</li> <li><i class="fa fa-thumbs-o-up"></i> 本站文章或仅为文本内容原创,非程序原创,如有能力请支持正版!</li> <li><i class="fa fa fa-plane"></i> 转载请注明 : 文章转载自 <i class="fa fa-angle-double-right"></i> {$name}<i class="fa fa-angle-double-right"></i> <a href="{$article.Url}" rel="bookmark" title="本文固定链接:{$article.Url}">{$article.Title}</a></li> <li><i class="fa fa-file-o"></i> 本文标题:《{$article.Title}》</li> <li><i class="fa fa-link"></i> 本文链接:{$article.Url}</li> </ul> </div> </div>
猜你喜欢分段
<div class="info bgb mb15"> <div class="xg"> <h2 class="ybbt">猜你喜欢</h2> {php}$relates = GetList(10,null,null,null,null,null,array("is_related" => $article->ID));{/php} {if count($relates)>0} <ul> {foreach $relates as $related} <li><span>{$related.Time('Y-m-d')}</span><i class="fa fa-caret-right"></i> <a href="{$related.Url}">{$related.Title}</a></li> {/foreach} </ul> {else} <ul> {foreach GetList(10,$article->Category->ID) as $related} <li><span>{$related.Time('Y-m-d')}</span><i class="fa fa-caret-right"></i> <a href="{$related.Url}">{$related.Title}</a></li> {/foreach} </ul> {/if} </div> </div>
售价显示
{if $article.Metas.pay_price >1} <span><i class="fa fa-rmb"></i> <em style="color: #FF0000;">{$article->Metas->pay_price}</em></span> {else} <span><i class="fa fa-rmb"></i> <em style="color: #00B050;">free</em></span> {/if}
文章字数显示
<span class="meat_span"><i class="fa fa-file-word-o"></i> {php} $diycontent=trim(TransferHTML($article->Content,'[nohtml]')); echo iconv_strlen($diycontent, 'utf-8'); {/php}字 </span>
登录可编辑
{if $user.Level ==1} <span><a href="{$host}zb_system/admin/edit.php?act=ArticleEdt&id={$article.ID}" target="_blank">编辑</a></span> {/if}
header.php
增加登陆/注册/退出功能
<div class="fr"> {if $user.Level == 5} <i class="fa fa-heart"></i> 尊敬的<span style="color: #FF0000;">VIP</span>用户<span style="color: #00B050;">{$user.Name}</span>,欢迎您登录! <a href="#xylogout"><i class="fa fa-times"></i> 退出</a> {elseif $user.Level == 1} <i class="fa fa-heart"></i> <span style="color: #FF0000;">吾皇万岁!欢迎<span style="color: #FF0000;">{$user.Name}</span>登录!</span> <a href="{$host}/zb_system/cmd.php?act=login"><i class="fa fa-navicon"></i> 后台管理</a> <a href="#xylogout"><i class="fa fa-times"></i> 退出</a> {else} {$zbp->Config('txcms2')->topy} <a href="javascript:;" class="xylogin"><i class="fa fa-user"></i> 登录</a> {/if} </div>
include.php
增加标题颜色、加粗控制
第一步
Add_Filter_Plugin('Filter_Plugin_Edit_Response3','txcms2_Font'); //2017-09-05 16:22:26 标题 颜色、加粗
第二步
//标题字体 2017-09-05 16:22:15 function txcms2_Font(){ global $zbp,$article; if(!$article->Metas->djump){ $article->Metas->djump= ''; } if(!$article->Metas->fweight){ $article->Metas->fweight= ''; } if(!$article->Metas->fcolor){ $article->Metas->fcolor= ''; } echo '<div id="alias" class="editmod"><label for="meta_fweight" class="editinputname">标题加粗</label> <input name="meta_fweight" style="display:none;" type="text" value="'.$article->Metas->fweight.'" class="checkbox"></div>'; echo '<div id="alias" class="editmod"><label for="meta_fcolor" class="editinputname">颜色</label> <input type="text" name="meta_fcolor" value="'.htmlspecialchars($article->Metas->fcolor).'"/><div style="color:#F8BC8B;font-size:12px;padding-top:6px;">↙↗txcms2主题专有设置项</div></div>'; echo "<link href=\"{$zbp->host}zb_users/theme/txcms2/source/colpick.css\" rel=\"stylesheet\" type=\"text/css\" /> <style>.colpick{left:auto !important;;right:20px !important;}</style> <script src=\"{$zbp->host}zb_users/theme/txcms2/source/colpick.js\"></script> <script> $(function(){ $('input[name=meta_fcolor]').colpick({ layout:'hex', submit:0, onChange:function(hsb,hex,rgb,el,bySetColor) { $(el).css('color','#'+hex); if(!bySetColor) $(el).val('#'+hex); } }).keyup(function(){ $(this).colpickSetColor(this.value); }); }); </script>"; }
2017年B2B文章
single.php:增加{if}判断;
新建:post-single1.php页面;
新建:old.css;
支付插件
plugin下
main.php 修改设置页文字排版
order.php 添加查询订单号码归属地
orderdetail.php 删减空行
function下
paycontent.php 会员显示内容
目录导航
主题修改记要
- 增加文件
- 模板
- index-list.php
- 售价显示
- index-s.php
- 最新发布文章为红色;
- 增加cms栏目url;
- 修改带图带价显示;
- 添加程序费用显示(多处);
- single.php
- 写入判断
- post-multi.php / post-multi1.php
- post-single.php / post-page.php
- 修改tags
- 添加转载说明
- 猜你喜欢分段
- 售价显示
- 文章字数显示
- 登录可编辑
- header.php
- 增加登陆/注册/退出功能
- include.php
- 增加标题颜色、加粗控制
支付插件
- 上一篇: 令感动常在:CC攻击不要停!
- 下一篇: 独家首发挂机推送神器:推录宝破解版
必看说明
- 本站中所有被研究的素材与信息全部来源于互联网,版权争议与本站无关。
- 本站文章或仅为文本内容原创,非程序原创。如有侵权、不妥之处,请联系站长第一时间删除。敬请谅解!
- 本站所有内容严格遵守国家法律的条例,所有研究的算法技术均来源于搜索引擎公开默认允许用户研究使用的接口。
- 阅读本文及获取资源前,请确保您已充分阅读并理解《访问曹操SEO网站需知:行为准则》。
- 本站分享的任何工具、程序仅供学习参考编写架构,仅可在本地的虚拟机内断网测试,严禁联网运行或上传搭建!
- 任何资源必须在下载后24个小时内,从电脑中彻底删除。不得传播或者用于其他任何用途!否则一切后果用户自负!
- 转载请注明 : 文章转载自 站群程序 曹操SEO网站升级纪要:2020年3月23日模板升级
- 本文标题:《曹操SEO网站升级纪要:2020年3月23日模板升级》
- 本文链接:http://www.zqcx.cn/750.html
猜你喜欢
- 2023-03-28 我站无出售搜狗泛二级泛收店铺
- 2022-12-02 关于严格遵守网络安全法规的公告
- 2022-07-15 通过伪静态屏蔽主流蜘蛛返回403的方法
- 2022-06-23 网站的关键词排名突然大幅度下降的解决办法
- 2022-06-23 给网站增加友情链接的作用和做法
- 2022-04-14 通过cookie获取token并推送工具
- 2021-09-22 站内VIP赞助用户群恢复通知
- 2021-08-30 网站资源查阅方式升级说明
- 2021-08-25 我站最新联系方式通知
- 2021-08-25 因网友灌水导致我站数据回档通知
你 发表评论:
欢迎- 8094℃遵纪守法:一起举报违法网址
- 7229℃警惕“冒用身份”的电信网络诈骗
- 7215℃备案域名的买卖管控会越来越严,不要尝试!
- 5100℃6月1日是《中华人民共和国网络安全法》实施五周年
- 4527℃违规事件分类与违规信息类型说明
- 4454℃关于严格遵守网络安全法规的公告
- 6440℃百度正打击构造虚假标题等违规站点
- 8176℃「百日行动」“断卡”行动持续发力
- 16125℃懒人开源站群程序V2.4.2:影视模板V2
- 15750℃通过Nginx配置增强网站安全性
- 14665℃多线程批量查询百家号文章存活情况
- 14486℃搜狐号安全系统升级通知
- 12302℃多线程批量查询链接收录情况(免代理)
- 12105℃百家号批量发布软件V1.8.5
- 11290℃企业网站安全漏洞应对:从修复到增强全方位安全新举措
- 8350℃CCSEO原创蜘蛛统计v1.3
- 12-09百家号批量发布软件V2.4.4
- 10-06关于SEO的一些真诚思考
- 08-18罪恶克星:不良网站举报工具填表版
- 05-01多线程批量查询百家号文章存活情况
- 04-22通过Nginx配置增强网站安全性
- 04-22企业网站安全漏洞应对:从修复到增强全方位安全新举措
- 04-21搜狐号安全系统升级通知
- 04-18多线程批量查询链接收录情况(免代理)
- 近期评论
- 文章归档
-
- 2024年10月 (1)
- 2024年8月 (1)
- 2024年5月 (1)
- 2024年4月 (10)
- 2024年3月 (6)
- 2024年1月 (2)
- 2023年12月 (4)
- 2023年11月 (2)
- 2023年10月 (7)
- 2023年9月 (24)
- 2023年8月 (6)
- 2023年7月 (20)
- 2023年6月 (13)
- 2023年5月 (26)
- 2023年4月 (48)
- 2023年3月 (21)
- 2023年2月 (15)
- 2023年1月 (10)
- 2022年12月 (10)
- 2022年11月 (3)
- 2022年10月 (28)
- 2022年9月 (37)
- 2022年8月 (16)
- 2022年7月 (23)
- 2022年6月 (24)
- 2022年5月 (10)
- 2022年4月 (53)
- 2022年3月 (67)
- 2022年2月 (3)
- 2022年1月 (4)
- 2021年12月 (24)
- 2021年11月 (18)
- 2021年10月 (3)
- 2021年9月 (22)
- 2021年8月 (60)
- 2021年7月 (3)
- 2021年6月 (16)
- 2021年5月 (25)
- 2021年4月 (1)
- 2021年3月 (39)
- 2021年1月 (7)
- 2020年12月 (19)
- 2020年11月 (11)
- 2020年10月 (49)
- 2020年9月 (114)
- 2020年8月 (63)
- 2020年7月 (28)
- 2020年6月 (50)
- 2020年5月 (124)
- 2020年4月 (83)
- 2020年3月 (91)
- 2020年2月 (81)
- 2020年1月 (18)
- 2019年12月 (79)
- 2019年11月 (16)
- 2019年10月 (35)
- 2019年9月 (3)
- 2017年12月 (1)
- 2017年11月 (203)
- 2017年10月 (155)
- 标签列表
- 站点信息
-
- 文章总数:2025
- 页面总数:7
- 分类总数:46
- 标签总数:339
- 评论总数:9366
- 浏览总数:5898972
已有1位网友发表了看法:
曹操 评论于 [2020-06-10 15:44:56] 回复
由于默认模板升级,重新修改于2020-06-10 15:44:53