|
Easily Re-Brandable »
The only branding in the program is the generic logo
That image (brand.png) may be changed with your own 125x60 image. Easy Demo Mode »
If you want to run an installation in Demo Mode (no changes can be made by editing) just add demo=1; to the edit.cgi file above the ############## line.
Block type editing »
The editor can be setup to edit full pages or only parts of pages. Editblocks must be coded into pages to edit only parts of pages. Example:
<DIV class="editblock-1"> Content to edit </DIV><!--"editblock-1" --> If you have multiple users editing a page you can specify which users can edit particular blocks by using a userblock instead of an editblock. Example: <DIV class="userblock-mike,cindy"> Content that users mike and cindy can edit </DIV><!--"userblock-mike,cindy" --> Alternately, sections of pages can be protected from editing by using excludeblocks. Example: <DIV class="excludeblock-1"> Content to exclude from editing </DIV><!--"excludeblock-1" --> You can even write an edit on a page to an included file (SSI, PHP, ASP) using an includeblock. Example: <DIV class="includeblock-/nav.shtml"> <!--#include virtual="/nav.shtml" --> </DIV> 6 types of users »
Login directly from the page »
Users can login to The editor directly from the page or from the The editor cgi script. To add the Login Prompt to a page an external JavaScript tag must be added to the <HEAD> section of the page. Example:
<SCRIPT type="text/javascript" src="/editor/edit.cgi?prompt"></script> HTML tags or Styles for formatting content »
On a per user basis you can decide whether to use HTML tags for font formatting with the
Color usage control »
Most wysiwyg editors are proud of the robustness of their color picker for coloring text, table cells, etc. The editor's proprietary ColorPad
Functioning Forms w/Captcha »
As with other WYSIWYG editors, you can build custom forms submitted to your own custom cgi, php, or asp scripts. But, The editor goes two steps further with the Form Widget
Thumbnail/Gallery creation »
The editor can resize images to produce thumbnails for:
Imagemagick installs on Windows just like any other application. On Unix, it must be installed by superuser using YUM - yum install ImageMagick, yum-install ImageMagick-perl. Site Search »
The
Since the Site Search crawls pages live-time you can prohibit searches in specific folders and search only specific file extensions. The Site Search should be limited to less that 100 page searches. The editor Site Search is the same program as Search Widget Pro. Video Convert/Embed »
The
The movie to flash conversion takes place automatically in the background on the movietoflash.com domain. You can convert up to 50 movies per month free of charge. If you need to embed more than 50 videos per month, or have more control over the resulting video, use software such as Riva or free online conversion at sites such as http://flvencoder.com/. Videos in flv format that are uploaded with the The Community Builder »
The editor can create "folder restricted users" that will allow a user access to only the domain.com/username folder on your website. This allows you to build communities giving each username their own url space, complete with wysiwyg editing.
The The form emails a notice to the email address of your choice whenever a new member signs up so you can review and add their webspace to your sitewide navigation. If you want, you can even route the signup process through a payment processor such as PayPal to charge for the service or establish recurring community service fees. Sound complicated? There is a Flash tutorial :-) |