最新 分享

為你發布最新的資訊和想法

Popular Articles

Recent Stories

JomSocial apps & plugins

There is no translation available.

I propose some apps and plugin for Jomsocial. All of these has been corrected to work with jomsocial 2.6.x ans Joomla 2.5

SQL Tables corrected for image apps in J!1.5

All apps and plugin is in English of course and in french

In this package, you can find :

控制joomla自带com_search(搜索模块)的搜索字符串长度

There is no translation available.

修改 /language/zh-CN/zh-CN.localise.php 文件中的数字

分别找到 getLowerLimitSearchWord 和 getUpperLimitSearchWord 这两个变量,它们就代表搜索字串的最小长度和最大长度。

jomsocial 注册用户名限制太短

There is no translation available.

找了半天,找到这个js。

1、找到 components/com_community/assets/validate-1.0.pack.js 这个文件

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