插件文件内文件列表

  •     a1 - 搜索替换部分
  •     b1 - 被替换内容
  •     conf.html - 插件配置表单
  •     conf.php - 插件信息参数
  •     icon.png - 插件图标
  •     inc.php - 插件配置表单储存数据
  •     re.php - 新机制配置文件


re.php 文件内容

<?php
return array(
	'View/hy_boss/thread_index.html'=>array(
		'a1'=>'b1'
	)
);

a1 文件内容

{/foreach}
    </div>
    {/if}

b1 文件内容

{/foreach}
    </div>
    {/if}
    <div class="h-20"></div>
    <div class="wrap-box">
    {php $baidu_share_inc = get_plugin_inc("hy_baidu_share");  }
    {$baidu_share_inc.code}
    </div>

总体意思

将文件View/hy_boss/thread_index.html内的 a1内容替换为 a2

效果图

QQ截图20161006134800.jpg



博士,你绝对是一个厉害的程序猿,但你绝对不是一位厉害的讲师joy