我想知道如何修改特色成员模块的布局?我可以看到它的一部分在文件中模块的模板文件夹中
module/user/template/<mytemplate>/block/featured.html.php
和我发现的一些部分
file/cache/template_user_template_default_block_fetaured.html.php
这是否意味着我也需要在第二个文件中进行更改?如果是,那么它将反映所有主题。
谁能解释一下 PhpFox 文件和文件夹结构?
您只需更改第一个 module/user/template//block/featured.html.php
第二个是缓存文件,如果您更改第一个,那么第二个也会更新,因为第二个是从第一个生成的。
如果你想知道文件结构然后知道如何创建模块首先去这个链接:http ://www.phpfox.com/kb/article/144/creating-your-first-add-on/
更多: http ://www.phpfox.com/kb/article/263/knowledgebase-article-listing/
正如SKG所说,第一个文件是原始文件,第二个文件是缓存文件。
但是,如果您修改第一个文件,则在您清除网站的 chache 之前,不会更新第二个文件。
您可以通过两种方式清除缓存。