最新 分享

Publish our news and thoughts with all.

Popular Articles

Recent Stories

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');

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.