最新 分享

Publish our news and thoughts with all.

Popular Articles

Recent Stories

joomla中使用相对路径插入脚本

举例

<script src="/<?php echo JUri::root(true); ?>/media/jui/js/html5.js"></script>

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

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.

Contact
联系我们