Saturday, January 29, 2011

Friday, January 28, 2011

Module Referer 8.4 for DLE 9.0 and 9.2




Module Referer 8.4
Module Referer 8.4 for DLE 9.0 and 9.2
Referer 8.4 - a module which is a possibility of taking into people transitions to your website. With built-in power, you can show on home page: Searches request or just ten of the last transition. With built-in calculator you can see the citation index, Page Rang and statistics LiveInternet transition. The calculator is based on advanced technology AJAX, which in seconds will give you the result. And many other useful features.


Sunday, January 23, 2011

Template O2 Reborn for DLE 9.2

Template O2 Reborn for DLE 9.2
Template O2 Reborn for DLE 9.2

Beautiful and high-quality english  template O2 Reborn for DLE 9.2. This is the original template, in the kit is included the source code format. Psd (Photoshop). This template O2 Reborn quality adapted to the new version of the engine dle 9.2.

Tested in this browsers:
- Internet Explorer: 6, 7, 8
- Mozilla FireFox
- Opera
- Google Chrome
- Safari
Author: GZ Design 
Language: English

Saturday, January 22, 2011

Skripters Blue Template for DLE 9.2 [Original]

Skripters Blue Template for DLE 9.2
Skripters Blue Template for DLE 9.2
Is a popular site design Skripters Blue for version engine dle 9.2. This template is successfully adapted to the 9.2 version of the cms, and now you can free download this template Skripters Blue.
Good colors and without unnecessary bells and whistles design work Skripters Blue, fits into any theme of the site. This work can be sharpened by any subject site.


Thursday, January 20, 2011

Latest Comments 2.2 for DLE 9.0

Latest Comments 2.2 for DLE 9.0
Latest Comments 2.2 for DLE 9.0
Module - Latest comments v.2.2 under dle 9.0 can make a conclusion on your home page in the chosen location, block Last comment was left by users of the site. This module is quality and looks creative and contemporary, the resources required are minimal, it does not load the hosting. 
Module "Recent Comments" has flexible settings, so everyone can discover how to set it up for you! 

Tuesday, January 18, 2011

Monday, January 17, 2011

Saturday, January 15, 2011

Breaking news v1.0 module for dle

Breaking news v1.0 module for dle
Breaking news v1.0 module for dle
The module is fully automated.
You can set the settings through Admin Panel
-From which category to take news
-Print any news that do not have pictures
-Sort:
- For latest news
- By Rating
- Viewed by
- By not watching
- By Random
- Replacement of standard topnews
- By Rating * Views 




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.php
2. Open {THEME}/main.tpl and put this code where you want the chat to be shown.
{include file="engine/modules/iChat/run.php"}

Thursday, January 6, 2011

Datalife Engine v.9.2

Datalife Engine v.9.2
Datalife Engine v.9.2
Here it is the new version that we all were waiting Datalife Engine v.9.2. In this release you'll see new and useful section in the Admin Panel, new features in online editor, new fresh templates, automatic notification on the majority of search engines on the new site map, some new BB tag and a lot more... Upgrade to the this version of DLE.


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'] . '<' . '?php ');

That's all you need to do.

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 are connected in a pattern from the point: 
<link rel="stylesheet" type="text/css" href="{THEME}/css/style.css" />
<link rel="stylesheet" type="text/css" href="{THEME}/css/engine.css" />
 to enable compression for these files, these lines must be replaced by: 
<Link rel = "stylesheet" type="text css" href ="/engine/classes/min/index.php?F={THEME}/css/style.css, {THEME}/css/engine.css" />
Actually all, now your styles will be automatically combined and compressed, and the browser will be given to already compressed files, essentially saving your traffic.Thus it is necessary to remember only one feature, if you want to change the contents of these files, then after making changes, you will need to necessarily go to the Admin Panel script and make clear the cache in the admin panel script, and make clear the cache in your browser.