This forum is for assistance with theme development.

Drupal Theme / Skin design references

Who are some of the good theme designers or skin designs for Drupal ? I'm mostly looking for testimonials of sort, for who drupal site owners may have used in the past. Please share your recommendations.

form-password class

Hello, the password field has a different style than that of the username and search input fields. After looking at webpage source, I saw that it was using form-password. So I searched the entire drupal directory for that search term, and found that it wasn't defined in css. It occurs in the common.inc file on line (1193) and user.module on line (1046).

I got them matching by changing it to form-text in common.inc.

any one else run into this issue, and if so what action did you take?

4.7 expandable parts not working with onload="somejavascript()"

I'm developing a theme with a dynamic menu, this menu requires javascript to be loaded on page load.
(using phptemplate) code:

<body <?php theme("onload_attribute", "initjsDOMenu()");?> >

is this the correct way of doing onload javascript?

When doing it this way, the collapsible parts i.e. settings menu stops working.

I did see a mention of this being a 4.7 registered bug, but I could not find wheter it was corrected or not.

Please advice

Q: Is it possible to output a block without using the sidebars?

I am trying to output a block onto my page without making it show up in the left or right sidebar? Is there some type of way I can insert a block by id or something?

Thanks!

Q: Is it possible to change the URL of the forums?

Would it be possibel for the directory of my forums is not "domainname.com/forum" but possibly "domainname.com/community" ?

Thank you!

Graphical menu title

Hi! I`ve got my own theme, and I want to have graphical menu titles- So how can I make no Main menu, but Only local images are allowed. ?? I`m using phptemplate engine

Pages

Subscribe with RSS Subscribe to RSS - Theme development