* it is too heavy for new node type module
* it use own non-standard category system
* too much unnecessary menus and administrations possibilities (it shall be moved to separate module, if someone need it)
* module do not count clicks
In any new type of a content created by the CCK is the first field (title).
I cant delete or change it at CCK options.
Whether it is possible to solve this problem?
Thanks!
i'm trying to output some node information from my module. I've managed to get most of it by using node_load() etc. But to get the content displayed to my liking I used modified copies of node_view() and theme_node().
However, it seems that drupal doesn't actually use theme_node() but rather bluemarine_node(). And i can't find this function! So if someone could point me to where it is i would be very appreciative.