Having applied the patch, the callout block works now... but I find it shows on every page, ignoring the page's taxonomy totally. I went back to the project page and found the note "The way this module retrieves the taxonomy terms is based on the address (node/%)..."

I think that's the cause - I have Pathauto in place. For SEO purpose we always replace the default URL node/% with something like contenttype/page-title.

Mike, I regret I don't know how to resolve the addressing problem without using node/%. Just an idea for your consideration: if the callout is defined as a CCK filed widget, rather than a block, the address issue would be avoided? Certainly there might be other limitation such as where to place.

Comments

mikemiles86’s picture

Status: Active » Postponed

I realize this issue (and even noted it in the module's description). It's an issue with how the module retrieves the nid of the page it's on (from the address). So the module only works when the node id is in the address bar.

I'm, working on a better way to retrieve the NID (any other devs have input?) but until then this will not work with aliased urls, sorry.

mikemiles86’s picture

The newest release has fixed this issue.

mikemiles86’s picture

Version: 6.x-1.0 » 6.x-1.1
Assigned: Unassigned » mikemiles86
Status: Postponed » Closed (fixed)

-closing issue

askit’s picture

Great. Thank you!