Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Adding reviews to detailed.html

Quote Reply
Adding reviews to detailed.html
hello,

anyone know the tag to add validated reviews to detail.html?

thanx!

eddie
Quote Reply
Re: [eddie123] Adding reviews to detailed.html In reply to
http://www.gossamer-threads.com/...;;page=unread#unread

I hope this will help ...
Quote Reply
Re: [Payooo] Adding reviews to detailed.html In reply to
hello,

i'm using this right now in my html:

<%Links::Utils::load_reviews%>
This link has <%Review_Count%> reviews. They are:
<%loop Reviews_Loop%><%Review_Subject%> - <%Review_Contents%><%endloop%>

and i'm hoping to have the review subject to be listed and the review content to be listed.

the only thing that prints to the screen is:

This link has 1 reviews, They are:

and then nothing else is displayed. anyone have any ideas?

thank you,

eddie
Quote Reply
Re: [eddie123] Adding reviews to detailed.html In reply to
"It should be <%loop Review_Loop%> not <%loop Reviews_Loop%>."

- master yogi



http://www.gossamer-threads.com/...i?post=218404#218404
Quote Reply
Re: [Payooo] Adding reviews to detailed.html In reply to
hello,

works great, thanks again!

eddie