This forum is for assistance with theme development.

Need some help, im developing a new theme for my community

ok guys heres my mock up of the site im making in drupal now,

http://newbullseye.bullseyesupport.net/template.png

Now i am trying to setup the columns at the moment, and want to know if i should make a separate region for each of these boxes or should i create a left and right, then 3 more for the bottom?? or is there a better way of doing this?

Appreciate any help that i can get

Thanks

Round corners on all images?

Ok,

I just learned how to make rounded corners on div areas, its pretty simple as long as one can grasp the basic prinicples of of left and right (I am challenged by this every day, if not more).

But what I really want to do now is template some method of images appearing in primary content areas to have automatically rounded corners. Has anyeone ever done this?

Custom Menu

I'm trying to develop a menu tree like this:

Custom Menu

I'm trying to develop a menu tree like this:

Theming teasers

I'm struggling with the instructions on this page, which appear to be for 4.6 - I'm using 4.7 though:

http://drupal.org/node/53464

Essentially I want to display terms and submitted information on full node views, but not in the teaser lists.

My node.tpl.php file is currently like this:

<div class="node<?php if ($sticky) { print " sticky"; } ?><?php if (!$status) { print " node-unpublished"; } ?>">
    <?php if ($picture) {
      print $picture;
    }?>
    <?php if ($page == 0) { ?><h2 class="title"><a href="<?php print $node_url?>"><?php print $title?></a></h2><?php }; ?>
    <span class="submitted"><?php print $submitted?></span>
	<span class="taxonomy"><?php print $terms?></span>
    <div class="content"><?php print $content?></div>
	<span class="submitted"><?php print $service_links?></span>
    <?php if ($links) { ?><div class="links"><?php print $links?></div><?php }; ?>	
  </div>

Following those instructions I made this monster:

if ($page == 0): //if node is being displayed as a teaser
//Anything here will show up when the teaser of the post is viewed in your taxonomies or front page

print $node_url"> print $title

};

print $content

if ($links) {

};

text login link that returns to page?

Is it possible to make a text login link and have it return the user to the page from whence they clicked once they have successfully logged in?

Pages

Subscribe with RSS Subscribe to RSS - Theme development