Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I need to make the search box wider See the one in the upper right corner of this very page? It is 140 pixels wide. I need to double that. But I can't find where it is actually set at that width.
Can someone turn on a light for me so I can stop stabbing in the dark for this?
I'm new to Drupal and I would like to use existing html template in Drupal. I am not the creator of this design but I have html and css knowledge (no php knowledge, but I'm willing to learn some if it what it takes)
Let's say you go to mysite.com/blog (where all the blogs are lined up) or mysite.com/forum (the page where all forum categories are listed), you want to add a disclaimer on the top like "please don't use profanity etc"
But when you go to mysite.com/blog/topic or mysite.com/forum/categories/topic (the actual blog/forum content created by users), that disclaimer don't show up.
So how to do this? Adding a disclaimer on node-blog.tpl.php or node-forum.tpl.php only affects the actual blog/forum topics but not the front page of blog and forum.
I have created a view that is broken down by node type. This was all done courtesy of the View's Theme Wizard. Now all the results are organized by node type. Great!
My problem is that the node type string that is presented by the view as a title is the machine readable name, with underscores.
I have been poking around trying to translate these into strings with spaces and title caps, but no luck yet.