Text and Video Order

dailypress - June 23, 2009 - 00:58

I dont know what I did but now my content (text) is below my YouTube clips. How do I make it go back up so I have my old:

Title
Ad
Text(Description of Video)
YouTube Video
Footer

I was playing around with the Priority for a Module and also the Node. Template and now im not sure what caused the issue.

which version you are using

devenderdagar - June 23, 2009 - 06:41

which version you are using and you should try ordering of your fields in views. I am sure your title must be below videos thats why it is coming down. check it and let me know if still some problem

im using ver 6.1. I dont

dailypress - June 26, 2009 - 08:36

im using ver 6.1. I dont think I changed view at all.

my videos are now in order. What i am only struggling with now is my photos page:

where Title comes first, then thumbnails, and then text.
I would like the text to come second below Title.

Title
Text
Thubnails

I am playing around with node.tpl.php where the code says:
I dont really understand the code but just guessing and going by trial and error.

<?php if ($submitted): ?>
      <div class="metanode"><p><?php print t('Posted on ') . '<span class="date">'.format_date($node->created, 'custom', "d F Y").'</span>'; ?></p>
  </div>      
        <?php endif; ?>
        <?php endif; ?>
       <?php if (!$teaser): ?>

Google Advertisement Code

<p>&nbsp;</p>
<?php endif; ?>
    <div class="content"><?php print $content?></div>
    <?php if (!$teaser): ?>
    <?php if ($links) { ?><div class="links"><?php print $links?></div><?php }; ?>
    <?php endif; ?>
   
    <?php if ($teaser): ?>
    <?php if ($links) { ?><div class="linksteaser"><div class="links"><?php print $links?></div></div><?php }; ?>
    <?php endif; ?>
   

thanks for your help btw.

ok. so heres another thing i

dailypress - June 26, 2009 - 08:42

ok. so heres another thing i discovered at 4:40am EST ;)

<?php endif; ?>
    <div class="content"><?php print $content?></div>
    <?php if (!$teaser): ?>
    <?php if ($links) { ?><div class="links"><?php print $links?></div><?php }; ?>
    <?php endif; ?>

the second line <div class="content"><?php print $content?></div> prints out the section that I need to fix:

it prints out small thumbnail photos and then the text below it. I need to swap this section to have it like before.

Now that I know the Content is the issue where do I go from there?

example.com/ admin/content/types ??

guys I fixed it finally after

dailypress - June 26, 2009 - 08:51

guys I fixed it finally after 4-5 days! :)

so under Album I went to Manage Fields all Under the admin/content/node-type/photos/fields and I rearranged it accordingly.

I dont remember at all but I must have accidentally rearranged it.

thanks again guys for your support! :) Im fairly new to Drupal and not really a Computer programmer. I love Drupal but it is SOO frustrating at times...

so it kinda looked like this:

Label Name Type Operations

Album name
Node module form.

Printer, e-mail and PDF versions
Print module form.

Album description
Node module form.

Menu settings
Menu module form.

File attachments
Upload module form.

Taxonomy *
Taxonomy module form.

 
 

Drupal is a registered trademark of Dries Buytaert.