my favorite is bbcode, as well. clean, understandable for visitors and easy to adjust and extend. it also has a high level of security if applied correctly. I also like that it decouples html from the markup. you can add stuff like [youtube]someid[/youtube] etc which will translate into the real deal on output.
On 3 Jan., 01:02, Daniel <[email protected]> wrote: > On Jan 2, 4:16 am, Geoff Douglas <[email protected]> wrote: > > > There are several ways to do that. > > > Here are a few that I can think of off the top of my head: > > > There are wysiwyg (like TinyMCE) editors, > > OR markup language options such as Textile, or Markdown, or bbCode, or > > WikiCreole > > > If you use any these you will need to add a way for users to upload images, > > and store them some place that makes sense, so that the user can pull them > > up. > > > Anyways... that's what I know. > > Thanks. > > I first tried out recruiting parser but could not get it to work. > Then I found bbcode.php at http://www.phpclasses.org, which I got > working. It does not support images though, but I was able to extend > it to display images from my applications gallery. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
