Drupal - iTweak Upload & Contemplate
Submitted by Kevin on Tue, 15/12/2009 - 15:03
Another very short post (in a terrible hurry!) -> How to arrange for an iTweak Upload file list to be dislayed in your node content template (contemplate)?
Well, i'm not sure if this is the best way to do this, I couldn't much info out there on the subject, but this worked for me...
<?php print theme('upload_attachments', $node->files); ?>Here's some more info on the subject - http://drupal.org/node/214564
- Kevin's blog
- Add new comment
- 848 reads
- Comments
Drupal, Remove 'Submitted by' Text
Submitted by Kevin on Fri, 26/06/2009 - 18:27
Q: How can I remove the 'Submitted by' text that is always displayed with my CCK type?
A: Go into the Administer, Themes screen, click on the 'Configure' tab (/admin/build/themes/settings) and then un-check the 'Display post information on' checkbox for your Node type.
This post once again deals with how to re-configure some of drupal's default behaviour so that your website more closely matches your target web design.
- Kevin's blog
- Add new comment
- Read more
- 1135 reads
- Comments









