More measured datalife engine printable version. Setting up datalife engine printable version. New "Photos" section in the admin center

You can always find the latest releases of the DataLife Engine on the site. Choose different - nulled and licensed versions of cms DLE, CP1251 or UTF-8, all the latest directly from dle-news. For example new You can download DataLife Engine 13.0 Final and nulled DLE 13.0 without registration for free, and via a direct link.
the site is always the first to offer the latest releases!

DataLife Engine 13.0 Final and nulled DLE 13.0 for free

Getting started with the new Datalife Engine: how simple it really is!

Many have heard of such a CMS as Datalife Engine. And certainly no less people have heard about its obvious advantages. About functionality. About support for MySQL and its extensions. And, of course, about how convenient Datalife Engine is for both users and those who administer websites.
Many people wanted to experience all the delights, and tried to download DLE. But, alas, you can only try the test version for free, while you can evaluate all the benefits of CMS 13.0 only with a license. By the way, it is undesirable to use illegal software. This can harm the site created on DLE and its owners. There is no point in risking at all - the cost is slightly more than one hundred dollars. Therefore, you should not download dle from a torrent. It is much easier to download from us, try it and then decide whether to hack cms or buy a license.

What to do if you decide to test this wonderful engine?

The procedure is very simple, but has its own nuances:
unpacking to the server in the site folder;
support PHP server 5.0;
server with adequate traffic;
20 MB disk space.
If the website is installed on a local terminal, then you need to install special software that plays the role of a server here. The best way for this - Apache or Denwer.
MySQL is assumed, where the database is created so that the latter has full access. Rights are also assigned to several folders, about which it is advisable to look in more detail in the instructions. There are other folders inside the folders and they will need CHMOD 777 write permissions. Internal files must have CHMOD 666.
The program runs through the use of absolutely any browser. The following address is written in its line install.php. Installation instructions follow. Enter login/password.
When the installation is complete, install.php is removed from the directory, as well as the contents of the upgrade. What is this action for? Without uninstallation, each launch of the Internet resource will begin with the DLE Nulled 13.0 installation that you are using. The CMS is accessed using the url shown in the instructions. This "url" leads directly to the admin panel.

What will site visitors get?

They will be able to register quickly, they will be able to immediately add comments. A big plus of the system is the introduction of news by the "users" themselves. After registration, the rating of the “user” profile begins to form.
News can be deleted or edited, photos in profiles can be changed, forgotten or lost credentials can be restored. The possibilities are very serious. "Admins" will receive no less functionality. They can do everything that "users" can do, including managing user profiles.
In a word, CMS DLE is a fairly simple system that does not require anyone to be a web programming guru. A simple user will be able to easily create their own website with many great features. And fans of this control system are waiting for the imminent release of version 13.1. So far, nothing really is known about it, since the press release 13.0 has just been released, but many are waiting for the release.
As soon as the release takes place, we will definitely do a review. In the meantime, stay tuned and read what's new in Celsoft version 13.0:


Presented to your attention DLE 13.0, downloaded from off. site, which without activation will be a demo version. But specially for you was prepared which will do with a demo - license. But we offer this, for informational purposes only! And as always DLE 13.0 nulled - which differs from the original version in that we decoded and removed the code that asks for the key in the files - \engine\inc\include\init.php and \engine\inc\include\functions.inc.php, no other code changes were made! Site administrators remind that they offer a nulled version and keygen - for reference only with all the possibilities of the script, and ask after studying all the same to buy a license. We bought a license for the portal website and we strongly recommend that you do the same!

Few people know that you can (officially) remove standard copyrights in DataLife Engine only if you have bought a license. But here's the bad luck, after activating the engine, the copyrights still remain in place. Hence the question arises: How to remove copyrights in DLE?". Today I will give you a clear answer to it, and as a small bonus, I will tell you about some hidden links that are present in this CMS that you may not even be aware of.

Removing standard copyrights in DataLife Engine

And so, looking source your site, you can see the following picture:

We see in head tag generator and at the end of the page a line with a copyright.

To remove a tag generator, open the file engine.php in the /engine/ folder and approximately on line 982, completely remove the tag:

