Closed (fixed)
Project:
Voting
Version:
master
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Aug 2005 at 20:19 UTC
Updated:
8 Aug 2005 at 20:37 UTC
I have a 'page' (in the database 'node' table, nid=11203 and type=page) on my site. I have set the option for 'Voting' to 'enabled' on the page:
http://127.0.0.1/admin/node/configure/types/page
But when displaying the above page:
http://127.0.0.1/node/11203
the node/page renders fine, but there is no voting block at the bottom. What am I doing wrong?
Thanks.
Comments
Comment #1
kastaway commentedWhat I have done for the moment, is, inside 'node.module' I added one line to 'function node_show':
Comment #2
kastaway commentedCancel this bug report -- I created a new page, and the voting section shows up, now. (Twice, as it should at this point.)
I'm not sure where the problem was, but it probably wasn't in the Voting module.
Comment #3
benshell commentedI'm glad you got it figured out. The admin/node/configure/types settings are only for new nodes (and they're only the default for new nodes -- users with proper permissions can change them when they're creating a new node).