Closed (fixed)
Project:
Node Vote
Version:
4.6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Jul 2005 at 03:38 UTC
Updated:
3 Jul 2005 at 13:18 UTC
on the nodevote settings page (admin/settings/nodevote), flexinodes show up as flexinode-1 rather than their proper display name.
I know other modules can display the proper name.
Comments
Comment #1
kbahey commentedCan you point me to a module that does that, and I will see how they do it and try to make my module do the same?
I don't use flexinode myself, so I will not be able to test it, but perhaps you can help there.
Comment #2
moggy commentedfreelinking module shows them correctly.
I think I've found the solution. You need to use node_invoke($type, 'node_name') to get the right names.
this works
Comment #3
kbahey commentedThanks I commited this fix.