组件生成器:http://www.notwebdesign.com/joomla-component-creator/
模块生成器:http://www.anezi.net/tools/joomlamodulecreator/
组件生成器: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'))
不论是 Joomla! 1.0 还是 Joomla! 1.5,在安装之后,都默认已设定使用 PHP Mail 功能来发送激活/通知邮件。在“邮件设置”那里,还有两个选项就是:Send Mail 和 SMTP。在大多数情况下,PHP Mail 能够满足需要,因此也很少有人专门关注这个问题。