G,day i need some help setting up the content type fields to work with what i need. I currently have the following fields. [li] Title Text Tutorial Link Text Thumbnail Text Description Text Website Author Text[/li] Basically i would like to make the Title field be a hyperlink using the Tutorial Link field. And make the Thumbnail field become an image input field. I know im poor at discussing so i would like to set up the same system as what i have on my current site (link in sig)
Thanks im having a look at it now. Ok thats exactly what i need. After having a look around the module i found that it does not include the Title. What i would like to do is first off remove the top title that isn't in the Content Template. Then add a date and time to this current code along with some other eventuals. This is my code so far. I would like th add the title in there to fit my style along with the categroy <div class="image"><class="imageStyle" /><?php print $node->field_thumbnail[0]['view'] ?>< /class></div> <div class="text"><h1><strong><title in here> </strong><em> <SUBMIT DATE HERE> </em></h1><p><?php print $node->field_description[0]['view'] ?></p></div><div class="clear"></div> <div class="downblock">Author: <?php print $node->field_author[0]['view'] ?> | Views: 1 | Category: <category here></div> PHP: