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 simultaneously. All templates are in the folder /templates/. Each subfolder in this folder is a separate layout or block of the site. So if you downloaded a new skin for the Datalife Engine, just copy it to a folder and allow its use by setting in the Administration Control Panel. Also, you can allow for changing the design of your website to users/visitors and they will be able to choose their own favorite themes/skins. You can also set the number of articles that appear on the main front page for this go to the System Settings and select the appropriate option.
The main layout of your page in the template file is "main.tpl" this is the file loads the engine in the first place and connect it to any other engine components. So this is considered the main ones. This file mainly use basic tags {headers}, {AJAX}, {info}, {content}, {custom} these tags are responsible for the correct components and engine.
{headers} tag acquires the website meta tags with included meta/js/css and the necessary Content-Type and additional required by Datalife Engine, this tag is very important and must be placed between <head> and </head> and recommended to be placed after tag <html> line
{AJAX} tag acquires and prints the group of javascript necessary for normal functioning of the engine in general and AJAX technology in particular as well as jquery in 9.x version. Recommended to be placed at the beginning of the template after the tag <body>
Whenever you enter a query in a search engine and hit 'enter' you get a list of web results that contain that query term. Users normally tend to visit websites that are at the top of this list as they perceive those to be more relevant to the query. If you have ever wondered why some of these websites rank better than the others then you must know that it is because of a powerful web marketing technique called Search Engine Optimization (SEO).
SEO is a technique which helps search engines find and rank your site higher than the millions of other sites in response to a search query. SEO thus helps you get traffic from search engines.
DataLife Engine likes many other CMS that use option for web owners to enable or disable SEO (User-friendly URL), and Datalife Engine is fully support SEO in 3 different SEO Formats, which allows the title of the article or add any other text in the browser URL, thanks to the indexing in search engines will be better, showing result in bring more visitors to your site from search engine systems. To manage the SEO is necessary that your server has been installed module mod_rewrite.
What is "BB Code"? A lightweight markup language used to format posts in many message boards. The available tags are usually indicated by square brackets ([ ]) surrounding a keyword, and they are parsed by the message board system before being translated into a markup language that web browsers understand—usually HTML or XHTML. BB stands for "Bulletin Board". BB Code was first created in February 1998, and was used in the forum software UBB v3.0. It allows people who don't know about HTML to still manipulate the way their text will look on the web. The basic difference between BBCode and HTML is that while HTML uses < and > to surround tags, BBCode requires that you use [ and ].
