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
