dimanche 22 décembre 2013

Upgrade Template DLE 10.0 to DLE 10.1 - DLE English

DAPTING TEMPLATES  DLE 10.0 TO DLE 10.1 - DLE ENGLISH
Upgrade Template  DLE 10.0 to DLE 10.1 - DLE English

While you can familiarize yourself with the changes that you have to make templates dle 10.1 (that is, to adapt the template 10.0 to 10.1 handles). Of course, if you want to upgrade your engine. Today, here you will learn the entire list of changes in the patterns between versions 10.0 and 10.1, you need to do to work correctly on DataLife Engine v.10.1.


Full instructions on adaptation patterns for compatibility with the new version template engine.

List of changes in patterns between versions 10.0 and 10.1:

1. Open the file style / engine.css to the bottom add:

/*---Found related news the latest news on the site ---*/
.findrelated {
width:99%;
background: #ffc;border:1px solid #9E9E9E;
padding: 5px;margin-top: 7px;
margin-right: 10px;
}


2. Open the file and locate frame.css:
 .qq-upload-spinner {display:inline-block; background: url("images/loading.gif"); width:15px; height:15px; vertical-align:text-bottom;}


Replace with:
.qq-upload-spinner {display:none; background: url("images/loading.gif"); width:15px; height:15px; vertical-align:text-bottom;}


