Folders
This release of Pulse Pro brings several highly requested features, most notably, folders. For those with larger collections of blocks, folders will be a big help in organizing content. Blocks can now be created inside a folder or outside in the root as before. Another new feature is that you can move blocks from one folder to another in case you need to reorganize. The third new feature related to block management is the ability to delete blocks.
Language
Many users have requested Pulse to be translated into their native language and some have even generously submitted translated versions of Pulse. While there will not be any official translations included with Pulse, there is now a central language file so that it can be more easily translated. Instead of having to search through and edit 30 different files, all the wording in Pulse is now condensed into one file (lang.php) making the task of translating quick and easy. I encourage users to upload and share their “unofficial” translations in the forum.
Upgrade Notes:
Due to the new folders feature, a slight change to the file structure had to be made. All user data is now stored in a folder called “data”. Within that are 4 folders:
-backups
-blocks
-blog
-img
Unfortunately, this means that existing embed codes will need to be modified to work after you upgrade. To fix this, just add “data” before “blocks” in the path like so:
include("/homepages/12/d278165188/htdocs/pulsecms/demo/blocks/Events.html");
include("/homepages/12/d278165188/htdocs/pulsecms/demo/data/blocks/Events.html");

No Comment Received