Latest Share

Publishing the latest news and ideas for you

Popular Articles

Recent Stories

mosets tree tag field支持中文修改方案

There is no translation available.

administrator/components/com_mtree/mfields.class.php 第2522行,unset($arrTags[$i]);加注释如下: //unset($arrTags[$i]);

templatekunena.com的kunena模板如何实现多语言翻译

There is no translation available.

In order to use our Kunena 2.x template in your own language you need to translate language file.

Here is explained how to do this.

As example we assume that you need to translate template in italian language and you are using our CENTAUR template.

kunena去除底部credit及版权链接

There is no translation available.

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

Find this code at around line 73

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

There is no translation available.

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

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

 

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 能够满足需要,因此也很少有人专门关注这个问题。

如何提高JOOMLA运行速度

There is no translation available.

如何让系统运行的更快是我们一直关注的问题,从网上总结的经验是:

解决JOOMLA中空白页的方法

There is no translation available.

将Joomla!修改为UTF-8编码之后,发现使用部分模版(如Joomla! 1.0.8附带的rhuk_solarflare_ii模版)时偶尔会发生打开页面为空白的现象,特别是浏览器未设置为“自动选择”编码的时候。