Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Joomla 网站中,我可以直接编辑 modules 文件夹的模板文件夹中的 default.php 文件吗?或者那些是在创建网站时自动生成的?任何指导表示赞赏。谢谢你。
请向我提供有关 Joomla 的具体图像和故事,而不是重复文件所说的内容。
[更新]只要它有效,我自己编辑所有。哦,是的,太好了,我的第一个障碍正在被澄清。
如果您想对放置在 modules/mod_abc/tmpl 中的文件进行一些更改(将 mod_abc 替换为您的模块名称),您需要将该文件复制到 joomla-root/templates/[your-current-template]/html/mod_abc/
然后你可以在这里编辑你的文件。这是覆盖模块模板的标准 joomla 方式。