Saturday, January 29, 2011

Friday, January 28, 2011

Sunday, January 23, 2011

Saturday, January 22, 2011

Thursday, January 20, 2011

Tuesday, January 18, 2011

Monday, January 17, 2011

Saturday, January 15, 2011

Friday, January 14, 2011

Wednesday, January 12, 2011

Tuesday, January 11, 2011

iChat v.3.0 for DLE 9.2

iChat v.3.0 for DLE 9.2 Installation: 1. Upload all the files in your server and run install.php2. Open {THEME}/main.tpl and put this code where you want the chat to be shown.{include file="engine/...

Thursday, January 6, 2011

Wednesday, January 5, 2011

How to insert PHP code in file main.tpl

main.tpl file is a template file of DLE. There are cases when you need to insert PHP codes in It, but It is not allowed. So now I will show you a hack how to enable the insertion of PHP codes in main.tpl 1. Open file index.php Find: echo $tpl->result['main']; Replace to: eval (' ?' . '>' . $tpl->result['main']...

Sunday, January 2, 2011

Compressing CSS template files

Dear friends In this article I want to tell you how to compress the stylesheets CSS in your dle template. To do this you must change their connection to the template, let's say your styles...