
What’s new in 2.5:
1. The long-awaited design.
2. Polls are now working in the news (and with a choice of single-variant, and with a choice of several).
3. Editing avatars are now separate from the profile, and there is no button to delete if you do not.
4. Targeting the transition to a commentary (with vyschityvaniem page address)
5. Appears in the administrative panel, there is less fuss with his hands:
6. Rate (currently only version 1 -1, then do the second and the choice of the admin)
Tags: datalife | 评论 »

DLE Thanks Module 1.5 Version DLE: 8.3-9.3 The module allows you to organize a system of thanks on the site. What is so interesting about this module? – Module is connected to a single file pattern, without requiring changes to the basic script engine – Use AJAX – The author has no opportunity to thank [...]
Tags: datalife | 评论 »
作者:dle-support 翻译:站长帮 我们很多人在用datalife时会发前端现网页头部出现下面一行: warning: Division by zero in /home/xxxx/public_html/engine/modules/tagscloud.php on line xx XX 是数字 这是一个空tag的结果. 这里告诉你如何改善。 感谢 Apotikos 和 gjizaqi -打开engine目录下 engine/modules/tagscloud.php – 找到: foreach ($tags as $tag => $value) { $list[$tag]['tag'] = $tag; $list[$tag]['size'] = $sizes[sprintf("%d", ($value-$min)/$range*4)]; } – 把下面字符串: range*4 换成: range*2 好了。 站长测试了。
Tags: datalife, tagscloud | 评论 »