Zen Cart Logo
Forums / General Questions / Increase character count on Reviews Listing page

Increase character count on Reviews Listing page

Locked

Views: 857

Results 1 to 1 of 1
This thread is locked. New replies are disabled.
16 Feb 2009, 8:53 PM
#1
swamyg1 avatar

swamyg1

Zen Follower

Join Date:
Dec 2008
Location:
San Fran
Posts:
382
Plugin Contributions:
0

Increase character count on Reviews Listing page

Any idea how to do this? It's only showing around 100 characters, I'm looking to show 500 or so but I can't find a place to change it.

Any idea? I tried looking in tpl_reviews.default.php and changing the 60 and 100 on this line:

<div class="content"><?php echo zen_break_string(nl2br(zen_output_string_protected(stripslashes($reviews->fields['reviews_text']))), 60, '-<br />') . ((strlen($reviews->fields['reviews_text']) >= 100) ? '...' : ''); ?></div>

But it had no effect:(