Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Display a specific Review by ReviewID

Quote Reply
Display a specific Review by ReviewID
Heya all,

I would like to display a single specific review on a page. Has anyone done this or have some ideas? My guess is at the very minimum I need to be able to search by ReviewID, however something like below would have been ideal:

http://www.mysite.com/cgi-bin/links/review.cgi?ReviewID=500

(to display Review with ID=500)

Currently we only have:

http://www.mysite.com/cgi-bin/links/review.cgi?ID=200

which display all reviews for link with ID=200

Thoughts?

Safe swoops
Sangiro
Quote Reply
Re: [sangiro] Display a specific Review by ReviewID In reply to
If you own the PageBuilder plugin, you can do that easily. Otherwise, I am not aware that you can display a single review.

Ivan
-----
Iyengar Yoga Resources / GT Plugins
Quote Reply
Re: [sangiro] Display a specific Review by ReviewID In reply to
If you know the review ID you want, you can use a global to do that.

It's no different from calling a link or sub category from the database. Just open/connect to the Reviews database, rather than Links or Category, and pass that data back in the form you want.


PUGDOG� Enterprises, Inc.

The best way to contact me is to NOT use Email.
Please leave a PM here.
Quote Reply
Re: [pugdog] Display a specific Review by ReviewID In reply to
Thanks pugman! Wink

I needed wanted to get hold of a copy of the PageBuilder plug-in anyway so i'm using that. Works like a charm. Smile

Safe swoops
Sangiro