In file joomla25_root/administrator/components/com_kunena/libraries/view.php
Find this code at around line 73
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();}
Step1:取消令牌。
首先取消登陆的令牌,administrator/competent/com_login/controller.php中找到
JRequest::checkToken() or jexit(JText::_('JINVALID_TOKEN'))