当前位置:网站首页>齐博建站指南(艾戈勒)
齐博建站指南(艾戈勒)
2022-07-28 21:58:00 【全栈程序员站长】
大家好,又见面了,我是你们的朋友全栈君。
齐博建站指南
使用手册 http://www.qibosoft.com/help/
<?php include(“../head.htm”); ?>
<?php include(“../../foot.htm”); ?>
/template/default/list_tpl
1、新建风格:template/XXX data/style 下新建XXX.php
2、需要全部静态的话,需要录入php标识的头尾
3、加载list模块(列表模块)
<!–include
EOT;
if($listdb){@include(“$listTPL”);}print<<<EOT
include–>
4、编码选用gb2312
5、建站 从菜单开始——头部和尾制作模板——中间内容加入php标识的头尾 即可调用齐博标签
在首页加入 $label[index_c1] 标签 可进行可视化操作
注:$label[自定义]
6、齐博标签使用说明!!!
{$webdb[www_url]} 指整站访问网址 {$title} 指标题 {$url} 指超级链接地址 {$aid} 指文章ID {$fid} 指栏目fid {$fname} 指栏目名称 {$list_url} 指栏目地址 {$hits} 指点击率 {$comments} 指评论数 {$posttime} 发表日期 {$uid} 发布者的uid {$username} 发布者帐号 {$picurl} 图片地址 {$i} 序号,如1,2,3,4… 以下为时间日期类变量 {$time_Y} 年,如2008 {$time_y} 年,如08 {$time_m} 月 {$time_d} 日 {$time_H} 时 {$time_i} 分 {$time_s} 秒 {$new} 最新图标 {$hot} 热门图标
注意:{$picurl}是默认4:3的缩略图变量,{$picurl2}是3:4缩略图的变量,{$picurl3}是1:1缩略图的变量,请根据需求选择相应的缩略图
你可以自定义标题的样式如色彩与字号大小,请点击“点击创建一个模板” 其他模块的参数与上面是差不多的
以上用到的$url是通用网址,你可以手工替换成有个性的,比如 http://qibosoft.com/bencandy-$fid-$aid.shtml
以上用到的是通用变量,你可以查看具体的模型字段列表中的字段名.在这里可以设置调用显示.如{$字段名}即{$abcd}
视频调用方法代码如下,把他放到以上标签代码输入框即可: (mv,200,150,false)$mvurl(/mv) 200指视频宽度,150指视频高度,false代表不自动播放,true代表自动播放.$mvurl即是字段名,这里指的是视频模型的视频字段,如果文章系统的话,就不存在视频功能.
7、数据库配置修改data/mysql_config.php
边栏推荐
- 深度剖析集成学习Xgboost
- 2022 G2 power plant boiler stoker examination question bank simulated examination platform operation
- 添加构建依赖项报错
- 2022起重机械指挥考试题模拟考试平台操作
- [self] - brush questions BFS
- 事件抽取文献整理(2018)
- Deep analysis of integrated learning xgboost
- ACM SIGIR 2022 | 美团技术团队精选论文解读
- (22) two permutation (DP), package delivery (greedy)
- A new generation of ultra safe cellular battery, Sihao aipao, will be available from 139900 yuan
猜你喜欢

1314_ Serial port technology_ Basic information of RS232 communication

Okaleido生态核心权益OKA,尽在聚变Mining模式

Rhce第一天

Intel data center GPU is officially shipped to provide strong computing power with openness and flexibility

Custom MVC principle and framework

【自】-刷题-逻辑

机器学习问题笔记

Worthington丨STEMxyme的分类和测定方法

Merkle tree

Pin mapping relationship of stm32f103c series single chip microcomputer under Arduino framework
随机推荐
Go 中的并发 Concurrency
Rhce第二天
2022T电梯修理考试试题及模拟考试
利用递归和链表头插法实现链表成组的翻转——LeetCode25 K个一组翻转链表
Blocking queue
Pin mapping relationship of stm32f103c series single chip microcomputer under Arduino framework
A new generation of ultra safe cellular battery, Sihao aipao, will be available from 139900 yuan
Codeforces Round #810 (Div. 2) A - C
Classic topological sorting problem -- leetcode207 curriculum +leetcode210 curriculum II
Trivy [3] custom scanning strategy
What is utxo?
22 Niuke multi school Day1 I - Introduction to chiitoitsu DP
Optimization and implementation of custom MVC
智能垃圾桶(七)——SG90舵机的介绍与使用(树莓派pico实现)
Few people can really play in the "aftermarket" of the whole house intelligent fire collection
NPDP考试需要携带什么?文具携带说明
Function function
多模态模型小抄(1)
[self] - question brushing - string
从XSS Payload学习浏览器解码