This forum is for assistance with theme development.

Use CCK in stock Contact form -- is this possible?

Hi there!

I'm a long time Drupal user, but now stumbled with theme for the new site.

The site has a header which is always different for each page: say, same menu, but I always change two photos to give it a unique look.

While I solved this problem for static pages with CCK with ease, I've got a problem with a stock Contact page: it's fully automatic and I don't understand how I can change it. I want to change both how the form fields look and make this page use same CCK fields as the rest of pages use.

Please show me the way. :)

Thanks!

Please point me in the right direction. :( (Drupal 4.7 and PHPBB theme creation)

I was recommended Drupal from a friend when i mentioned about content being easily added for my clan site. And once I got it working with PHPBB it was exactly what I wanted. So thank you to the makers of Drupal.

Themes color changing doesn't work with every color in my CSS file

Hi!

I am developing an own theme. It based on Garland. Unfortunately the changing of the color scheme doesn't work correctly. Drupal set always "background-color: #0072b9;" to "background-color: ;" for one attribute. I don't know where my mistake is.

Thanks,
pmw

@import "garland.css";

div.sidebar ul.menu
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: left;
}

div.sidebar ul.menu li
{
margin: 0;
padding: 1px 0 0 0;
}

div.sidebar ul.menu li a
{
margin: 1px 0 0 0;
padding: .2em 0 .2em 1em;
text-decoration: none;
color: #FFFFFF; <-- works
background-color: #0072b9; <-- Drupal set it to "background-color: ;" :-(
}

div.sidebar ul.menu li li a
{
background-image: url(images/menu-collapsed.png);
background-repeat: no-repeat;
padding-left: 2em;
background-position: 1em center;
}

div.sidebar ul.menu li li li a
{
background-image: url(images/menu-leaf.png);
padding-left: 3em;
background-position: 2em center;
}

div.sidebar ul.menu li a:hover
{
color: #FFFFFF; <-- works
background-color: #494949; <-- works
}

#wrapper #container #search
{
margin: 0;
padding: 0;
}

#wrapper #container form#search-theme-form
{
margin: 0;
padding: 0;
position: absolute;
top: 15px;
right: 20px;
z-index: 3;
white-space: nowrap;
}

How to display node list as thumbnails

Hello,

I have a node list under http://www.truyentranh.com/taxonomy/term/19 , but I want it to display:

- All of the node in one page
- Instead of the text (title and description) for each node, I want it to be a thumbnail for each node and the title under (similar to this: http://mangascreener.com/projects.php ).

Can it be done and how? Thank you.

Posting Object HTML into Drupal without allowing HTML or PHP Input Access

I want users to be able to post their object parameters as text into a content type - either a page, blog or story, but I do not want to give them html access for security reasons. The only idea I had, but I can't make it work is to create a generic form (defined by one particular node) for them to input the object parameter into a text box within a form that has the action of another document that handles the data. The problem is that within the Drupal environment, there is only one document that is served (index.php) populated with node data.

Cannot override certain styles

I can't for the life of me figure out how to override certain aspects of the drupal stylesheet. Namely, I can't stand my tables being totally white (I have a black background). Yet, no matter what I put into my style sheet (that is included after the print $styles section of my page.tpl.php). An example of what I am trying to override is the table at http://libraryofrage.vault.ign.com/drupal/?q=view/abilities

Can someone give me some insight in changing this around?

Pages

Subscribe with RSS Subscribe to RSS - Theme development