DrupalBin
Submit Code
About
Recent Posts
Fix for Allow HTML in <i> node titles</i> for Drupal 6.x
Template Pre-proccessing
Testing Ubercart donation product
dave's menu screenshot
Code
Modify user profile page theme
Modify user profile page
Fix for Fix for Code
Fix for Code
Code
more
User login
Log in using OpenID:
What is OpenID?
Username:
*
Password:
*
Log in using OpenID
Cancel OpenID login
Create new account
Request new password
Tags
CCK
drupal
fapi
jquery
menu
module
php
simpletest
test
theme
user
views
more tags
Home
search form
Code
March 3, 2009 - 1:18pm — Anonymous
function
mymodule_form_alter
(
&
$form
,
$form_state
,
$form_id
)
{
if
(
$form_id
==
'search_form'
)
{
$form
[
'basic'
]
=
array
(
'#type'
=
>
'item'
,
'#title'
=
>
'cool'
)
;
}
}
hook_form_alter
search form
CreativePropaganda.net search form
April 15, 2008 - 5:29am — Anonymous
This is CSS
#edit-search-theme-form-keys {
background: none;
color: #d1953e;
font-style: italic;
letter-spacing: 1px;
border: 1px dashed #1f1a17; /* same as background */
search form
zen
Read more