Closed (fixed)
Project:
Quotes
Version:
6.x-1.3
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Oct 2009 at 12:06 UTC
Updated:
4 Mar 2011 at 01:18 UTC
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
Comment #1
nancydruI 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.
Comment #2
nancydruWell, 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.
Comment #3
nancydruComment #5
elc commentedI 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.