, Guest!
Already a Member? Login or Register.





Menu



Clients



Showcase



Rate FlexCMS

ScriptSearch.com Rating:

Hotscripts Rating
Excellent!
Very Good
Good
Fair
Poor



FlexCMS eNews

To subscribe to our enewsletter, please enter your email address in the box below and click the "Subscribe" button.


Note:  You may easily remove yourself from the newsletter list at any time by following the instructions included with every mailing.

LATEST DEVELOPMENT NEWS:  FlexCMS 2.5 has been released!!! Click here to read the official announcement!

Home > FlexCMS Support Forum > General > Feature Requests > Alternative editor

FlexCMS Support Forum


Alternative editor
Started June 10, 2007 @ 3:09pm by notdodgy
Post Message 
notdodgy


Posts: 46
 
Alternative editor June 10, 2007 @ 3:09pm
Any chance of providing a way to use alternative page editors?

I want to use something like textile, a text based markup described here: http://textism.com/ instead of a WYSIWYG editor.

This is because I operate a site for a blind user and would like to enable the option for him to edit it himself.

Thanks
 
DCSun
Administrator

Posts: 392
 
June 11, 2007 @ 12:13pm
Roger,

Switching out the editor isn't overly complicated on its own, but when you start using a different markup system that becomes quite a project since you have to do not only the front end where they can be edited, but then also the backend where they are processed into the pages.

You might also want to suggest using our older style tags that we used to use before adding the page editor. They're identical to the ones you can use here in the forum. They have been left in the pages system for compatibility, and won't be removed in the foreseeable future. They give you bold/italic/underline, fonts, colours, images, links, and basic formatting like left/center/right.


David
 
notdodgy


Posts: 46
 
June 12, 2007 @ 7:21pm
Thank,

Sounds like this may work.
Are the codes listed somewhere?

What I may do is find a way to add an "edit me" link to pages, similar to the print / email icons, for a specific user level.

Roger
 
DCSun
Administrator

Posts: 392
 
June 12, 2007 @ 7:31pm
Roger,

Bold
Italic
Underline


Font Face
Font Size



http://www.flexcms.com





Code

Code


Quote

Quote

Font Colour
Left

Center

Right


Code

[b]Bold[/b]
[i]Italic[/i]
[u]Underline[/u]
[hr]
[font=Comic Sans MS]Font Face[/font]
[size=4]Font Size[/size]

[img]http://logos.flexcms.com/images/flexcms_pb_130x30.gif[/img]

[url]http://www.flexcms.com[/url]

[url=http://www.flexcms.com][img]http://logos.flexcms.com/images/flexcms_pb_130x30.gif[/img][/url]

[email]support@flexcms.com[/email]
[code]Code[/code]
[quote]Quote[/quote]
[color=red]Font Colour[/color]
[left]Left[/left]
[center]Center[/center]
[right]Right[/right]



As for an edit link displayed when a user level is viewing the page, that's something we can certainly look into for the next version.


David
 

Last Edit: June 12, 2007 @ 7:37pm by DCSun
notdodgy


Posts: 46
 
June 13, 2007 @ 7:34pm
Thanks for the info.

For your information, have a look at http://idly.org/textilephp/doc/index.html

Adding textile markup looks easy enough to implement, as the code to process the markup exists.
The back end always shows the original typed text and the following code can be used to format the output.

Code

include_once("Textile.php");
$text = text_of_page_to_display;
$textile = new Textile;
$html = $textile->process($text);
print $html;


The edit page option should be easy enough to add alongside the existing print/email page links. I may try coding it myself once version 2.5 is released (and provide you the code).

Roger
 

Post Message 







All Contents, Code, Scripts and Technologies Copyright 2003-2007 FlexCMS.
All Rights Reserved. Software License Agreement

Processing Time: 0.15964 seconds.
 

Powered By FlexCMS
Powered By FlexCMS


Valid CSS!