I recently upgraded to Drupal 4.7.4 and I'm having a problem with the search box on my site. I've narrowed it to a missing "form_token" form field but I'm unsure how to add it to the search-box.tpl.php in order to get it to show up.
I'm aware that the form_token is new to 4.7.4 to prevent cross-site scripting issues - is anyone else having this issue with custom themes and the search box?
I successfully managed to override Drupal CSS using this method (Overriding drupal.css; two approaches).
Now how do I override more stylesheets at the same time, for example module-stylesheets?
I posted earilier, but perhaps was not clear. I have successfully made my primary links horizontal tabs with images. My css has button_normal.png, button_over.png, and button_current.png. The normal and over are working, but I cannot get the current to show up. I can do it in straight html, but can't get the page.tpl.php file. I cannot seem to get my css code to show up here, so if anyone is willing to help I can email that to them. The id that includes the current button has ids #navcontainer #current and then #navcontainer .currentAncestor