Hi there!

I'm trying to set up a fancy looking reviews system for a client where the users can click a thumbnail to display a node in a thickbox and then vote on it. All is working well but somewhere along the line I have lost the javascript stars - they are displayed in a full node view but not in the thickbox.

To avoid displaying the header, sidebars etc in the thickbox I am using pagearray to load the node as an array, and then outputting $page[scripts] and $page[css] in the thickbox iframe's <head> element, before outputting $page[content].

I can see all the relevant fivestar js and css when i view the source of the iframe, but it seems something is not being triggered to load the fivestar stars - any ideas where I could start looking?

Comments

jonnyp’s picture

Status: Active » Closed (fixed)

I found the problem - I had enabled DynamicLoad, an incomplete module from the CVS of JSTools. Once I disabled that module everything worked beautifully again.

Thanks,