
Files to edit
- addcomments.tpl (add tag question/answer)
- addnews.tpl (add tag question/answer)
- login.tpl (add tag do not remember me option)
- profile_popup.tpl (add tag subcribe to user RSS feed)
- registration.tpl (add tag question/answer)
New 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)
Files to edit
New Files to add (Download from attached file)
- relatednews.tpl: this file is used for tag {related-news} for related news in fullstory.tpl, the purpose of this file to be added independly because Datalife Engine have added and improve the new way to deisplay 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:
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 dislay, 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 exatly the same as relatednews.tpl above, you cna use tags {image-X} and {text limit="XXX"}, so please refer to the above details above the additional tags
Both files are using the default tag
Example Code:
<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://dle-news.ru/extras/diffs/94/
-
Upgrade Theme from 9.3 to 9.5
Upgrade Datalife Engine theme from 9.3 to 9.5 is our upgrade guide project to help users upgrade the theme in single tutorial without having to worry about 9.4 upgrade ...
-
Upgrade Theme from 9.2 to 9.5
Upgrade Datalife Engine theme from 9.2 to 9.5 is our upgrade guide project to help users upgrade the theme in single tutorial without having to worry about 9.3 and 9.4 ...
-
Questions and Answers
Questions and Answers, us the new feature in Datalife engine 9.4, the purpose of this module is for better security from spammers, nowadays we see more and more spammers ...
-
Upgrade Theme from 9.2 to 9.4
Upgrade Datalife Engine theme from 9.2 to 9.4 is our upgrade guide project to help users upgrade the theme in single tutorial without having to worry about 9.3 upgrade ...



