Hi,

Is there a way I can put objects in full-node form anywhere I want? Meaning, everytime I add a new module that pertains to a node, i.e., service links, flags, fivestar, image field, etc., the objects seem to go whereever they want—sometimes making the presentation sloppy-looking. I want to put the thumbnail images between the fivestar and service links but currently the thumbnails are between cck fivestar ratings and node fivestar ratings. Thanks.

Comments

vm’s picture

yes you can, you have to manually print fields and such.

devel.module can help expose things
contemplate.php can as well.

print_r seems to be used often, though I freely admit that I am not sure how.

rockwright’s picture

I've tried contemplate and it's so confusing. Do you think the devel module would be easier to use?