Closed (fixed)
Project:
Book Review
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Anonymous (not verified)
Created:
10 Oct 2004 at 06:26 UTC
Updated:
12 Feb 2005 at 06:15 UTC
Jump to comment: Most recent file
Comments
Comment #1
jeremy commentedPlease be sure that you have the latest 4.4 version of the module. (ie, if you downloaded the module a while ago, grab the latest). I fixed a similar issue perhaps 1-2 months ago.
I just tested on my dev server with a clean 4.4.2 installation and everything works.
What do you mean that "nothing" shows up? You get a blank screen? Or an error? Or...? Also, what theme are you using?
Comment #2
terre commentedI downloaded it just the other day. When you click on the title link (from the frontpage) the resulting page shows everything normal, except that none of the info for the book review module is included (title of node shows.)
It shows the node title and who submitted by, then goes straight to the comments:
This is title
Submitted by horg on Sun, 10/10/2004 - 12:54am.
» login or register to post comments
Comment viewing options
Comment #3
terre commentedusing xtemplate, default drupal theme.
Comment #4
terre commentedI looked at the source html on the book review node page and where it should output the content it does not:
<div class="content"></div>
nothing between the divs for the content
Comment #5
jeremy commentedWhat filters do you have configured? Can you try disabling all filters and see if that helps?
Also, does this affect all users, including uid 1?
Comment #6
terre commentedNo filters. UID 1 (me) can not see content nor can other accounts.
I did download the module again but still the same thing occurs - no content between the div tags at all.
Comment #7
paulgear commentedI'm seeing exactly the same behaviour - i get absolutely nothing inside the content
Comment #8
paulgear commentedWhoops! That bookreview.pgsql wasn't supposed to be here - please ignore.
Comment #9
paulgear commentedYahaha! Got it! I'm using bookreview under drupal 4.5.1, and the node display hook changed (see http://drupal.org/node/7176) to require nodes to be passed by address. The attached patch should sort things out (the header part is just to make syntax highlighting work in vim without any extra effort).
Comment #10
paulgear commentedComment #11
jeremy commentedYou are using a _very_ outdated copy of this module. Please download the latest version and try again.
(At this time, the second line of the latest version reads as follows:
// $Id: bookreview.module,v 1.11 2004/12/28 23:17:52 goba Exp $
)
Note that the latest version is v 1.11, and your patch is against v 1.2.
Comment #12
jeremy commentedThe 4.5 version of the module has been modified to properly display book reviews. (Filtering was fixed)
Comment #13
(not verified) commented