demo
templates
install
contact
Beta HomeNew Features

Beta Test New Features

Photo Thumbnail generation

More tightly integrated custom edit screens:
- blog/event/article pages are automatically named witha 14-digit number (YYYYMMDDhhmmss).
- Page name segments that are 14-digit inumber are not shown in the breadcrumbs navigation.


Bug Fixes

a bug where you can't login if you are logged as a different user on another copy of Contentor on the same server.


Known bugs

The existence of an .htaccess file in a directory is assumed to denote a protected directory. The .htaccess file may have other uses on a web site. Those other uses should not interfere and this script should not interfere with those other uses. If the file protection was addded by some other means (manually or some other program), this file manager may not be able to remove it.

The "protect" function of the file manager will not create a valid encrypted password on a server that runs Microsoft® Windows®. The directory is still protected, and the file(s) can be viewed inside Contentor if logged in, but direct access authentication will not work. This is due to the md5 encryption in the Windows PHP (i.e. Windows C++ compiler) not being compatible with the one used by Apache.

A similar compiler-related problem on Windows is the date display in the system configuration. The "%e" to display the day of the month will not work - use "%d" instead.