This forum is for assistance with theme development.

how do i change login/password box?

can someone show me how to change/modify login password box... I want to change it to dotted type.. tks

s

How to make second sidebar in Leaf Theme?

Hi

I'd like to have second sidebar on the left side of my page http://www.zarabiaj.mooo.com. Anyone can tell me what do i have to change?

Thx

Need help themeing profile edit and admin forms

Hello, my theme involves adding boxes around each block and node, and it has a drop shadow. It takes two divs wrapped around the existing content. It is working fine, but for some places I can't figure out how to put the box around the content.

I found a tutorial on themeing the profile page by adding code to template.php and making a new tpl file, and got that working. But I can't figure out how to add my special drop shadow box around other middle content areas, such as the edit profile form and admin areas.

I managed to change the style of the edit form in the profile area, but i couldn't apply my css box effect since i never added the two div tags that areas code, wherever it is. I was wondering if I could apply my drop shadow effect to all blocks, nodes, etc without hard coding the div tags in tpl files, by combining styles in the css file somehow.

.boxsh1 { position: relative; background: #BECBCD; margin: 4px; }
.boxsh2 { position: relative; left: -4px; top: -4px; }

.node, .block, .profile {
  border: solid 1px #888;
  margin-bottom: 10px;
  font-size: 0.9em;
  padding: 5px;
  background: #fff;
}

and in use I type

<div style="boxsh1"><div style="boxsh2">
   whatever content here...
</div></div>

Here is a link showing what my boxes look like if you are unsure what I mean. http://www.saila.com/usage/shadow/

t

Posting a banner on the site.

I'm trying to insert a web banner in the top of my drupal site - my project requires me to get that figured that out first.

I'm not sure how to get started with doing up my own theme for the site - yes, for example, I've tried modifying the file xtmpl file in the "Blue Marines" theme, by adding the coding to where the links are supposed to be - tried doing that through dreamweaver, and uploading the file up to my server folder once again, but my banner doesn't appear. I've also downloaded the phpTheme Engine and tried some other themes but it doesn't work either.

Arabic (right-left) Theme needed, will pay

hello all,

I'm working on two Arabic websites and I need some themes for them. I want something different and completely right to left from the ground up. One is a community podcast website and the other is a digg.com clone.

For the moment my priority is the podcast site.

If your interested let me know. Might be willing to pay for the service if I get a nice offer.

Overriding the default IMAGE GALLERY page layouts when using the image.module

Hi Guys,

I was trying to change the default layout of how the image.module displays IMAGE GALLERY pages with Drupal version 4.6.x and was tempted to hack the image.module but decided to setup a template override instead.

The image.module is a superb module and the default layout is fine..I just wanted to put some extra appropriate (and dynamic) content above the thumbnails, but, I knew that once I had hacked the image.module I would be making life much more difficult at a later stage when trying to upgrade or tweak that ammendment even more.

Pages

Subscribe with RSS Subscribe to RSS - Theme development