DrupalBin
Submit Code
About
Recent Posts
Code
Fix for Code
Code
Fix for filefield implementation in an admin page. "An HTTP error 0 occurred. /drupal/?q=filefield/ahah///"
Undefined index:
searching for two different taxonomy terms - get this into views (2 on D6)?
Converting D6 to D7
error on clone same as earlier error on migrate
Reordering ORDER BY elements in selectQuery query
Fix for Fix for prefix_sufix_admin.inc
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
taxonomy
test
theme
views
more tags
Home
Fix for Fix for Form theming
View
Fix
September 28, 2009 - 4:16pm — Anonymous
<?php
function
formtheme_theme
(
)
{
return
array
(
'user_login'
=
>
array
(
'arguments'
=
>
array
(
'form'
=
>
array
(
)
)
,
'path'
=
>
drupal_get_path
(
'theme'
,
'immortalgames'
)
.
'/templates/overrides/forms'
,
'template'
=
>
'user-login-form'
,
)
)
;
}
function
formtheme_preprocess_user_login
(
$vars
)
{
$vars
[
'content'
]
=
drupal_render
(
$vars
[
'form'
]
)
;
}
?>
form
form alter
theme
user login
Submit Fix
Summary:
Tags:
Any tags you'd like to associate with your code, delimitered by commas (example: Views, CCK, Module, etc).
Show summary in full view
<?php function formtheme_theme() { return array( 'user_login' => array( 'arguments' => array('form' => array()), 'path' => drupal_get_path('theme', 'immortalgames') . '/templates/overrides/forms', 'template' => 'user-login-form', ) ); } function formtheme_preprocess_user_login($vars) { $vars['content'] = drupal_render($vars['form']); } ?>
Syntax highlighting mode:
ActionScript
ColdFusion
Diff
Drupal 5
Drupal 6
HTML
INI
Javascript
MySQL
PHP
Python
robots.txt
SQL
Text
Select the syntax highlighting mode to use.
See Also:
Order
Title:
URL:
-1
0
1
Title:
URL:
-1
0
1
Any links you'd like to have associated with the post (Drupal.org issue, Wikipedia article, etc).
File attachments
Changes made to the attachments are not permanent until you save this post. The first "listed" file will be included in RSS feeds.
Attach new file:
The maximum upload size is
1 MB
. Only files with the following extensions may be uploaded:
jpg jpeg gif png txt doc xls pdf ppt pps odt ods odp phps
.