Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I know several people have been looking for a module that allows single sign-on for these two apps. Just ran across a post at coppermine.net that has some help:
I was reading on this site that someone had made some php changes to the Book Review module, for the following functions:
thumbnailing images on the "teaser" page
aligning the book stats (pages, publisher, ISBN #, all those kinds of data) on the right of the larger image inside the actual review.
I am looking around for this functionality but unfortunately can't find it anywhere. Does anyone know of a patch or update for bookreview that will allow this? Or can someone tell me how to do that in php (I don't really know much php unfortunately)
I am working on my own gamereview module. I would like to override the default teasers that show up on the front page so as to show the publisher, developer, rating, etc. from my gamereview database, and also to give them their own css (right now the teasers all show up as 'div class="node"' but I'd like them to be something like 'div class="gamereview"'. Basically I want complete control over how the teasers are displayed, including the title. I can see that there is a $teaser variable passed into hook_view() but I don't know if it does the right thing or what to do with it.