Gossamer Forum
Home : Products : Gossamer Links : Discussions :

problems with <%Links::User::Review::review_search_results($ID)%>

Quote Reply
problems with <%Links::User::Review::review_search_results($ID)%>
im use detailed page from pugdog

when im insert <%Links::User::Review::review_search_results($ID)%>

scdrit show review results always on TOP page,before my detail info.

So but im need to show it(review info) on middle page.



how to do it?
Quote Reply
Re: [Mich_U] problems with <%Links::User::Review::review_search_results($ID)%> In reply to
enybody can help?
Quote Reply
Re: [Mich_U] problems with <%Links::User::Review::review_search_results($ID)%> In reply to
HiWink

have you resolved your problem? because I would like to do the same thing : I'd like to put the reviews on my detailed page ( juste under the detail link display)

and when I insert <%Links::User::Review::review_search_results($ID)%> it is always on top... even if I make any changes in the review_search_results template

Could you help me?

thanks...

FMP
Quote Reply
Re: [fmp] problems with <%Links::User::Review::review_search_results($ID)%> In reply to
Hi,

Try this:

Code:
<%Links::Utils::load_review%>
<%if Review_Count%>
There are <%Review_Count%> Reviews:
<%loop Review_Loop%>
Review #<%num%>: <%Review_Subject%><br>
<%endloop%>
<%endif%>


Cheers,

Alex
--
Gossamer Threads Inc.
Quote Reply
Re: [Alex] problems with <%Links::User::Review::review_search_results($ID)%> In reply to
WinkTxs for yor answer...

I did try but I have the following error message :

Error: Unable to load module: Links::Utils. Reason:
Error: No subroutine 'Links::Utils::load_review' in 'Links/Utils.pm',
Error: No subroutine 'Links::Utils::load_review' in 'Links.pm'


There are 1 Reviews: Review #Unknown Tag: 'num': My review title

I am sure it is not very hard to solve but I do not know what to do.......

Thanks

FMPWink
Quote Reply
Re: [fmp] problems with <%Links::User::Review::review_search_results($ID)%> In reply to
Anybody knows?



txsWink
Quote Reply
Re: [fmp] problems with <%Links::User::Review::review_search_results($ID)%> In reply to
try <%Links::Utils::load_reviews%> SmileWink

and change <%num%> to <%row_num%>

Last edited by:

jean: Mar 18, 2002, 2:35 PM
Quote Reply
Re: [jean] problems with <%Links::User::Review::review_search_results($ID)%> In reply to
SmileTYVM

it is working perfectly

FMPWink
Quote Reply
Re: [jean] problems with <%Links::User::Review::review_search_results($ID)%> In reply to
I tried adding below code on detailed page but still it is not working. :(

<%Links::Utils::load_reviews%>
<%if Review_Count%>
There are <%Review_Count%> Reviews: <%loop Review_Loop%> Review #<%row_num%> : <%Review_Subject%>
<br><%endloop%>
<%endif%>

Vishal
-------------------------------------------------------