在Joomla文章中插入指定模块
Joomla1.5中已自带Load module插件,但此插件只能调用位置(position),不能直接调用指定的模块,十分不方便。
Load module into article是一个能将指定的模块插入到Article的插件,使用 {module [1]} 格式的代码即可调用,其中 1 为模块ID。
下载:http://www.pages-and-items.com/plugin-module-in-article/
PS:在使用此插件调用UCD模块时,会遇到(allowed memory size of 33554432 bytes exhausted)的问题,只需要在UCD模块中将Load Plugins (Bots)设置为NO即可。


