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

Ultra Globals Plugin: Load_Reviews_Advanced

Quote Reply
Ultra Globals Plugin: Load_Reviews_Advanced
Andy

I'm trying to use the Ultra Global Plugin for "Load_Reviews_Advanced"

I've 'modified my pages' so that 'Review' reads 'Latest News and Special Offers'

I've placed the code into the category.htm template and using the code with the $ID

<%Plugins::ULTRAGlobals::Load_Reviews_Advanced("10",$ID)%>
<%if review_loop.length%>
<h3>Latest Bed and Breakfast News or Special Offers</h3>
<%loop review_loop%>
<%include review_include.html%>
<%endloop%>
<%endif%>


Is it supposed to work so that the 'review' should only show in the category that it belongs to?

Eg. on my site I have 1 'review' for a link in this category: England/Cornwall/Helston

But at present it is showing in each category:

England/
England/Cornwall/
England/Cornwall/Helston

Can it be made to work so that the 'review' only displays in the category the link belongs to?

Thanks
Colin Thompson

Last edited by:

colintho: Dec 11, 2008, 9:01 AM
Subject Author Views Date
Thread Ultra Globals Plugin: Load_Reviews_Advanced colintho 4297 Dec 11, 2008, 8:48 AM
Thread Re: [colintho] Ultra Globals Plugin: Load_Reviews_Advanced
Andy 4170 Dec 11, 2008, 10:03 AM
Thread Re: [Andy] Ultra Globals Plugin: Load_Reviews_Advanced
colintho 4161 Dec 11, 2008, 12:36 PM
Thread Re: [colintho] Ultra Globals Plugin: Load_Reviews_Advanced
Andy 4176 Dec 11, 2008, 11:47 PM
Post Re: [Andy] Ultra Globals Plugin: Load_Reviews_Advanced
colintho 4126 Dec 12, 2008, 12:52 AM