Closed (fixed)
Project:
Content Complete
Version:
6.x-1.1
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
29 Jun 2009 at 13:41 UTC
Updated:
13 Aug 2009 at 17:40 UTC
I have been trying to get this Block to appear for an hour and have run out of ideas.
I am using:
Drupal 6.12
Content Complete module 6.x-1.1I follow the README to a 'T' and have tried all of the following:
I have been testing it with Garland and Zen themes.
Any other ideas to get this Block to display?
Comments
Comment #1
pvhee commentedI just tested this on a fresh install, and the block appears (Enabled module, configured a CCK to check for certain fields, enabled the block in the blocks panel). Could you give me any more info, because right now I don't have a clue why it does not work for you.
Comment #2
andrewsuth commentedI can get Content Complete to work for
PageandStorybut not for my custom Content-Type.I created a new custom content-type with just a
Titleand aBodyand followed the same setup procedure as I did for Page and Story. The block still does not appear.Are there any modules that are known to be incompatible with this module?
Comment #3
andrewsuth commentedI've stripped my site back to a typical 'bare-bones' installation with the following modules installed:
Still the block for a custom content-type does not appear.
Comment #4
andrewsuth commentedThanks for your quick feedback on the issue, I got it working now.
The issue was that I did not read the documentation carefully enough: the nodes I had created were already 100% complete and as stated in the documentation:
Based on this, I have a feature request: an option to choose whether to display the block when the node is 100% completed.
I use the block to show to moderators of articles how complete the articles are - each article includes a number of CCK text fields, images, videos, links, etc. For me, to visually show the moderators that it is 100% complete would be a very nice feature - rather than the moderator assuming it is complete because the block does not appear.
Comment #5
pvhee commentedComment #6
pvhee commentedI've added the option to "Hide the blocks when the percentage reaches 100%" in HEAD. The default status is set to true. This feature will be part of the upcoming 1.2 release of the module.
Comment #7
andrewsuth commentedGreat work!