最新 分享

Publish our news and thoughts with all.

Popular Articles

Recent Stories

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

There is no translation available.

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

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

 

templatekunena上的模板去版权的方法

There is no translation available.

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

There is no translation available.

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

使用火车头采集信息到joomla的文章系统和K2系统

There is no translation available.

Step1:取消令牌。

首先取消登陆的令牌,administrator/competent/com_login/controller.php中找到

JRequest::checkToken() or jexit(JText::_('JINVALID_TOKEN'))

今天新入了一批jomsocial模板

There is no translation available.

花了29欧元入手的,兼容RT和YT两大joomla模板系列,还在研究和配置中。有需要的朋友可以和我联系。

最近在研究Civicrm

There is no translation available.

之前搞过一阵子,但是没有弄明白。

现在记录一些文档,这几天要重新啃啃:

linux主机下Joomla伪静态htccess文件的修改

There is no translation available.

注意红色字体,那是修改点:
----------------------------------------------
……
#
#  mod_rewrite in use
RewriteEngine On
#  Uncomment following line if your webserver's URL
#  is not directly related to physical file paths.
#  Update Your Joomla/MamboDirectory (just / for root)
RewriteBase /
RewriteCond %{REQUEST_URI} !^/yourdiection/index.php
########## Begin - Joomla! core SEF Section
############# Use this section if using ONLY Joomla! core SEF
## ALL (RewriteCond) lines in this section are only required if you actually
## have directories named 'content' or 'component' on your server
## If you do not have directories with these names, comment them out.
#
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##optional - see notes##
RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$  [NC]
RewriteRule ^(content/|component/) index.php

Joomla! 邮箱设置

There is no translation available.

不论是 Joomla! 1.0 还是 Joomla! 1.5,在安装之后,都默认已设定使用 PHP Mail 功能来发送激活/通知邮件。在“邮件设置”那里,还有两个选项就是:Send Mail 和 SMTP。在大多数情况下,PHP Mail 能够满足需要,因此也很少有人专门关注这个问题。