帝国CMS模板读取远程页面内容(readhttp) 和引用文件标签 (includefile)

  • 压缩包大小:Unkown
  • 开发语言:
  • 软件授权:
  • 更新时间:2022-12-27 21:17:23
  • 软件类别:
  • 相关链接:未知官方
  • 网友评分:
  • 应用平台:Win2000/WinXP/Win2003
  • 演示地址:演示地址

1、开启标签 后台--模板--标签--标签管理--修改(选择对应标签)--开启

2、读取远程页面 (readhttp) [readhttp]'http://127.0.0.1/bbs//incfile/head.html'[/readhttp] 可以是本站的但是要写绝对路径 引用文件标签 (includefile)---------------------------------------------------------------------------------------------------------------------------------------include自定义页面方法:(自定义页面在后台>“栏目”>“自定义页面”里增加)

include 自定义页面有两种方法(userpage.html在根目录):第一种:页面生成.html文件情况下,模板用<?php include(ECMS_PATH.'userpage.html');?>或 [includefile]'../../page1.html"'[/includefile]或 <?php require(ECMS_PATH.'userpage.html');?>或 <?=sys_includefile('../../page1.html')?>调用文件。

第二种:页面生成.shtml文件,用<!--#include file="/userpage.html"-->调用文件。

技巧说明:1、自定义页面存放目录说明:<?php include(ECMS_PATH.'userpage.html');?>与<!--#include file="/userpage.html"-->上面例子是以自定义页面生成到根目录为例,你也可以单独建个自定义页面存放目录,比如:/incpage/ 目录那模板include就是用:<?php include(ECMS_PATH.'/incpage/userpage.html');?>与<!--#include file="/incpage/userpage.html"-->

2、自定义页面可以设置定义生成,以让文件内容实时更新:在后台>“系统”>“计划任务”>“管理刷新任务”里增加定时刷新自定义页面。

3、如果是不同栏目不同自定义页面如何引用?(1)、增加自定义页面按栏目ID命名,比如:/incpage/userpage1.html (其中1为栏目ID)(2)、模板中include文件用:<?php include(ECMS_PATH.'/incpage/userpage'.$GLOBALS[navclassid].'.html');?>或<?php require(ECMS_PATH.'/incpage/userpage'.$GLOBALS[navclassid].'.html');?>或<!--#include file="/incpage/userpage<?=$GLOBALS[navclassid]?>.html"-->

以上就是帝国CMS模板读取远程页面内容(readhttp) 和引用文件标签 (includefile)。想想再过一年,你回到家,给他们带来的不是胜利的喜悦,而而是告诉他们,考得不好,那么这个寒假,你将要怎么去度过?想想清楚吧!更多关于帝国CMS模板读取远程页面内容(readhttp) 和引用文件标签 (includefile)请关注haodaima.com其它相关文章!

关键词: 帝国CMS readhttp

下载地址

下载失败问题?【我要反馈】

提示:好代码网站资源是由用户投稿上传,内容来自互联网,本站只做免费推荐用于学习分享,如有版权及其他问题,请联系小编处理!

下载“jQuery焦点无缝轮播图特效”地址:

  • 日榜
  • 周榜
  • 月榜

推荐下载

  • 开发手册
  • 常用软件