Thứ Tư, 22 tháng 4, 2015

Joomla 3.x mod_jo_responsive_grid_gallery edit load from 10 params

Description: JOOMLA 3.x  mod_jo_responsive_grid_gallery default load articles joomla . Current need add image,title, link whatever from 10 params.
Image result:

Instruction: this module not free. So just share 2 file edit only.
mod_jo_responsive_grid_gallery_articles.xml
mod_jo_responsive_grid_gallery_articles.php

Thứ Bảy, 18 tháng 4, 2015

Joomla3.x get PARAM url

Description: joomla3.x get param from url
Example:
http://domain.com/index.php?option=com_docman&view=document&layout=form&slug=&category_slug=&Itemid=102

Code:
$option = JRequest::getVar('option');   
echo $option;

Result: com_docman