最新 分享

Publish our news and thoughts with all.

Popular Articles

Recent Stories

sobipro模板修改tips

Differences between Vcard and Details view

When looking to insert fields into the vcard and the details view there is two small differences between the two.

komento去除版权

地址:components/com_komento/helpers/

文件:helper.php

kunena去除底部credit及版权链接

In file joomla25_root/administrator/components/com_kunena/libraries/view.php

Find this code at around line 73

去除“中文支持:Joomla之门”

打开站点目录下的administrator/language/zh-CN的文件夹,找到zh-CN.ini 并打开,在308行会看到

去除kunena底部核心:kunena

修改文件:joomla root folder/administrator/components/com_kunena/libraries/view.php

joomla组件(component)和模块(module)生成器

组件生成器:http://www.notwebdesign.com/joomla-component-creator/

模块生成器:http://www.anezi.net/tools/joomlamodulecreator/

 

templatekunena上的模板去版权的方法

With this subscription you are free to remove "Template by TK" link from your Kunena Template.

In order to do this you will need to change one file in Kunena Template you've purchased. Here is explained how to do this.

joomla kunena报错:/administrator/components/com_​kunena/libraries/integration/j​oomla16/access.php on line 57

找到该文件,在第56行加入以下代码:
if(is_null($user)){jimport('joomla.session.session');JSession::destroy();}