In using the Highslide theme, I've set the admin option to turn on the Rating Function but I'm not clear as to which PHP file I need to put the printRating() call in to get the rating input from the user. I thought it might be the full-image.php file but after looking at it, I don't think so.
Following your suggestion I modified image.php and album.php as follows but it doesn't work. I suspect that I've placed the calls to printRating() in the wrong place:
image.php code
" title="">
album.php code
" class="highslide" onclick="return hs.expand(this)" title="">
" class="lightbox_quote_button">Request Quote
sorry about not including backtics. I just made some progress by enclosing the printRating() call as follows:
`
`
I was trying to output the rating info using the