dailce Posted March 1, 2005 Share Posted March 1, 2005 Reviews show first and last name! A got a few emails from people saying they don't want that, how can I change this? Maybe just first or some kind of handle? Link to comment Share on other sites More sharing options...
Squiggie Posted March 14, 2005 Share Posted March 14, 2005 Reviews show first and last name! A got a few emails from people saying they don't want that, how can I change this? Maybe just first or some kind of handle? <{POST_SNAPBACK}> You need to make a change in product_reviews.php and product_reviews_info.php. BACKUP YOUR PAGES BEFORE YOU MAKE THE CHANGES!!!!!! change: sprintf(TEXT_REVIEW_BY, tep_output_string_protected($review['customers_name']) To: sprintf(TEXT_REVIEW_BY, tep_output_string_protected($customer_first_name) In both pages. Hope that helps. Link to comment Share on other sites More sharing options...
Squiggie Posted March 14, 2005 Share Posted March 14, 2005 Sorry bad advice. On further testing I find that pulls in your username when you are logged in. Anyone know the proper way to pull the first name only? Link to comment Share on other sites More sharing options...
Guest Posted March 20, 2005 Share Posted March 20, 2005 I'm also interested in a fix for this...any help would be appreciated. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.