This forum is for assistance with theme development.

Seperate admin theme

I have heard that 5.0 has the functionality to enable a seperate admin theme. I have seen this post - http://drupal.org/node/52389, but it covers 4.7. I just upgraded and am in the process of creating my own theme. I would rather use one of the default themes for users that I give permission to change content. Does the information in 52389 still apply to 5.x, or is there a better way? I have recently upgraded, but have yet to find this setting. Thanks!

node doesn't display "read more"-link

Hi,

I am using the friendseletric theme for my website. Although it isn't upgrade to 5.x it mostly works like a charm. I only had to change a couple of small things. But one of these, I am not able to figure out. When posting story-items to the frontpage the get cut off after the specified number of characters, but no "read more"-link is being displayed.

This is how my node.tpl.php file looks:

<div class="node<?php print ($sticky) ? " sticky" : ""; ?>">
<?php   if ($node->type == 'story'):?>
  <?php if ($page == 0): ?>
    <h3 class="title"><a href="<?php print $node_url ?>" title="<?php print $title ?>"><?php print $title ?></a></h3>
  <?php endif; ?>
<?php else: ?>
  <?php if ($page == 0): ?>
    <h2 class="title"><a href="<?php print $node_url ?>" title="<?php print $title ?>"><?php print $title ?></a></h2>
  <?php endif; ?>
<?php endif; ?>

  <?php print $picture ?>

  <div class="content">
    <?php print $content ?>
  </div>
  <?php if ($picture): ?>
    <span class="clear"></span>
  <?php endif; ?>
  <?php if ($submitted): ?>
    <div class="info"><?php print theme('username', $node) . ' â^À^Ó ' . str_replace('-', ' â^À^Ó ', format_date($node->created)) ?></div>
  <?php endif; ?>
<!--  <?php if ($links): ?>
    <div class="links"><?php print $links ?></div>
  <?php endif; ?> -->
</div>

Better themes for drupal?

What do most people do here for themes? Being a drupal noob and coming from joomla where I can buy an awesome theme over at joomlashack.com and have it up quickly. Do most just tweak the themes available here to their liking? I have no idea on how to theme so not sure what to do here. I like the color scheme of the theme being used here. Is this one available on the site?

Images disappearing in custom theme

Weird problem.. First time customizing a theme and I've got background images and regular hard coded images in the page.tpl.php file that disappear when the page is loaded. They appear very briefly while the page loads then just disappear, like they never existed. Any idea where I could start to troubleshoot this?

I used the Zen theme as my base.

Thanks,
Greg.

Random question about a website

Could anyone take a guess as to the steps taken to create this site: http://www.emigre.com/index.php

I have a background in print, and am now getting into reading up on web design. There is such a great amount to study, and so I'd like to focus on something fairly straightforward.

If you could just set me on the right path of study, I would greatly appreciate it (I do have Dreamweaver mx2004 and the Adobe CS2 Suite).

thanks,
John

How to remove border on Bluemarine theme?

Everytime I create a table ( even with border=0 ) there is always a small line with grey color at the top of the table. I try to delete style.css file but the line on the top of the table still appear.
Any suggestion to remove/hide the line?

Pages

Subscribe with RSS Subscribe to RSS - Theme development