phpcms
PHPCMS二次开发教程标签页调用缩略图的方法
PHPCMS v9 tag标签页调用缩略图的修改方法:打开 \\modules\content\tag.php 文件找到$res = $this->db->get_one(array('id'=>$contentid), 'title, description, url, inputtime, style');修改为$res = $this->db->get_on...
PHPCMS V9 TAG页面关键词每页显示20个的修改方法
PHPCMS V9 TAG页面关键词每页显示20个的修改方法打开 /modules/content/tag.php 文件找到 public function init() 函数,在此函数中找到$pagesize = 20;将红色数字20修改为你想要显示的数量即可...
v9 wap手机门户站点取消浏览大图并加载原图的方法
PHPCMS V9中内容页中的图片默认会生成缩略图显示,然后再缩略图下边显示“浏览大图”,如何实现内容中的图片显示原图?并且去掉“浏览大图”选项呢?修改方法:打开 \modules\wap\functions\global.func.php 文件找到function wap_img($url,$ishow)...