iwel's e-notes about his World
Joomla
Beginner how to: Joomla! RG_EMULATION
Jul 6th
Sometimes beginners in joomla (like me
) confuse when starting to install Joomla! receive warning about the RG_EMULATION
Joomla! RG_EMULATION setting is `ON` instead of `OFF` in file globals.php
to find the RG_EMULATION open the globals.php in the folder where u extract Joomla! then find this word “define( ‘RG_EMULATION’, 1 );”
And change the line to : define( ‘RG_EMULATION’, 0 );
Notice the value change from 1 to 0.
Thats it, easy right?
Cheerz
kriwelz
Membuat Custom Module joomla tanpa zip file / Installer
Jul 4th
Pernah membuat program / module sendiri tapi malas membuat zip filenya ??? Nah, berikut ini ada langkah “instan” membuat module tanpa membuat installer. More >
How To:Custom session folder without changing php.ini
Jul 4th
Session folder is an important thing in joomla, but some web hosting does not give enough information and priviledges on setting session folder to use by your application.
So,if we want to set session folder not in the specified directory by webhosting, we must override the configuration by using the magic .htaccess file.
Membuat info lengkap tentang user online
Jul 4th
Sering kali pada situs yang kita datangi menampilkan informasi/statistik tentang user online, anggota terbaru hari ini,pendaftaran user untuk minggu ini,bulan ini atau bahkan tahun ini seperti yang ditampilkan di situs ini.
Untuk menambahkan statistik tersebut diperlukan modul s4jTotalMembers dari www.software4joomla.com, untuk mengunduhnya dapat di peroleh di sini
Perlu diingat modul ini tergantung pada component CommunityBuilder yang dapat di download di sini . More >
How to set dynamic session folder for joomla
Jul 3rd
Session folder is an important thing in joomla, but some web hosting does not give enough information how to set session folder to use by our application.
So,if we want to set session folder not in the specified directory by webhosting, we must override the configuration by using the magic .htaccess file..
Simply create a .htaccess file in everywhere u want to store the configuration and insert the following code below :