最新 分享

Publish our news and thoughts with all.

Popular Articles

Recent Stories

Joomla开发学习

There is no translation available.

1.安全考虑 用于文档开头

defined('_JEXEC') or die('Restricted access');

Using custom field values in listing titles

There is no translation available.

Mosets Tree uses listing names as page titles. This article shows how you can make a simple core modification to Mosets Tree's source codes to use one or more custom fields data in your listing title.

Joomla从3.4.4升级到3.4.5后,moset tree添加list时报错的解决方案

There is no translation available.

If you're running Joomla 3.4.4, updating to Mosets Tree 3.6.6 will fix this error.

If you do not want to run the full update, here's the modification you can do to fix this error.

htaccess设置

There is no translation available.

开启expires模块,a2enmod expires

然后在.htaccess文件中添加以下内容:

Remove the "Mobile Joomla" Copyright Info

There is no translation available.

To Remove the Joomla Copyright Info. that is displayed in "Mobile Joomla" at the Footer,

For Joomla 2.5.x

joomla 增加meta到head

There is no translation available.

打开文件 /libraries/joomla/document/html/renderer/head.php

搜索 generator

添加相应的meta语句

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 这两个变量,它们就代表搜索字串的最小长度和最大长度。