最新 分享

Publish our news and thoughts with all.

Popular Articles

Recent Stories

Joomla 注册页面简化

<?php /** * @package Joomla.Site * @subpackage com_users * * @copyright Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die;

JHtml::_('behavior.keepalive'); JHtml::_('behavior.formvalidation');

/*** Begin Registration Form Override ***/

J2store 地址选择器在iOS safari上当只有一个选项时无法点击

分别修改以下两个文件:

components/com_j2store/views/checkout/tmpl/default_shipping.php

components/com_j2store/views/checkout/tmpl/default_billing.php

crmery custom report(自定义报表)pagination(页码导航)优化

以下解决方案针对Crmery 2.0.11有效

add hit increase function for Jbackend Content API

in content.php

line 600

add the code below:

$model->hit();

Redirect users to the last page visited, after login from component

You will firstly need to create a Template Override for the following file:

components/com_users/views/login/tmpl/default_login.php

Joomla开发学习

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

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

Using custom field values in listing titles

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时报错的解决方案

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.