Long description field problem!

Hi,

I have added one long description field in oxvendor table
using ALTER TABLE oxvendor add liebglas_longdescription text,
add liebglas_longdescription_1 text;

now every thing is save in database fine
Now, when I try to access this one from details.tpl using
vendor object
like [B]$oVendor->oxvendor__liebglas_longdescription->value[/B]
it doesn’t recognize the HTML tags like <h3> , <b>,<p> it prints those tag also…
so should I process the long description field in my case for oxvendor
please let me know!

Hi,

I guess the longdescription in oxarticle class is processed differently. Maybe best would be to have a look at this class and how HTML tags are processed there.

Regards