Thought I'd share what I've learned in the past few days in trying to add rating to the highslide theme.
In addition to enabling the rating option using the ZenPhoto admin function, I
made the following changes to code and images:
" class="highslide" onclick="return hs.expand(this)" title="">
" class="lightbox_quote_button">Request Quote
function printRating($vote=3, $object=NULL, $text=true) {
global $_zp_gallery_page, $_rating_css_loaded,$_zp_current_image;
if (is_null($object)) {
$object = getCurrentPageObject();
}
Miscellaneous formatting and size changes made to :
jquery.rating.css,alt_star.png,clear.png
to reduce the size of the rating stars