News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

[FIXED] Customer Reviews breaks on 150 character and has no line break

Started by aravot, January 30, 2011, 08:00:00 AM

Previous topic - Next topic

aravot

Customer Reviews breaks on 150 characters

To fix the issue.
Look for the following line of code in reviews.tpl.php file (file located in theme folder)
<blockquote><div><?php echo wordwrap($review['comment'], 150"<br/>\n"true ); ?></div></blockquote>

Replace it with
<blockquote><div><?php echo wordwrap($review['comment'] ); ?></div></blockquote>


However now the customer review has no line break or styling (bold, italic and etc) this should be added, at least line break.

aravot

I see this has been fixed in SVN however there is a strange issue, when I use administrator user review has line breaks when I use registered user review doesn't have line breaks instead shows rnrn.

Example.
This is first line.rnrnThis is second line.

zanardi

Surely there is an escape function missing. I will have a look at this if i have time before packaging 1.1.8 BETA (i hope to have it ready by the end of next week).
--
Francesco (zanardi)
http://extensions.gibilogic.com
@gibilogic on Twitter