fred12ned Posted January 9, 2007 Share Posted January 9, 2007 I have made a system where users can make an account and get a free space to make a web site but I can't find an online editor witch they could use?? The websites are a folder called their username with a sub-folder called pages whitch stores text files with the page content in them. I need an easy to use WYSIWYG editor which works and would I need an editor for each person or a global editor?? Quote Link to comment Share on other sites More sharing options...
Jessica Posted January 9, 2007 Share Posted January 9, 2007 You could use wordpress as a CMS, they have a nice WYSIWYG. Or you could google it and look for some resources :) Quote Link to comment Share on other sites More sharing options...
HuggieBear Posted January 9, 2007 Share Posted January 9, 2007 Create a page called edit.php or something similar and use something like [url=http://tinymce.moxiecode.com/]TinyMCE[/url] on that page.Then all you have to do is pass the page some user unique parameters and away you go.RegardsHuggie Quote Link to comment Share on other sites More sharing options...
ToonMariner Posted January 9, 2007 Share Posted January 9, 2007 tinyMCE is IMO option the most customizeable wysiwyg editor - only draw back is that they ahev made it 'cross browser' friendly by including if staements every where instead of compartmentalizing the code into direcotries and just using the one set of code for each browser. This makes it quite big and hence slows down your page. If that is an issue then perhaps look at FCKEditor - similar vein but I personally prefer tiny.Dead easy to implement you just need rudamentary skills in creating you html form and processing the results. Quote Link to comment Share on other sites More sharing options...
HuggieBear Posted January 9, 2007 Share Posted January 9, 2007 [quote author=ToonMariner link=topic=121662.msg500674#msg500674 date=1168360549]tinyMCE is IMO option the most customizeable wysiwyg editor - only draw back is that they ahev made it 'cross browser' friendly by including if staements every where instead of compartmentalizing the code into direcotries and just using the one set of code for each browser. This makes it quite big and hence slows down your page. If that is an issue then perhaps look at FCKEditor - similar vein but I personally prefer tiny.[/quote]You can use the TinyMCE PHP compressor...[quote author=TinyMCE]Serverside GZip compresses TinyMCE to reduce overall download size. Makes TinyMCE 75% smaller and a lot faster to load.[/quote]RegardsHuggie Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.