PDA

View Full Version : Please help with these issues


Anonymous
01-19-2005, 08:09 PM
The script looks great so far. I just had a few problems that I can't seem to figure out.

1. After I submit a review, the link to "Back to the review page" doesn't work. FYI, I am using review_insert onto an existing page.

2. How do I set it up so the reviews stay inserted on the existing page when I change the display order (e.g., oldest first, highest rating)

3. How do I remove the usefulness option from the reviews and on the drop down box for display order?

4. I would also like to change the "continue to page 2" to read "read more reviews"

I would greatly appreciate the help. Thanks!

imported_Tim Mousel
02-04-2005, 06:00 AM
Questions 1 and 2 are this issue:

http://www.review-script.com/forum/viewtopic.php?t=126

3. In index2.php, find where it has those options and delete this

<option value="useful">Most Helpful First</option>
<option value="notuseful">Least Helpful First</option>

4. Find where it says Continue to Page $npg and change it to read more reviews

Tim