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.
我想在 K2 的 item.php 中包含一个新的模块位置。可能吗?
我想在该模块中添加广告(不同类别的差异)。
此模块应在文章中左对齐,项目图像应在文章中右对齐。
请帮助我实现这一目标。
提前致谢。
要在文章中加载模块,只需给模块一个自定义位置,然后在文章编辑器中添加以下代码:
{loadposition xxx}
xxx = 您获得模块的自定义位置。
如果您想知道如何为模块提供自定义位置,请不要担心。不要单击 Joomla 1.5 的下拉菜单或 Joomla 2.5 的按钮,而是单击输入框内并输入您自己的位置。
然后,您可以根据需要对齐模块,就像普通文本一样。
希望这可以帮助。