Home : Products : Gossamer Links : Development, Plugins and Globals :

Products: Gossamer Links: Development, Plugins and Globals: Re: [Andy] [ ULTRAGlobals ] Ideas please: Edit Log

Here is the list of edits for this post
Re: [Andy] [ ULTRAGlobals ] Ideas please
Hi Andy,
it's working perfect ;-)
Just one thing
Code:
<%xx_reviews%>

<%loop Most_Reviewed_Links%>
<a href="<%config.db_cgi_url%>/reviews.cgi?ID=<%ID%>"><%Title%></a> (<%ReviewCount%> reviews) <br />
<%endloop%>

should be
Code:
<%xx_reviews%>

<%loop Most_Reviewed_Links%>
<a href="<%config.db_cgi_url%>/review.cgi?ID=<%ID%>"><%Title%></a> (<%ReviewCount%> reviews) <br />
<%endloop%>


Thanks

Matthias
gpaed.de

Last edited by:

Matthias70: Sep 28, 2008, 9:57 AM

Edit Log: