This forum is for assistance with theme development.

Placing Profile info just after Body text?

Hi All,

How does one control the area where something gets put into the body of a node?

I'm trying to add an Author Info area to the end of the body text, but have it before something like Service Links, but it's just not going where I think I'm telling it too.

I want:

Body Text
profile_author_info_footer
Service links

But keep getting:

Body Text
Service links
profile_author_info_footer

This is my node.tpl.php:

if ($sticky) { print " sticky"; } ">
 if ($picture) { 
      print $picture;
    }

if ($page == 0) {

print $node_url"> print $title

}
print $submitted
print $terms

 if (module_exists("adsense")) { 
              $nodetype_ads = variable_get('adsense_'. $node->type, 0);
              if ($nodetype_ads) { 
          $nodechannel = db_result(db_query("SELECT a.channel 
            FROM {adsense} a 
            WHERE a.nid = '%s'", $node->nid));
          print adsense_display("120x600", 1, $nodechannel); 
        

}
}

Fun with Comments

Hello, all,

I'm doing some work on a custom theme, and I'm trying to figure out how to call some comment-dependent statements. For example,

-- I want to show the number of comments for a given node
-- If there are no comments for a given node, I want to prompt the user to comment
-- I want to show the comment number for a given thread (i.e., Comment #1, Comment #2, etc.)

Can I share a port of the cutline theme for wordpress by Chris Pearson?

Hi friends.
I´ve done a port for Drupal of the wordpress theme Cutline, by Chris
Pearson (you can see an example here: www.fcalzado.net). My doubt is: can
I share it with the Drupal community? My version is based on the Zen theme
(gnu license), and Cutline's license is Creative Commons
Attribution-ShareAlike 2.5. Should I include a copy of both licenses?? (I
don´t know how contact Chris Pearson...)
Also I have a port for Drupal of Enchant v2 theme, by Lee Cooper (original

New Theme by RoopleTheme

Hey Drupal Themers... don't mean to double-post, but I know don't always watch the general announcements forum. We've release a new theme under the GPL license, and you can read about it here!

Created new page for the homepage

Hello someone help me? I created a page for my homepage and I want it to be show when the users type in the url like http://www.mysite.com

I want that page to be the first thing to show when they get into my site... But problem is I created a page that doest expand when I type in the root url it is collapse then you need to click on the read more button... someone has an asnwer for this? really appreciate for the help... thanks

Please help me on primary links navigation.

I want my primary links to be displayed in a table but the current setup is this as i look the source on the page

Pages

Subscribe with RSS Subscribe to RSS - Theme development