This forum is for assistance with theme development.

Adding module outputs such as "Who's Online" into a table in my template?

I am creating a custom template and I have been able to figure out almost everything through searching drupal, but i can't figure out how to control where i want the output from a module displayed.

For example:

I'm trying to put Recent Updates, Top Viewed Media, and Who's Online in their own boxes on the template. You can see that here

http://thatcrazynight.com/.

Hey any one can help me in changing the home page

Hi To all Iam New To drupal and i would like to change drupal home page to my prefered home page design can any one help in this issue.I will be thankful if any one can resolve my issue.

krishna

Best way to switch page.tpl.php based on node type?

I need to switch from three column to two column layout based on node type (e.g., when I display a node of type foo I want to switch layout.) Should I do this directly in page.tpl.php?

Thanks!

Probably simple: menu code structure

Hello,

Right now when I call:
<?php if (isset($primary_links)) { print theme('links', $primary_links); } ?>
It outputs the following:

<ul class="links">
<li><a href="">Link 1</a></li>
<li><a href="">Link 2</a></li>
</ul>

I would like the output to be:

Static images in theme

Hello,

My knowledge of Drupal is somewhat limited. I understand how to build a template conceptually but something that I'm having difficulty in practice is the placement of static images.

An example of what I am talking about is my attempt to convert a personal site of mine into a Drupal managed site. http://www.djpsiphon.com/

Pages

Subscribe with RSS Subscribe to RSS - Theme development