最新 分享

Publish our news and thoughts with all.

Popular Articles

Recent Stories

如何使用Joomla 原生的smtp 发邮件的API进行组件开发,在组件中调用此API 进行邮件发送

There is no translation available.

在Joomla中,您可以使用框架内置的SMTP功能来发送电子邮件。这是通过 JMail 类实现的,该类封装了所有发送邮件的功能。从Joomla 3.5开始,JMail 被重新命名为 Joomla\CMS\Mail\Mail。以下是如何在您的Joomla组件中使用这个API发送邮件的步骤和代码示例。

多语言转换神器 - 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();