Latest Share

Publishing the latest news and ideas for you

Popular Articles

Recent Stories

多语言转换神器 - FaLang Pro网站扩展

多语言转换神器 - FaLang Pro网站扩展

There is no translation available.

  • 创新的多语言解决方案: FaLang Pro扩展是您网站的语言转换神器,支持多种流行语言,让您的网站瞬间变身国际化平台。
  • 用户友好的界面: 一键切换语言,操作简单直观。无论是英语、西班牙语还是中文,FaLang Pro都能轻松应对。
  • 高效的内容管理: 提供强大的内容管理功能,轻松管理多语种内容,无需担心不同语言版本的更新与同步问题。
  • SEO优化: 优化多语言网站的搜索引擎排名,提高网站的全球曝光度。
  • 兼容性强: 与主流网站建设平台兼容,无论是WordPress、Joomla还是Drupal,均能完美适配。
  • 专业支持: 提供全面的技术支持和文档,让您的网站多语言转换无忧。

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

There is no translation available.

举例

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

Joomla 注册页面简化

There is no translation available.

<?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上当只有一个选项时无法点击

There is no translation available.

分别修改以下两个文件:

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

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

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

There is no translation available.

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

add hit increase function for Jbackend Content API

There is no translation available.

in content.php

line 600

add the code below:

$model->hit();

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

There is no translation available.

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

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

Joomla开发学习

There is no translation available.

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

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