I'm sorry if I've missed this somewhere - but is it possible to use the configured (as opposed to creating new block with views) blocks that display the five star rating widget? Thanks.

Comments

nancydru’s picture

I am 99% complete on this but have run into a really strange problem that is going to need me to seek help from people who are a lot smarter than I.

nancydru’s picture

Well, I figured out that the problem I am seeing is actually in the Taxonomy Context module, which is undergoing a lot of updating.

So I created a new official release with all changes to date (6.x-1.40) and then committed this change to 6.x-1.x-dev. I would appreciate a thorough test and reporting back here.

Blocks now use node_view, so almost every module that provides add-on stuff will now work in blocks. However, I specifically remove comment, statistics, and taxonomy links from the block view. I know for a fact that right now Taxonomy Context may interfere with removing the taxonomy links, so be aware of that if you use TC.

nancydru’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

elc’s picture

I wont change this off "closed (fixed)" for now, however this change has a significant knock on effect on how the blocks part of this module works.

None of the settings on the blocks configuration page are relevant at all any more. All the work previously done by clicking and few radio boxes and saving must be done in a theme overriden node-quotes.tpl.php template file.

The usual sign that something has gone wrong are blocks within blocks thing that happens as detailed here #1068402: two blocks and link issue which is how I found it. My displayed quote suddenly grew and extra title and box around it after the most recent update.