Gossamer Forum
Home : Products : DBMan : Customization :

not AUTOGENERATE ENHANCEMENTS mod..

Quote Reply
not AUTOGENERATE ENHANCEMENTS mod..
I installed AUTOGENERATE ENHANCEMENTS mod. thinking it will solve formating problems with display for <textarea> input field. I wanted to display text input as submitted with line breaks and new paragraphs etc. but it still works as was with all text crammed together in the display without <br> <p> etc.

does anyone have a solution for this?

thanks
-frank
Quote Reply
Re: not AUTOGENERATE ENHANCEMENTS mod.. In reply to
I ran into this same problem a while back and JPDeni gave me this sweet bit of code that fixed it nice.

$rec{'Description'} =~ s/\n/<BR>/g;

Just plop that line in html_record and in html_record_long if you use that mod.

Cheers!

------------------
Larry "NgtCrwlr" Mingus
www.makeitsimple.com

Quote Reply
Re: not AUTOGENERATE ENHANCEMENTS mod.. In reply to
..NICE... and it was as simple as that!!!

I tried all sorts of stuff.. hehe..

Thanks!

-frank
Quote Reply
Re: not AUTOGENERATE ENHANCEMENTS mod.. In reply to
No problemo, I am so happy that I could help. Just trying to pay back some of the good will that I have received here, if it weren't for all the good people in these forums, I would have never gotten far with DBMan. The support here is what makes DBMan so strong.

Cheers! and happy DBManing Smile

------------------
Larry "NgtCrwlr" Mingus
www.makeitsimple.com