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.
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.
In file joomla25_root/administrator/components/com_kunena/libraries/view.php
Find this code at around line 73
修改文件:joomla root folder/administrator/components/com_kunena/libraries/view.php
组件生成器:http://www.notwebdesign.com/joomla-component-creator/
模块生成器:http://www.anezi.net/tools/joomlamodulecreator/
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.
找到该文件,在第56行加入以下代码:
if(is_null($user)){jimport('joomla.session.session');JSession::destroy();}