Setting Up fields on Drupal

Discussion in 'Drupal' started by Argo, Nov 13, 2007.

  1. #1
    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)
     
    Argo, Nov 13, 2007 IP
  2. mnymkr

    mnymkr Well-Known Member

    Messages:
    2,328
    Likes Received:
    32
    Best Answers:
    0
    Trophy Points:
    120
    #2
    you should download ConTemplate and then you can modify it how you need
     
    mnymkr, Nov 14, 2007 IP
  3. Argo

    Argo Guest

    Messages:
    66
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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:
     
    Argo, Nov 14, 2007 IP