How to add Itemid for search results page

By default Joomla! Search results are shown on the Home Page template. It is possible to change this by adding a hidden field to the search module. Within your homepage template folder create a new directory called “html” and then “mod_search”. Copy the “default.php” file from /modules/mod_search/tmpl/ into your newly created “mod_search” folder under your template folder. Open this file at near the bottom just before the end of the form, replace: <input type="hidden" name="limitstart" value="0" /> <input type="hidden" name="option" value="com_virtuemart" /> <input type="hidden" name="view" value="category" /> to: <input type="hidden" name="limitstart" value="0" /> <input type="hidden" name="option" value="com_virtuemart" /> <input type="hidden" name="view" value="category" /> <input type="hidden" name="Itemid" value="48" />
查看更多 →

Add JCE Editor in K2 Extra Fields

查看更多 →

Joomfish和K2的整合问题

很多时候,装完这两个组件之后,会发现,在Joomfish里面看不到对应的k2的翻译列表,很多人为此都很不理解,为什么这两个这么通用的组件不能
查看更多 →

Virtuemart调用Joomla content插件

基于设计,我们必须要在virtuemart里面加入tab的效果,但是如果我们用的是tabs的插件,在description里面填写,会发现是
查看更多 →

Virtuemart设置UPS

1.创建UPS帐号: i) Go to www.ups.com ii) If you don’t already have a Myups User ID and Password, you will need to Register to create one, by clicking on LOGIN at top right of screen, and then click REGISTER (The username/password will be the USER ID and PASSWORD you use in the UPS VM shipper module.) iii) Login and then put the
查看更多 →