![]() |
[Solved]Textarea field: Formatting a Message - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: [Solved]Textarea field: Formatting a Message (/showthread.php?tid=14726) |
[Solved]Textarea field: Formatting a Message - El Forum - 01-13-2009 [eluser]Nonox[/eluser] Hi, I hope you can help me. How can I do the "Formatting a Message" like the CI forum? I like this solution (with tags like ) because is similar to the smiley helper. Thanks a lot for any advice! Nonox [Solved]Textarea field: Formatting a Message - El Forum - 01-13-2009 [eluser]therealmaloy[/eluser] Nonox you can use editors, like tinymce or something similar... another way is to create your own formatting techniques using regular expressions like preg_replace [Solved]Textarea field: Formatting a Message - El Forum - 01-13-2009 [eluser]Nonox[/eluser] Hi therealmaloy, thanks for your answer You are right, surfing in the forum I found out some solution, and this is exactly what I need. http://ellislab.com/forums/viewthread/89841/ Thanks! Nonox |