To remove the copyright at the end of the page, open the file main.php to /engine/modules/ and almost at the very end remove the line:

echo "\n\r\n";

In addition, if you use an RSS feed to generate a feed on your site (by default, it is located at http://your_site.com/index.php?mod=rss, then when viewing the source code, you can see another copyright type:

Data Life Engine

To remove it, open the file rss.php in the /engine/ folder and in two places remove tag:

Data Life Engine

Or replace its content with, for example, the name of your site.

We figured out the standard copyrights, now let's move on to the links.

Removing links to "left" sites in DataLife Engine

When we put some kind of template on the site, and it contains the author’s copyrights, this is normal, because. the person tried and gave us the opportunity to use the template for free.

But now, when CMS, in the literal sense, are stuffed with left links that have nothing to do with the engine, this, frankly, is impudence.

And now we will clean our site from such links. If you downloaded the engine not from the official site, most often the links can be written:

  1. On internal news pages;
  2. On statistical pages;
  3. On the tag cloud page.

If you look at the source code of the full news, you can see that the craftsmen have already managed to register links to their site, which, by the way, we don’t need at all.

In order to clean out this garbage, do the following.

1. Open file show.full.php

$tpl->set("(full-story)",

and replace it all with:

$tpl->set("(full-story)", $row["full_story"]);

Great, half the work is done, and we got rid of the links in the full news.

Let's now check the statistical pages, and if there are links there, we will remove them as soon as possible.

2. Open file static.php in the /engine/modules/ folder. Find the line containing:

$tpl->set("(static)",

and replace it all with:

$tpl->set("(static)", $template);

3. And finally, let's check our tag cloud. To do this, open the file tagscloud.php in the /engine/modules/ folder. Find the line containing:

Else $tpl->set("(tags)",

and replace it all with:

Else $tpl->set("(tags)", $tags);

Well, that's all. We have cleaned DLE from standard copyrights and removed links to left-handed sites.

If something does not work, or errors occur when editing files - write in the comments, I will be happy to help you.

The visual editor is handy tool to quickly add and edit various information on the site. It allows you to view and edit HTML content without editing the HTML code. In it, in order to edit text or an image, you do not need to write tags or other formatting elements, just press the corresponding function button.

The visual editor in DLE is a window containing a control panel and a workspace. The control panel contains most of the buttons identical to any text editor. The visual editor control panel looks like this:

Let's take a closer look at the control panel.

The button located in the upper left corner of the panel has the function enable full screen mode. You can use this mode if you prefer to work only with the text editing window. You can return to normal mode by pressing the same button. To the left of it are the standard buttons for working with text: cut out and copy. Next are the buttons, respectively. insert, paste as plain text and paste fromWord. Text insertion functions differ in that in MS Word, when generating text, additional codes are created that are saved when copying text and which DLE may not recognize correctly. Unfortunately, the copy, cut, paste buttons are not available in all browsers. In such cases, you must use the standard keyboard shortcuts for operating system installed on your computer.

With buttons - "Find" and - "Find and Replace" you can search or search and replace for the text you type in the visual editor.

Buttons "Protrusion" and "Indent" move the text to the left and right, respectively. As in any text editor, the DLE visual editor has keys "Cancel" and "Return", allowing you to undo your last action.

To insert links on the toolbar there are special buttons , and the button allows insert secure link. It is used if it is necessary to insert a link and at the same time visually hide its url, in the editor it will look like this: . When you press a button "Insert/Change Link", a dialog box will open, with the help of which you can change the address of the link, set the method for opening the link (in the same or in a new window), specify the title and change the style of the link.

In order to insert any file into the news (for example, the file pdf format or image) you must first upload it to the server. To do this, use the button. Moreover, all files uploaded for this news are deleted along with the news. You can also place files in the news, do not upload them to the server, but simply specify their URL.

Button "Insert/Change Image" allows you to place a picture in the news. To do this, upload the image to the server, and then insert it into the news. By clicking this button, you can describe the image, give it a title, set the alignment, size, vertical and horizontal padding, frame thickness. You can also set the substitution of the image when you hover over it with the cursor. When uploading photos to the server, use the automatic image reduction function, because. this helps to improve the design of your news and creates a convenience for the user, who can skim through all the photos, and view in detail only the ones he likes.

You can insert a media file into the news, for this you need to upload it to the server or specify the URL, then using the button "Upload/Edit Attached Media File", you can make settings: select the file type, adjust the size to customize the proper appearance of the news, set the horizontal and vertical indentation, etc. When adding a media file to a news story and configuring its settings, remember that all users have different viewing options for such a file, different Internet speeds and different browsers.

You have the option to insert video files by clicking on the button "Insert Video" and entering its URL. Remember, if you want to attach a file from your computer, you must first upload it to the server for this news. The same goes for the next function "Insertmp3", which allows you to add an audio file, in mp3 format.

The use of emoticons is currently popular. The DLE visual editor also provides the ability to use emoticons by pressing the button "Emotions" In some cases, it becomes necessary to insert hidden text, for this you can use the button "Spoiler". When this button is pressed, tags are inserted into the news, which make all the text contained in them hidden. When the news is published, a link will appear in place of this text "Show/Hide Text", when clicked, the text will become available, and when clicked again, it will be hidden again.

Button , allows embed videoYoutubeorRutube, to do this, enter the URL of the video when you click this button.

If you need to format any text as a quote, or directly insert quote, use the button. The system will insert tags that make the display of the text contained within them look like this:

With the button, you can paste source code. If it is necessary that a part of the html code you entered is not converted, then select the desired text (code) and click on this button, for example: text

DLE has the ability to insert hidden text. This function can be used when it is necessary to hide text from unregistered users. To use this function, press the button "Insert Hidden Text". Button "Insert a break between pages" lets start new page from where the tag will be inserted.

With button "Insert Link to Page", you can insert a link to any page in your news, this will help to present your material in more detail without publishing it several times, besides, this feature contributes to ease of navigation.

The button is on the next line. standard function"Seal".

Next are table buttons, with the help of them, you can insert a table, moreover, by setting certain parameters for it, such as a title, indents in cells, background image, frames, scrolling, etc. The buttons for formatting rows and columns are also separately rendered. For them, you can also set the background, alignment, writing direction, etc. with the help of convenient buttons, you can add and remove rows and columns by pressing the corresponding key as many times as you need to insert or delete columns or rows. Separately, the functions of merging and splitting cells are also rendered.

Function "Change stylecss» allows you to customize styles. So you can format text, set up a background image, however, at some points you will need knowledge of html. In the block tab, you are offered the opportunity to adjust line spacing, character spacing, text indents, etc. In the Box tab, you can configure settings for the workspace. The Border tab contains functions for setting the width, style, and color of the border. In the "List" tab, you can customize the display of the list in the way you like best. Likewise, the Edit css style» allows you to adjust the positioning.

In the DLE visual editor, it is possible to work with image layers, the buttons “Add new layer, Jump Forward, Jump Back, and Enable Absolute Positioning .

The remaining functions of the DLE visual editor are identical to text editors and do not require any special description:

Subscript e.g.: subscript

Superscript e.g.: superscript

Insert special character, in the opened window you can select the symbol to be inserted.

Inserts a horizontal line of a given width.

Enable Ruler Guides/Invisibles

Inserting the current date

Insert current time

Bold text, for example: text

Italics, for example: text

Underlined text, for example: text

Strikethrough text, for example: text

Left alignment

Align Center

Right alignment

Justify

A bulleted list, for example:

  • text
  • text
  • text
  • text

Numbered list, for example:

  1. text
  2. text
  3. text
  4. text

Text color

Background color

Clear Text Formatting, removes all formatting and hyperlinks from the selected text.

Cleaning text from redundant code

HTML code, inserting or changing directly the html code of the page, if you know html and want to insert a tag that is not in the visual editor, then click this button and the current HTML code of the page will be displayed in the window that opens, which you can change.


Hello, today at http://www.site/ we present news about new version engine in which the developers have added many new features. And now in detail about the most significant innovations in 10.3.


1. Added the ability to authorize on the site using social networks. Turns on this support in the script settings in the control panel. And setting up social networks directly is carried out in a special new section of the control panel: "Setting up social networks". In this section, you can configure which social networks you want to support on your site, as well as specify the necessary parameters and keys for a particular site to work. social network. This section also provides detailed help on how to create applications in social networks for authorization. Total for this moment six social networks are supported: Vkontakte, Odnoklassniki, Facebook, Yandex, Mail.ru, Google. Thus, your visitors can quickly log in to your site using their login and password on social networks, without having to go through the registration procedure with entering captchas, e-mail confirmation and other things.

Text , which display the text enclosed in them if support for authorization using the Vkontakte social network is enabled. As well as the tag (vk_url), which displays a URL link for authorization in this social network. networks.

Text that display the text enclosed in them if support for authorization using the Odnoklassniki social network is enabled. As well as the tag (odnoklassniki_url), which displays a URL link for authorization in this social network. networks.

Text displays the text contained in them if support for authorization using social networks is enabled. Facebook networks. As well as the tag (facebook_url), which displays a URL link for authorization in this social network. networks.

Text , which display the text enclosed in them if authorization via the Google social network is enabled. As well as the tag (google_url), which displays a URL link for authorization in this social network. networks.

Text , which display the text contained in them, if support for authorization using the Mail.ru social network is enabled. As well as the tag (mailru_url), which displays a URL link for authorization in this social network. networks.

Text , which display the text enclosed in them if support for authorization using the Yandex network is enabled. As well as the tag (yandex_url), which displays a URL link for authorization in this network.


3. Added the ability to create, when uploading images to the server, not only small copies, but also copies of the average size of uploaded images. Thus, when uploading images, you can now create a small preview of the image, a medium thumbnail copy and the original image.

4. Added the ability to specify in what form to insert them when inserting images uploaded to the news. Namely, to enlarge them when clicking on them to the original image, or to insert them simply as images, without any links in them.

5. In the script settings in the script control panel, the time offset setting has been removed. Instead, a more convenient choice of the server time zone for which the script will work has been added. The use of time zones is more convenient, because the transition to summer and winter time will be automatically performed (for example, if the server is located in Europe, and you have set the Moscow time zone, then you do not need to make settings twice a year). And also the correct time zone of your server will be broadcast in RSS.

6. Added the possibility of personal choice by each registered user of his time zone in which he is located. This feature allows site visitors to see for themselves the correct time of publication of articles and comments. For example, if the server and administration of the site is located in Moscow, and the registered user is located in Krasnoyarsk, then this user can go to the site in his profile settings and select the Krasnoyarsk time zone, and after that he will see the date and time of news and comments already in his Krasnoyarsk time, etc.

7. For the user profile editing template (userinfo.tpl), a new tag (timezones) has been added that displays a list of available time zones in the system and allows him to choose his own time zone for his profile on the site.

8. Added the ability for polls added to publications to display them not only when viewing full news, but also when viewing short news. To do this, you can use the (poll) tag in the short news template (shortstory.tpl). The design of the poll itself is also carried out in the poll.tpl template

9. For short news output templates (shortstory.tpl), the ability to use banner tags added in the management of advertising materials in the admin panel has been added. Thus, you can very flexibly display banners on the pages of your site together with tags (banner_x) and independently determine after which news on the page you want to display advertising.

10. For short and full news output templates (shortstory.tpl and fullstory.tpl), new text tags have been added that display text in them as a link to adding news to bookmarks on the site, and text tags have also been added that display text in them in the form of a link deleting news from bookmarks on the site. These tags will allow you to more flexibly customize the design of your site, for those who want to abandon the common tag (favorites), which displays only one pre-programmed image for these actions.

11. Added new global tags for templates: text , which display the text enclosed in them if the site is viewed using a smartphone, as well as text tags, which display the text enclosed in them if the site is viewed by a visitor not from a smartphone. These tags are global and can be used in all template files. Thus, you can flexibly customize the output of your site's content, depending on the device used by the visitor, for example, manage the display of ads for devices and much more.

12. Added new global tags for templates: text , which display the text enclosed in them if the site is viewed using a tablet, as well as text tags, which display the text enclosed in them if the site is not viewed by a visitor using a tablet. These tags are global and can be used in all template files. Thus, you can flexibly customize the output of your site's content, depending on the device used by the visitor, for example, manage the display of ads for devices and much more.

13. Added new global tags for templates: text , which display the text enclosed in them if the site is viewed using a desktop browser ( desktop computers, laptops), as well as text tags that display the text enclosed in them if the site is viewed by a visitor not using a desktop browser. These tags are global and can be used in all template files. Thus, you can flexibly customize the output of your site's content, depending on the device used by the visitor, for example, manage the display of ads for devices and much more.

14. Added the ability to specify template files for static pages that are not only in the root folder of the template, but also files that are in the subfolders of the template.

15. Added the ability in the cross-references module to assign for each keyword how many replacements for this word should be made on the page.

16. For full-text search on the site, a logical search mode has been added, which can significantly improve the search on the site and the relevance of the information found to the search query. This innovation allows showing the visitor the news, comments or static pages that are most suitable for his request.

17. Improved algorithm for processing already existing links on the page when replacing keywords from the cross-references module. Mandatory absence is no longer required HTML tags inside links, the replacement will not be done regardless of this.

18. The algorithm for finding and replacing keywords from the cross-references module has been improved, thanks to which it was possible to significantly increase the speed of the script with a large amount of links.

20. Added the ability to edit the values ​​of additional fields for the user profile, directly in the admin panel of the script in the settings section of the user's own profile.

21. For the template for displaying information about a registered user on the site (login.tpl), the ability to display the values ​​of his additional fields, which he filled out during registration or in his profile settings, has been added. To display additional profile fields, exactly the same tags are used as in profile templates (userinfo.tpl) and comment templates (comments.tpl).

22. Stationary ICQ field has been removed from the user profile database. This decision accepted with the this messenger has lost its relevance and the use of this field is insignificant, despite the fact that it takes up space in the database. At the same time, if necessary, you can create this field as an additional field for the profile and use it if necessary on the site.

23. Added indication of the page number of the full news page being viewed, in the title meta tag, if the news was divided into several pages.

24. Added the ability to assign a separator character to the "speedbar" module (breadcrumbs) in the script settings. This symbol will be used when displaying the navigation of this module, separating sections of the site. Thus, you can specify any custom delimiter, instead of the previously used symbol "»".

25. In the script settings added the ability to assign a symbol - separator, for the list of categories assigned to the news. This symbol will be used when displaying the list of categories when displaying news on the site, separating the assigned categories. Thus, you can specify any custom delimiter, instead of the previously used symbol "»".

26. Added display of information about third-party modules installed in the script control panel in the left side panel for quick navigation through modules in the admin panel.

27. Redesigned keyword management for tag cloud, meta tags and extra values. fields of type cross-references. Now you can not only delete them in one click, but also edit without deleting them, for this you need to double-click on the word you need. And also added automatic parsing of inserted words using Ctr-V, without having to press Enter.

28. In the script control panel, a button has been added to quickly collapse and expand the sidebar. This innovation will be useful for users with monitors with low screen resolution to increase the working area.

29. Added automatic cache reset of compressed CSS and JS files when editing these files in the control panel template editor.

31. Support for apostrophes has been added for additional news fields that have the "Use values ​​as hyperlinks" type, and for which it was not enabled safe mode. Thus, you can use, for example, words such as O "Brien, d" Artagnan, etc.

32. Added automatic generation of the CNC name for the category, when it is created in the admin panel, if it was not set by the user. In this case, when creating this name, transliteration from the specified category name is used.

33. When adding and editing categories in the admin panel of the script, added control of reserved CNC link names for categories so that users do not add names that are reserved in DLE for other needs. For example, you won't be able to add a root category named "catalog" because that name is used to organize a catalog site, but you can use that name for a subcategory where that name is not already reserved, etc.

34. Added a more convenient selection of categories when creating or editing additional news fields in the script control panel.

35. Added the ability to specify the number of days during which it is necessary to store the script logs in the script settings for the "List of all actions performed in the script administration panel" module. At the same time, the minimum number of days for security purposes remains 30 days, so that an attacker cannot delete the action logs, and the site administrator, if desired, can increase the required number of days, for example, up to three months or a year, etc.

36. Updated Jquery library to current version v1.11.1

37. Updated visual editor TinyMCE to the current version.

38. Updated to the current version of the HTML5 player, in which some errors with playback were fixed.

39. An issue has been fixed in which script settings management in the admin panel did not work when using smartphones and tablets.

40. An issue has been fixed where an incorrect check for fullness of the add. fields, if there was a required field with a different type before the field with the "list" type.

41. An issue has been fixed where if the search is repeated and the user was not on the first page of the search results, he could get a blank page if less news was found in the new results. Now the new search returns the user to the first page of the search results.

42. An issue has been fixed where the "speedbar" module (breadcrumb) displayed nested user location on a static page, while in fact he was on the main page of the site, if the display of a static page was enabled by default for the main page of the site in the script settings .

43. An issue has been fixed where, if a user edited a news item that was awaiting moderation on the site, he could not manage the images uploaded to this news item, and if he uploaded images repeatedly while editing the news item, they were not assigned to this news item.

44. Fixed problem with text tags not working correctly when used in custom tag news output (custom ...)

45. Minor bugs in the script that were discovered and announced earlier have been fixed.

See all the latest daily in our category, interesting and, read the most.
At http://www..3 DLE Press Release where the developers have added many new features, all the best we have are forums, hacks, modules, templates.


A free module for creating photo albums in the DataLife Engine system. The system will be adapted to work with a large amount of graphic information and will provide your site with a decent display of a wide variety of images. Users of your site will get real pleasure from viewing photo albums, they will be able to express their opinion about photos, vote for their favorite photo, mark friends and acquaintances. And installing the module for you will be as comfortable and safe as possible for your site.

Easy and safe installation.
- New methods for displaying information and photos, format support.
- Maximum number of templates - best view photo album.
- Multicategories, with access settings for adding photos and viewing the album.
- Admin control center module, as well as a separate control panel for administrators and moderators directly on the site.
- Marks on photos: just text or user.
- Caching of queries to the database, caching of graphics and other dynamic information.
- Adding photos in multi-user mode, adding photos by archive, as well as by bulk uploading.
- Ajax technologies.
- Operating files are separated from the system.
- System of access levels for groups and users.
- RSS feeds: unlimited photo feeds, albums, tags.
- Creation of additional fields: from the usual test to file upload.
- Storage of configuration data in the database.
- Moderator system.
- The system is easily reconfigured to other modules, such as a bulletin board.
- Photo search functions, tags, photo rating.
- Support for HighSlide and other widgets.
- Photo effects.
- Setting the quality of the issued photos.
- Rich "usability".
- Editing your photos and your comments by users.


The development was carried out within six months, faster than previous version. In this version, the developer tried to fulfill the wishes of his customers as accurately as possible. For example, a wonderful function has been added to compress photos when uploading. Now your photo album has learned to control the amount of graphics even more better. Herself internal system The module has not changed at all, but significant changes have taken place. And these changes are in the field of graphics processing and the output of photo album pages. Firstly, the cache of some module pages was canceled, but no one canceled the cache of the elements of this page, secondly, the most serious change is that the operating files were moved outside the system, this reduced the load, and thirdly, the number of templates was reduced. The module is becoming more and more adapted to a large number of photographs, and can be the foundation of sites such as a photographer's site, a site about children's pictures and masterpieces of art.

1. Compress photos in any download mode.


Now in any photo upload mode, you can set photo compression options. This allows you to save space on the server and save the program from unnecessary load. The number of photos in your photo album can skyrocket if space on your server is severely limited.

2. Editing your own comments and photos.



With each version, the photo album is getting closer to the ordinary user: the user can now edit his comments, edit his photos. This function can be disabled in the module settings.

3. Displaying the photo album icon.


Among the most anticipated innovations are album and category icons. For each album, a random icon will be displayed, or the one set as the default. The function can be disabled. Now you can easily make your photo album look like in VKontakte. In the admin in the list of albums, their icon is now displayed, set as the default.

4. Updated template editor.


Information about tags has been added to the module template editor.

5. Ability for developers to add new fields to settings and language packs.


For each developer, it was not convenient to add new language or settings parameters before, it is long and dreary. In the new version of photo albums, this is all automated, but before adding new parameters you will have to pass a small test that claims that you understand and understand the program code.

6. Moderation of added photos.


After adding photos, they are sent for moderation. You can specify for which groups to enable photo moderation in the module settings.

7. Shopping cart or hidden pictures.


It became possible to hide photos or "send to the trash". After that, all hidden photos can be deleted at once in the admin panel, or restored. Photos disappear from photo albums, feeds, and other photo outputs.

8. Publication after a certain date.


At the time of adding photos, you can now specify the date after which the photos will become available for viewing. It will be possible to publish future photos from the admin panel, each individually or all at once.

9. Improved log in admin center.


The magazine overview has been redesigned. Added the ability to delete the voting log, as well as any other records. As well as clearing the log completely.

10. New bulk loader.


The new bulk loader is nicer to look at and has more functionality than its predecessor.

11. Added the ability to specify user groups that can add photos to this album.

In addition to the rights to view a photo album, it is now possible to specify a list of user groups that can be added to this album.

12. Removed code from templates, added new tags.

In order not to load the processor of your server, the code from the photo.tpl, photoid.tpl templates was removed.

13. Display comments of a specific user.

Everything is simple here, now you can see all comments on photos for a specific user. And accordingly delete them at once.

14. Displaying the number of comments in the profile.


The user profile now displays the number of comments left on photos, as well as a link to all these comments.

15. When viewing the latest comments, it is indicated to which photo a comment has been added.


When viewing recent photos, it became possible to see which photo this comment was added to. The name of the photo and a link to it are displayed.

16. Reduced number of templates.

So that users can easily and quickly edit module templates, some of them have been removed altogether. But their functionality was assigned to other templates. For example, the form for adding a comment to ajax and regular form is now one template, just added a new tag.

17. Recalculation of statistics.


In the admin panel, among the commands for clearing the cache, updating photo previews, checking the photo album, one more command has been added - this is the recalculation of statistics. If the photo album is wrong due to a software error, in the number of photos in the album, you can help the module and correct this oversight.

18. Counting the number of photo downloads.


The number of photo uploads is now counted.

19. SEO tricks for photos and albums.

Added a tag (alt) for photos, added filling meta tags for album pages. Description and keywords are generated automatically. It is enough to fill in the description and the name of the photo album.

20. Caching of photos by the browser.

In order for the user's browser not to create additional load on the server, caching of photos by the browser has been added.

21. Removed support for specifying a photo preview and storing a photo remotely.

These functions have become obsolete and due to the loss of popularity among users of photo albums have been removed.

22. Mass move photos.


Take a look at bulk photo operations. Click on the "tick" next to the photo preview or on many photos at once. Under all photos, a drop-down list will become available with possible options actions: delete, hide all photos, send for moderation, move to another photo album. You can select all the submitted preview photos at once.

23. Ability to specify a text mark and user mark.


When creating a checkmark, you can specify what type this mark belongs to: user or plain text. If text - then the link will be to display all photos with this text label, if user - then there will be a link to the user's profile.

24. Improved some requests.

25. Tag cloud displayed on the main page.

The tag cloud is displayed on the pages of the photo album.

26. Custom photo sorting.


Added custom sorting of photos, the most diverse, in ascending and descending order, by rating and by date added, etc. If the user selects sorting, then it is saved. And information is displayed that custom sorting is used, among this information there is a link to reset sorting altogether.

27. Instead of the date the photo was added: today, tomorrow or the day after tomorrow.

The mechanism for replacing the date of addition with the names of days has been improved. The bullseye has been removed, but with the help of tags, you can easily display a “new photo” image.

28. Added support for 404 code.

30. Now you can specify which groups have access to a certain type of photo upload.

For each group, it is now possible to differentiate which type of photo upload the group can use.

Setting