『hybbs』_插件教程{附项目文件}

模板插件 3143 2020-12-08 00:52  

●个人理解

举个例子:首先创建一个插件项目

div文件夹

主要文件

  • re.php  替换方法

  • div.hook 要插入的页面里面放html php......

icon.png 项目图标


  • conf.php  项目的简介 版本  作者  相关介绍


  • conf.html 配置表单

这里我们给大牛窝随便添加一个div盒子


找到首页文件index_index.php


我们这里在

上面添加div


●写入

●文件  div/1
●内容

●写入

●文件 div/2

●内容

{hook div}



●写入替换代码

●文件  re.php

●内容

return array(
	'View/nd_mobile/index_index.php'=>array(
		'div/1'=>'div/2',
	)
);

这个就是替换index_index.php里的原代码

●在不影响原代码使用的情况下可以不保留原代码


接下来就是div.hook了

●写入

●文件 div.hook

●内容

随便写点啥?




●效果



●附项目插件

附件隐藏

The attachment is hidden and you need to reply to the topic before it becomes visible.
admin 管理员 楼主
“我好不容易心动一次,却爱上了一个不属于我的人,是不是很讽刺又很可笑,明知是错的

全部回复

  106 正序

支持大佬

2021-1-30 0 1
  • clb 萌新 2 Floor

可以


2021-2-3 0 1

6666

2021-2-22 0 0

不错,支持

2021-2-22 0 0

看看

2021-5-1 0 0

可以啊

2021-5-31 0 0

康康

2021-7-10 0 0
  • nxsn 小白 8 Floor

h

2021-7-15 0 0

厉害啊!

2021-8-29 0 0

6666

2022-7-5 0 0
Need Login