Tips and Trick Joomla

setelah berkutat dengan sebuah CMS yang indah menyenangkan dan membingungkan, dan sukses membuat saya jatuh cinta terhadap CMS tersebut, kali ini saya hanya iseng membuat catatan pribadi apabila satu saat buku ajaib saya hilang, setidaknya masih punya catatannya di blog pribadi.


How to look joomla module position? work on joomla 1.x - 3.0


  1. Click Templates, option
  2. set preview module positions "enabled"
  3. and type on your url www.yoursitename.com/?tp=1


Turn off error reporting

  1. click site, global configuration
  2. click on the tab "server"
  3. on the server setting menu, change error reporting from "System default" to "none"
don't forget to make your self footer. how? go to module manager, make new module, and choose custom html. type it by your self and set module position in the right place.

remember to install "sample data" if you using premium template. it's very helpful if you don't have any idea / concept building on your website

Manual link read more on joomla


contoh manual link apabila membuat read more button secara manual / efek premium template / module premium yang mengharuskan anda menulis kode html secara manual

<p>
<img src="images/sampledata/small-image-2.jpg" alt="sample image" align="left" style="margin: 0 12px 12px 0;" />
Belajar tidak akan membuat anda stress atmosfer yang sangat indah...<a href="index.php?option=com_content&view=article&id=31">Read more</a></p>

angka  31 adalah kode artikel, bukan sesuatu yang penting berada di kategori mana, tetapi berdasarakan kode artikel yang dibuat.

How to Setting mail server on joomla

check this out :)

How to install module online?

Cari file /FolderWebAnda_root/libraries/joomla/filesystem/folder.php
cari baris :
$obd = ini_get ('open_basedir');
kasih komen di depannya, jadi hasilnya :
#$obd = ini_get ('open_basedir');

Manual Read More

<hr id="system-readmore" />

FIX Less Error
Delete 'expose' folder from cache directory