This forum is for assistance with theme development.

help with login/register formatting, please

Could someone tell me how to get a register or join link for new users showing up on my frontpage? I've managed to get a custom theme put together pretty well so far with some help from the good people here. I noticed another post from someone having the same problem: http://drupal.org/node/90474. It didn't seem to help me, but then I don't presume to understand it all. Here is a link to my site: http://lifeonilife.com/

Full Page output (disable theme for php-generated XML/RSS feed)

I have developed an XML feed using some php code. The XML is generated from an external non-drupal database via a straight database connection, the code is currently held in a single Page node with the input format set to "PHP Code". The output, however, is being formatted via the Theme and I want to prevent that.

I want the PHP Code to be the only output for that page only.

Is there a call I can do to prevent all theming?

-Jacob

How to add the logo next to the h1?

I created the logo for my web site; but I do not know how to add it? Is that amend the .css? or else?

Thanks

Quick look - layout question

Hi all,

I just made a few changes to my primary menu tabs, and I don't have immediate access to a Windows box (I'm away from home) so I only have my ibook...

I think I may have broken the layout in IE (the header), would someone be kind enough to take a quick look and report back anything odd - the url is:

http://www.churchandcivilweddings.co.uk/

Truncate titles in views lists

Anybody out there know how to truncate titles displayed in views lists?

I don't think URLFilter.module will work in this case. I tried some CSS overflow properties, but that didn't seem to do the trick either. Ideally, I'd like to be able to set length limits (varying depending upon the view) for clickable titles in lists. If a title is too long (and therefore would wrap down to the next line), it should be truncated and followed by ellipsis.

Thanks,
Sean

style does not apply to node listing based on taxonomy terms

Hello,

I have a strange problem with node listings based on taxonomy terms. I have styled the nodes with CSS, both odd and even, and that works great:

.node .odd {
  background-color: #BBB39B;
  padding-top: 5px;
  padding-bottom: 20px;
  }
.node .even {
  background-color: #C0B89F;
  padding-top: 5px;
  padding-bottom: 20px;
  }

I also include node listings on my website based on taxonomy terms. It is those listings that don't seem to take the above CSS style rules, even though they appear in the HTML source.

Pages

Subscribe with RSS Subscribe to RSS - Theme development