Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Anyway to removce (by Brian Banks, 45 words) in reviews?


Guest

Recommended Posts

Posted

Traxxas Nitro T-Maxx 2.5 RTR w/3-Channel Radio (by Brian Banks, 45 words)

 

Is there anyway to hide the: (by Brian Banks, 45 words) ?

I found it in one area but this area escapes me.

Posted

nevermind.. found it..........

 

 

I had several complaints about users name being displayed... so i changed it so it wont show!!!!!

 

 

/www/fccr/includes/modules/reviews.php

 

in the

<td valign="top" class="main"><?php echo '<a href="' . tep_href_link(FILENAME_PRODUCT_REVIEWS_INFO, 'products_id=' . $reviews_array[$i]['products_id'] . '&reviews_id=' . $reviews_array[$i]['reviews_id'], 'NONSSL') . '"><b><u>' . $reviews_array[$i]['products_name'] . '</u></b></a> (' . sprintf(TEXT_REVIEW_BY, $reviews_array[$i]['authors_name']) . ', ' . sprintf(TEXT_REVIEW_WORD_COUNT, $reviews_array[$i]['word_count']) . ')<br>' . $reviews_array[$i]['review'] . '<br><br><i>' . sprintf(TEXT_REVIEW_RATING, tep_image(DIR_WS_IMAGES . 'stars_' . $reviews_array[$i]['rating'] . '.gif', sprintf(TEXT_OF_5_STARS, $reviews_array[$i]['rating'])), sprintf(TEXT_OF_5_STARS, $reviews_array[$i]['rating'])) . '<br>' . sprintf(TEXT_REVIEW_DATE_ADDED, $reviews_array[$i]['date_added']) . '</i>'; ?></td>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...