Later in the same file at the bottom add:
 .progressbar {
overflow: hidden;
height: 15px;
margin-top: 5px;
background-color: #f7f7f7;
background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.progressbar span {
color: #ffffff;
text-align: center;
text-indent: -2000em;
height: 15px;
display: block;
overflow: hidden;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #dd514c;
background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
background-image: linear-gradient(top, #ee5f5b, #c43c35);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
}


3. Open the file and locate addnews.tpl:
 <input class="f_input" maxlength="150" name="title" type="text" value="{title}" />


Replace with:
<input class="f_input" id="title" maxlength="150" name="title" type="text" value="{title}" />&nbsp;<input class="bbcodes" onclick="find_relates(); return false;" style="font-size: 11px; height: 22px;" title="Check availability for registration login" type="button" value="Find Similar" /><span id="related_news"></span>


4. Open the file and locate comments.tpl:

<li>Comments: {comm-num}</li>
<li>Publications: {news-num}</li>


Replace with:

<li>[declination={comm-num}]comment||s|s[/declination]</li>
<li>[declination={news-num}]article||s|s[/declination]</li>
5. Open the file and locate pm.tpl:

<li>Comments: {comm-num}</li>
<li>Publications: {news-num}</li>
Replace with:

<li>Status: [online]<img alt="User Online" src="{THEME}/images/online.png" style="vertical-align: middle;" title="User Online" />[/online][offline]<img alt="User is offline" src="{THEME}/images/offline.png" style="vertical-align: middle;" title="User is offline offline" />[/offline]</li>
<li>[declination={comm-num}]Comments||s|s[/declination]</li>
<li>[declination={news-num}]Publication||s|s[/declination]</li>
6. Open the file searchresult.tpl entire file's contents and replace with:
[searchposts]
[fullresult]
<div class="base shortstory">
<div class="dpad">
<h3 class="btl">
[full-link]{title}[/full-link]</h3>
<div class="bhinfo">
[not-group=5]
<br />
<ul class="isicons reset">
<li>[edit]<img alt="Edit" src="{THEME}/dleimages/editstore.png" title="Edit" />[/edit]</li>
<li>{favorites}</li>
</ul>
[/not-group]
<span class="baseinfo radial">
Author: {author} on [day-news]{date}[/day-news]
</span>
[rating]<br />
<div class="ratebox">
<div class="rate">
{rating}</div>
</div>
[/rating]
</div>
<div class="maincont">
{short-story}
<br />
<div class="clr">
</div>
[edit-date]<br />
<div class="editdate">
<i>Last edited by: <b>{editor}</b> - {edit-date}

[edit-reason]Reason: {edit-reason}[/edit-reason]</i></div>
[/edit-date]
</div>
</div>
<div class="mlink">
<span class="argmore">[full-link]<b>Read More</b>[/full-link]</span>
<span class="argviews"><span title="Views: {views}"><b>{views}</b></span></span>
<span class="argcoms">[com-link]<span title="Comments: {comments-num}"><b>{comments-num}</b></span>[/com-link]</span>
<br />
<div class="mlarrow">
</div>
<div class="lcol argcat">
Category: {link-category}</div>
</div>
</div>
[/fullresult]
[shortresult]
<div class="dpad searchitem">
<h3>
[full-link]{title}[/full-link]</h3>
<b>[day-news]{date}[/day-news]</b> | {link-category} | Author: {author}
</div>
[/shortresult]
[/searchposts]
[searchcomments]
[fullresult]
<div class="bcomment">
<div class="dtop">
<div class="lcol">
<img alt="" src="{foto}" /></div>
<div class="rcol">
<span class="reply">[fast]<b>Reply</b>[/fast]</span>
<br />
<ul class="reset">
<li><h4>
{author}</h4>
</li>
<li>{date}</li>
</ul>
<ul class="cmsep reset">
<li>Group: {group-name}</li>
<li>ICQ: {icq}</li>
</ul>
</div>
<div class="clr">
</div>
</div>
<div class="cominfo">
<div class="dpad">
[not-group=5]
<br />
<div class="comedit">
<div class="selectmass">
{mass-action}</div>
<ul class="reset">
<li>[spam]Spam[/spam]</li>
<li>[complaint]Report Abuse[/complaint]</li>
<li>[com-edit]Edit[/com-edit]</li>
<li>[com-del]Delete[/com-del]</li>
</ul>
</div>
[/not-group]
<br />
<ul class="cominfo reset">
<li>Registration: {registration}</li>
<li>Status: [online]<img alt="Currently Online" src="{THEME}/images/online.png" style="vertical-align: middle;" title="Currently Online" />[/online][offline]<img alt="Currently Offline" src="{THEME}/images/offline.png" style="vertical-align: middle;" title="Currently Offline" />[/offline]</li>
<li>[declination={comm-num}]comment||s|s[/declination]</li>
<li>[declination={news-num}]article||s|s[/declination]</li>
</ul>
</div>
<span class="thide">^</span>
</div>
<div class="dcont">
<h3 style="margin-bottom: 0.4em;">
{news_title}</h3>
{comment}
[signature]<br />
<div class="signature">
--------------------</div>
<div class="slink">
{signature}</div>
[/signature]
<br />
<div class="clr">
</div>
</div>
</div>
[/fullresult]
[shortresult]
<div class="dpad searchitem">
<h3 style="margin-bottom: 0.4em;">
{news_title}</h3>
<b>{date}</b> | Author: {author}
</div>
[/shortresult]
[/searchcomments]
7. Create a new template file splitnewsnavigation.tpl with content:
 <div class="dpad basenavi ignore-select">
<div class="bnnavi">
<div class="navigation">
{pages}</div>
<div class="nextprev">
[prev-link]<span class="thide pprev">Previous</span>[/prev-link]
[next-link]<span class="thide pnext">Next</span>[/next-link]
</div>
</div>
</div>

lundi 16 décembre 2013

MovieBox template for DLE 10.1 English

MovieBox template for DLE 10.1 English
MovieBox template for DLE 10.1 English

This adaptation is made with a template MovieBox ninth version, and from it we had a full adaptation to the new script DLE 10.1. You should know that this template will look just fine in different browsers because of its width, you can put yourself and it is a kind of universal pattern. With this template, you can do quite a beautiful and qualitative portalchik warez or any anime.


Author: Otash-UZ
Template Type: RIP
Version DLE: 10.1
Tested: IE8, Mozilla, Opera , Crome
Options: tpl, img, CSS
Translate By: Indieka Iris (dle-guides.blogspot.com)


Password Unrar: dle-guides.blogspot.com
Download a template MovieBox for DLE 10.1 English moviebox.rar [354.29 Kb]

dimanche 15 décembre 2013

HTML SiteMap 2.1 module for DLE English

HTML SiteMap 2.1 module for DLE English

Easy and intuitive module HTML site map for the engine DLE Datalife Engine. Meets all requirements of SEO and very easy to install. The module allows you to display an unordered list with links to all the news categories and static pages.


Version - 2.1 (from 08.10.2012)
Compatibility - 8.2 - 10.1 .

Features:
Availability adminpaneli visual code generator to insert into the template;
to detail settings for more than 20 parameters!
ability to customize the number of displayed items in categories
the ability to customize the sort order and the principle elements of the card
the ability to display the site in categories or link to a plain text
ability to include / exclude specific elements by their id
map not displayed in publications that do not pass moderation, as well as planned for the future;
take into account the presence / absence of NC, as well as the type of CNC;
important feature - in early versions of DLE was not CNC, and when it appeared that there was only one type (now NC type 3). Therefore, new publications are displayed with a URL type that is selected in the admin, and the old, respectively, with a URL of the old type.
module is fully cached;
module uses API DLE.


The installation process takes less than 5 minutes.

  • Unpack the module;
  • Copy the contents of the folder uploads (except / templates /) to the server;
  • Contents of the folder uploads / templates / Default / place in your template folder / Templates / {THEME} /;
  • Run the file and follow the instructions http://u.site/sitemap_installer.php;
  • Delete the file from the server sitemap_installer.php;
  • Go to the admin panel, select the module SiteMap and generate the code;
  • Open the file main.tpl your template and find:

{content}
Replace with:
[not-aviable=sitemap]{content}[/not-aviable]
[aviable=sitemap]{include file="engine/modules/sitemap.php"}[/aviable]


  • Open the file. htaccess, which lies at the root (ie, where is the main index.php) and get:

RewriteEngine On
Add below:
Sitemap #
RewriteRule ^sitemap(/?)+$ /?do=sitemap [L]

  • The installation process is finished - site map is available at http://u.site/sitemap/

Pass UnRar: dle-guides.blogspot.com

More information on the site smotrita Author: store.alaev
http://store.alaev.info/dle/sitemap/

samedi 14 décembre 2013

Template Simple Tape template for DLE 10.1 English

Template Simple Tape template for DLE 10.1 English
Template Simple Tape template for DLE 10.1 English

New, high quality original pattern under the name Simple Tape which was under doadaptirovan atkualny today script DLE 10.1 English from colorful studio Test-Template which makes it very wonderful templates. Itself Simple Tape the template is not assigned any topic and not be considered completely universal. In this pattern, use many different chips and ideas through which turned out such a fun and show pleasing pattern. Nastraivetsya it is very easy, and you will see the instruction and the logo itself.


Author: Test-Templates
Template Type: Original Version DLE: 10.1
Tested: Crome, Opera, IE, Mozilla Addons: template, psd logo, instructions
Translate By: Indieka Iris (dle-guides.blogspot.com)

Pass unRar: dle-guides.blogspot.com
Download Template Simple Tape template for DLE 10.1 English

Template PC-CODECS For DLE 10.1 English

Template PC-CODECS For DLE 10.1 English
Template PC-CODECS For DLE 10.1 English

Your attention to consider the offer warez template PC-Codecs for DLE 10.1 English adapted to the current version of the engine.
The design itself is made in soft color tones, so you can not worry about what your future visitors will experience any discomfort while on your Internet project. Very creative and interesting pattern, if you plan to portal with a lot of different information categories and sub categories. Pretty universal template suitable for analytical portals and firms serving computer equipment. A judicious choice for the individual user as well as for a successful company. Nothing extra on the page you will no longer find. Template PC-Codecs justifies its name: it is extremely simple and unobtrusive.

Translate : Indieka Iris (dle-guides.blogspot.com)
Template Type : RIP
DLE Version : 10.1
Tested : Opera, IE, Mozilla, Crome
Size : ~ 975 Kb

Pass UnRar :
Download Template PC-CODECS For DLE 10.1 English

dimanche 24 novembre 2013

Template AUTOPRIISK (AUTOPARK) FOR DLE 10.1 English

Template AUTOPRIISK (AUTOPARK) FOR DLE 10.1 English
AUTOPRIISK (AUTOPARK) FOR DLE 10.1

Interesting pattern AutoPark, originally made ​​explicitly for auto portals. This template will look harmonious sites cars and other news resources. He adapted to the latest version of DLE 10.1, and for this reason we recommend that you upgrade your engine.
Template simple, fast and correctly in all popular web browsers today, as we saw in person. Car template in my opinion it really universal template. In the footer as usually placed counters, copyrights and other information. It is important to take into account the fact that the template for DLE 10.1 AutoPriisk will look perfect in any browser, because the pattern is universal AutoPark and width you can customize yourself. Design pattern is not very complicated, which is dominated mainly dark colors. The template has been fully adapted to the current version of the engine and the news on older versions will not work correctly. Template for DLE adapted to the latest version of the script, and you can now download it for free. Copyright : CentroArts Template Type : RIP : 10.1 Tested : Opera, IE, Firefox, Safari, Google Chrome Options : tpl, css, js, img Size : ~ 450 Kb

Pass UnRar : dle-guides.blogspot.com
Translate By : Indieka Iris
Download AUTOPRIISK (AUTOPARK) FOR DLE 10.1 English

samedi 26 octobre 2013

Notification of new comment-DLE English

JUDUL
DLE Module Notification of new comment

This module and hack will replace subscribe to comments in DLE and allow any users to subscribe to article without having to add comment to be able to subscribe to article, so this is very helpful to any website that want author to subscribe to their own articles and get notification if there is comment added to his/her articles.

Original article: http://dark5ider.ru/datalifeengine/modules/93-bystraya-podpiska-k-novosti.html

Download Notification of new comment
Pass Rar : dle-guides.blogspot.com

mardi 22 octobre 2013

Template Travel-Guide For DLE 10.0 English

JUDUL
Template Travel-Guide For Datalife Eingine 10.0 English
We present to you a light blogging template for DLE v10.0, Travel-Guide. Designed and made-up for universal themes.


Template name: Travel-Guide
Author: xs
Template type: Original
Version DLE: 10.0
Cross-browser: IE9 / Opera / Google Chrome / Mozilla Firefox
Designed for: Universal themes


Download Template Travel-Guide For DLE 10.0 English
Pass Rar : dle-guides.blogspot.com

Template Pluscodes FOR DLE 10.0 English

JUDUL
Template Pluscodes FOR Datalife Engine 10.0 English
Author: Unknown
Template type: Original
DLE Version: 10.0
Tested: IE, Opera, Chrome, Mozilla
Options: Once the template

Download Template Pluscodes FOR DLE 10.0 English
Pass Rar : dle-guides.blogspot.com

lundi 21 octobre 2013

4SHARED CLONE SCRIPT 2013

JUDUL
Download 4SHARED CLONE SCRIPT 2013- the script for the organization hosting files.

Please follow these installation steps to ensure a smooth install of FileHosting Script
  1. Upload all files in the "Upload" folder to your server
  2. Create a MYSQL database for your site through your hosting control panel.
  3. CHMOD 0777 (write) ./include/configs folder
  4. CHMOD 0777 (write) ./include/configs/config_mysql.php
  5. Run the installer located at www.yourdomain.com/install
  6. CHMOD 0750 the following files: cgi-bin/upload.cgi
  7. 1 If you experience flength issues, try with 0755 on upload.cgi
  8. CHMOD 0644 (no write) ./include/configs folder
  9. CHMOD 0644 (no write) ./include/configs/config_mysql.php
  10. CHMOD 0777 (write) /uploads/
Your copy of FileHosting script should now be installed, you can now login to the script with the username: admin and password: admin123
This is also an admin account. To access the admin panel please go to: www.yourdomain.com/adm.php

System Requirements:

PHP 5+
MYSQL 4+
Apache web server
Mod Rewrite
CGI access
cUrl

Download 4SHARED CLONE SCRIPT
Pass Rar : dle-guides.blogspot.com

Template CITY SKYLINE FOR DLE 10.0 English

JUDUL
Template CITY SKYLINE FOR Datalife Engine 10.0 English

Very easy to edit, but at the same time highly functional template CITY SKYLINE, is one of the first works of the author coder Yurta,

Despite the fact that this pattern is very beautiful unobtrusive design, bright color palette and still quite a lot of technical advantages, one of the most important of its positive qualities I would particularly like to focus - is its adaptability.

The adaptive template, then the template does not require any additional mobile versions, versions for tablets, etc. That is, you do not have to separately edit multiple versions of your site.

The template automatically adjusts to the device from which a visitor comes to your site. A specific pattern CITY SKYLINE for Dle 10.0 has 4 different types of short news and will work well on a large PC monitor, laptop display screens and the tablet and smartphone.

JUDUL


Author: Yurta
Type: Original
Version: Dle 10.0
Width: Adaptive
Translate By : Indieka Iris
Tested: IE9, Mozilla, Opera, Google Chrome, Safari

Download Template CITY SKYLINE FOR DLE 10.0 English

Pass Rar : dle-guides.blogspot.com

samedi 19 octobre 2013

Smiley Collection for DLE 10.0

Smiley Collection for DLE 10.0
Download free smileys collection for DLE 10.0 .

Installation of smiles
1 - prescribes the code of emoticons in the admin
System Setup> Output Settings News> Avatars

2 - Fill the smiles on the site, the folder "engine / data / emoticons /"
Attention! Fill only images!

Download free smileys collection for DLE 10.0 .
Pass Rar : dle-guides.blogspot.com

vendredi 18 octobre 2013

Template DLE 10.0 . English Yafiles

JUDUL
Template Datalife Engine 10.0 . English Yafiles

Title : Yafiles
Colours : Black, white
Version : DLE 10.0
Tested on : IE 9, Firefox, Opera, Chrome, Safari
Subject : News, Software, Varèse, ads, etc
Translate : Indieka Iris

Download
Pass Rar : dle-guides.blogspot.com

samedi 12 octobre 2013

Bpress - New & Responsive/Magazin Blogger Template

Bpress - New & Responsive/Magazin Blogger Template
Bpress v1.6 – New & Responsive/Magazin Blogger Template

Bpress Is a Our New logger Template. Its Responsive and High User Friendly Blogger Template. Bpress Blogger Template Design For Magazine Style Premium Blogger Blogs.

Bpress Blogger Template Features


  • Responsive Template Design
  • Auto Blog Post summarize
  • Auto Image Crop With Thumbnail (Home Page and Label Page Only)
  • Css And HTML Base Menu With Drop down
  • Auto Date Show At Header Right side
  • Tabs Widgets ready (Powered By Jquery)
  • Image Slider (Powered By Jquery)
  • Simple User Friendly Search Box
  • Auto Pagination Added To Post Footer
  • Simple And User Friendly Social Icon’s Placed Header Right Side
  • Social Share Widget (Placed Post Footer)
  • Custom Error 404 Page With Search Box (Official 404 Page)
  • Related Post Widget (Placed Post Footer)
  • Ads Banner Ready
  • Meta Keywords And Description Support (Official Meta Description Support)
  • Modern Recent Post By Labels
  • Quick Massage Option (Using Official Contact Form)
  • 4 Column Footer Area
  • Flicker Image Gallery
  • Official “FOLLOW BY EMAIL” Widget
Demo

Download Bpress v1.6 – New & Responsive/Magazin Blogger Template

Pass Rar : dle-guides.blogspot.com

vendredi 11 octobre 2013

Workmag Responsive Multipurpose Blogger Template

Workmag  Responsive Multipurpose Blogger Template
Workmag – Responsive Multipurpose Blogger Template

Work Mag Is a My New Blogger Template. Its High User Friendly Blogger Template. If You Blogger User This is a best Template For You, Mobile, Desktop And Tablet Friendly User Interface. Simple And Clean Color’s, Navigation Menu, Image Slider and Tabs Wight Ready Template.

Work Mag Blogger Template Features


  • Responsive Template Design
  • Auto Blog Post summarize And “Read More” Button
  • Auto Image Crop With Thumbnail (Home Page and Label Page Only)
  • Css And HTML Base Menu With Drop down
  • Auto Date Show At Header Right side
  • Tabs Widgets ready (Powered By Jquery)
  • Image Slider (Powered By Jquery)
  • Simple User Friendly Search Box
  • Auto Pagination Added To Post Footer
  • Social Icons Collection(Placed Post Footer)
  • Social Share Widget (Placed Post Footer)
  • Custom Error 404 Page With Search Box (Official 404 Page)
  • Related Post Widget (Placed Post Footer)
  • Ads Banner Ready
  • Meta Keywords And Description Support (Official Meta Description Support)
  • Random Post Selector
  • Recent Post By Label
  • 4 Column Footer Area
  • Flicker Image Gallery
  • Official “FOLLOW BY EMAIL” Widget


Demo Full Page Blogger Template
Demo Boxed Template

Download Workmag Responsive Multipurpose Blogger Template

Pass Rar : dle-guides.blogspot.com