
Files to change:
- addcomments.tpl (add tag question/answer)
- addnews.tpl (add tag question/answer)
- comments.tpl (Change and add editor style)
- fullstory.tpl (add topnews list style)
- login.tpl (add tag do not remember me option)
- pm.tpl (add google reCaptcha)
- profile_popup.tpl (add tag subscribe to user RSS feed)
- registration.tpl (add tag question/answer)
- userinfo.tpl (add google reCaptcha)
Files to add:
- relatednews.tpl (additional files for related news module)
- topnews.tpl (additional files for top news module)
- frame.css (additional styles for quick edit popup windows)
- dleimages/delete.png
- dleimages/videopreview.jpg
- dleimages/youtubepreview.jpg
- images/complaint.png
Files to change
Files to add (Download from attached file)
Please download the attached file and place them within folder /templates/YOUR THEME/The following files are included in the package (You can use your own images if you like)
- relatednews.tpl
- topnews.tpl
- frame.css
- dleimages/delete.png
- dleimages/videopreview.jpg
- dleimages/youtubepreview.jpg
- images/complaint.png
- topnews.tpl
- frame.css
- dleimages/delete.png
- dleimages/videopreview.jpg
- dleimages/youtubepreview.jpg
- images/complaint.png
- relatednews.tpl: this file is used for tag {related-news} for related news in fullstory.tpl, the purpose of this file to be added independently because Datalife Engine have added and improve the new way to display related news, they have added some tags that are very helpful for those who want to customize the way related news to display, now you can use additional tags to display images and text from the article for additional enhanced look...the following tags are applied within the file relatednews.tpl:
- {image-X}: This will display the image you have uploaded and added in the article, the X indicates the image number, if you add only 1 image then the tag will be {image-1}, if you have added more than 1 image, you can specify the image number like {image-2}, {image-3} and so on...the tag only identify the image name, but it will not give you the full html code, so you must manually input the proper img code like:
HTML image example
<img src="{image-1}" alt="" width="xxx" height="xxx" /> <img src="{image-2}" alt="" width="xxx" height="xxx" /> <img src="{image-3}" alt="" width="xxx" height="xxx" /> - {text limit="XXX"}: This will display the short story description as additional details than title, the older version you can only use title for related news unless you use some hacks to get anything else display, now you add additional text description, the XXX indicates how many letters and characters you want the short description to display, if the max text has reach the number you specified then it will be cut out the rest of shortstory automatically. Please note that the tag {text limit="xxx"} will only grab everything in regular text format, it will not grab any styles, bbcode styles or html code styles
- {image-X}: This will display the image you have uploaded and added in the article, the X indicates the image number, if you add only 1 image then the tag will be {image-1}, if you have added more than 1 image, you can specify the image number like {image-2}, {image-3} and so on...the tag only identify the image name, but it will not give you the full html code, so you must manually input the proper img code like:
- topnews.tpl This file is used for the tag "{topnews}" in either main.tpl or sidebar.tpl (depending on design), the purpose of this file and the additional tags are exactly the same as relatednews.tpl above, you can use tags {image-X} and {text limit="XXX"}, so please refer to the above details above the additional tagsBoth files are using the default tag
HTML
<li><a href="{link}">{title}</a></li>- {link}: is the full link url for the article, it will automatically converted to any link formats of your SEO settings or none SEO
- {title}: is the actual article title
- frame.css This file is for the new popup Windows for new "Quick Edit" mode in the front page
Reference User Manual:
- http://www.dle-news.ru/extras/diffs/93/
- http://dle-news.ru/extras/diffs/94/
-
Upgrade Theme from 9.2 to 9.3
Upgrade Datalife Engine theme from 9.2 to 9.3 is one of the easiest theme upgrade in Datalife Engine CMS, even in DLE 9.3 has a lot of changes in the script itself but ...
-
Upgrade Theme from 9.0 to 9.2
Upgrade Datalife Engine theme from 9.0 to 9.2 is one of the most headache process in the DLE themes because Datalife Engine made the big changes in structure especially ...
-
Upgrade Theme from 8.5 to 9.0
Upgrade template from 8.5 to 9.0 is one of the exiting feature in Datalife Engine because DLE 9.0 is the first version that use jQuery feature, so you will get some cool ...
-
Getting Started and DLE templates
One great feature of the Datalife Engine is that it is possible to use any existing designs without limitations. The Datalife Engine supports multiple templates ...



