
Additional Tags for DLE 9.5 in user profile:
There are a few tags added in 9.5 but we don't seem to find the information anywhere, even the themes come with the DLE 9.5 package don't even add these tags in the themes so this information you can only find in DLEStarter.com!...
The following tags are applied to template files [b]userinfo.tpl[/b] and [b]comments.tpl[/b]
- [b][fullname][/b]xxx[b][/fullname][/b] is used for open and close tag if full name field [b]{fullname}[/b] was input, for example, in templates/Default/userinfo.tpl, find:
Find:
<li><span class="grey">Full name:</span> <b>{fullname}</b></li>Replace with:
[fullname]<li><span class="grey">Full name:</span> <b>{fullname}</b></li>[/fullname]If the user input the information in Full name filed then it will show, if not then nothing will show, this tag is intended for remove empty fields in user profile and comments - [b][icq][/b]xxx[b][/icq][/b] is used for open and close tag if icq field [b]{icq}[/b] was input, for example, in templates/Default/userinfo.tpl,
Find:
<li><span class="grey">ICQ:</span> <b>{icq}</b></li>Replace with:
[icq]<li><span class="grey">ICQ:</span> <b>{icq}</b></li>[/icq]If the user input the information in icq filed then it will show, if not then nothing will show, this tag is intended for remove empty fields in user profile and comments - [b][land][/b]xxx[b][/land][/b] is used for open and close tag if location field [b]{land}[/b] was input, for example, in templates/Default/userinfo.tpl,
Find:
<li><span class="grey">Location:</span> {land}</li>Replace with:
[land]<li><span class="grey">Location:</span> {land}</li>[/land]If the user input the information in location filed then it will show, if not then nothing will show, this tag is intended for remove empty fields in user profile and comments - [b][info][/b]xxx[b][/info][/b] is used for open and close tag if short information field [b]{info}[/b] was input, for example, in templates/Default/userinfo.tpl,
Find:
<li><span class="grey">Information:</span> {info}</li>Replace with:
[info]<li><span class="grey">Information:</span> {info}</li>[/info]If the user input the information in short information filed then it will show, if not then nothing will show, this tag is intended for remove empty fields in user profile and comments - [b][signature][/b]xxx[b][/signature][/b] is used for open and close tag if signature field [b]{signature}[/b] was filled,
For example:
[signature]<hr /> <b>{signature}</b>[/signature]If the user filled the information in signature filed then it will show, if not then nothing will show, this tag is intended for remove empty fields in user profile and comments - [b][news-num][/b]xxx[b][/news-num][/b] is used for open and close tag if the user have posted article in your website,
For example:
[news-num]<li style="margin-top:10px;">Posts: <b>{news-num}</b> <span class="button">{news}</span> [rss]<img alt="" src="{THEME}/images/ico/ico_rss.png" border="0" style="vertical-align:middle; margin-bottom: 3px;" title="Feed - Bookmark Posts" />[/rss]</li>[/news-num]If the user had posted at least 1 article in your website then it will show, if not then nothing will show, this tag is intended for remove empty fields in user profile and comments - [b][comm-num][/b]xxx[b][/comm-num][/b] is used for open and close tag if the user have posted comment in your website,
For example:
[comm-num]<li style="margin-top:10px;">Comments: <b>{comm-num}</b> <span class="button">{comments}</span></li>[/comm-num]If the user had posted at least 1 comment in your website then it will show, if not then nothing will show, this tag is intended for remove empty fields in user profile and comments
[b]Reference User Manual[/b]:
- http://dle-news.ru/extras/diffs/95/
-
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 ...
-
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 ...


