Forum Moderators: rogerd & travelin cat

Message Too Old, No Replies

Excerpts and stars

         

chainazo

5:34 am on Aug 15, 2022 (gmt 0)

Top Contributors Of The Month



Hello, my question is if you know any tutorial that teaches how to do this, I was looking for, but it seems to be very specific what I am looking for and I did not find anything:

A directory site that has a home, with company search (so far so easy).

Every time you click on the company "X" it shows a page that contains an excerpt of each of the customer reviews and also shows the stars given by each customer.

If we are interested in reading a complete review we click on it and it takes us to another page to read only that review.

Attached is a sample of what I am looking for (sorry for the quality but this is my actual sketch):
[imgur.com ]

not2easy

2:35 pm on Aug 15, 2022 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



You could make your own html template for a repetitive task, something like:
<p><a href="page link"><img src="/images/3stars.png" alt="3stars review">text</a></p>
Of course, if there are thousands to be listed you might be looking for a script. That would likely start with a database of URLs, images and text.

not2easy

3:45 pm on Aug 15, 2022 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



There are good, free tutorials you can use. These from Mozilla allow you to start at your own level from basic to advanced: [developer.mozilla.org...] and they cover just about everything a web dev might want to learn more about.