Page 1 of 1
HTML / Basic Formatting Support for Reviews?
Posted: Wed Sep 28, 2011 7:29 am
by GFR_Web
Hello,
I was wondering if there is a module (or a way) to have the reviews for each product apply formatting to the text (whether in the admin interface or via html)?
The reason I ask is that our company does our own product reviews, but they are illegible when they are plain-text formatted.
Thanks!
Re: HTML / Basic Formatting Support for Reviews?
Posted: Wed Sep 28, 2011 7:32 am
by GFR_Web
my first thought on this was whether there is a way to emulate how the "information" pages produce the content (which has full formatting)... in the information.tpl, the content is called in by: <?php echo $description; ?>
Re: HTML / Basic Formatting Support for Reviews?
Posted: Fri Oct 07, 2011 1:40 am
by GFR_Web
Just checking-in to see if anyone has any thoughts on how this could be accomplished... thanks!
Re: HTML / Basic Formatting Support for Reviews?
Posted: Wed Nov 02, 2011 1:53 pm
by hasantar
Looking for an answer to the same
Re: HTML / Basic Formatting Support for Reviews?
Posted: Wed Nov 02, 2011 4:22 pm
by rpmb
Wouldnt a span styling before the php echo achieve what you require or am I not understanding your requirement.
Re: HTML / Basic Formatting Support for Reviews?
Posted: Fri Nov 11, 2011 3:54 am
by GFR_Web
Rpmb,
I am hoping to have actual html formatting in the reviews of each product rather than plain text which currently doesn't even display with my paragraph breaks that I type in...
Ex: I'd like to have the reviews broken out into paragraphs and have a few bold/italic/underline items... does that make sense?