1./template/ 模板目录
- /template/default/ 默认模板目录
- /template/default/common/ 全局加载公共模板目录
- /template/default/email/ 邮件服务模板目录
- /template/default/forum/ 论坛模板目录
- /template/default/group/ 群组模块模板目录
- /template/default/home/ 空间模块模板目录
- /template/default/member/ 用户管理模板目录
- /template/default/portal/ 门户模块模板目录
- /template/default/portal/diyxml/ 自定义导入系统内置数据目录
- /template/default/ranklist/ 排行榜模板目录
- /template/default/search/ 搜索功能模板目录
- /template/default/style/ 默认模板扩展风格目录
- /template/default/tag/ 标签模板目录
- /template/default/touch/ 手机模板目录(该目录结构可参考默认模板目录)
2.论坛未登录跳转登录界面
php
<!--{if $_G['uid']}-->
当前有用户登陆的情况,显示内容
<!--{elseif empty($_G['uid'])}-->
当前无用户登陆的情况,显示内容
#跳转登录页
<!--{eval dheader('location: member.php?mod=logging&action=login');}-->
<!--{/if}-->
3.移动端门户前端数据调用
- 进入管理后台>门户>模块管理>数据调用>添加调用。
- /template/default/touch/ 手机模板目录
- /touch/portal/index.htm 门户页面