On the fish site a member replied as follows:
PHP Code:
I think in the functions file there is a function to allow for html to be posted - process_html_output . Currently, the files are calling a different function: process_text_withlinks_output. Try changing references to that. I did it on my news items, but not my profiles area... YET.
Just a note though. the process_html_output function doesn't deal with line breaks well. The users will need to know html or you'll need to add a text formatter like FCKeditor to give them formatting options.
This may not be what youre looking for, but that might give you some places to start. Good luck!
After searching through a wack load of php files, the only instance I can find is in the utils.inc.php file. However, I don't want to screw with this as I have NO clue what I'm doing with it..lol This may be a small step to the answer though.
Bookmarks