PDA

View Full Version : Contextually related links



boxoffice
08-06-2010, 03:42 AM
Hi,

We are running vbulletin and zoom, and we would like to include a list of links to pages from the rest of our site (outside of vbulletin) that may relate to the vbulletin thread.

For example, if a thread is titled 'What TV brand is best?' The user should see links to our pages of TV brand reviews.

I was wondering if there was a way to get Zoom to do this processing? I was imagining I could post the content or title of the thread to zoom somehow, and then zoom looks through its index and returns a result set to the page.

I think I could probably do it using ajax maybe, but I was thinking there may be some native functionality of zoom that could do it.

wrensoft
08-06-2010, 04:42 AM
I don't think it is any great problem to get Zoom to perform a search. The problem is getting the input into Zoom from vB and then formatting the output in such a way that it looks OK on the vB page.

You might want to use the CGI option in Zoom becuase a) it is the fastest and b) you can get the output as XML. You could then write some code to parse the XML into a series of links at the bottom of each vB page.

I don't think there is any way to do this without writing new code.