DrupalBin
Submit Code
About
Recent Posts
Serializable closures
Closures in menu item arguments
dpr($content['field_headshot'])
Fix for Git push error
Проверка
Code
$item['title'] = $item['title'];
Loading specific field
expire give non-aliased paths
Fix for 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
taxonomy
test
theme
views
more tags
Home
validation
Fix for Fix for Drupal 6.9 Validating custom profile fields when user registers and when user edits custom profile fields
July 29, 2011 - 4:42pm — Anonymous
// Hello, I am in Drupal 6.9 and want to validate custom profile fields when the user registers and when he edits his profile
// this code is a module that attempt to do the validations, the code is
custom profile fields
Drupal 6.9
validation
Read more
Fix for Fix for Drupal 6.9 Validating custom profile fields when user registers and when user edits custom profile fields
March 30, 2011 - 10:53am — Anonymous
<
span onmouseover=
"_tipon(this)"
onmouseout=
"_tipoff()"
><
span
class
=
"google-src-text"
style=
"direction: ltr; text-align: left"
>
// Hello, I am in Drupal 6.9 and want to validate custom profile fields
custom profile fields
Drupal 6.9
validation
Read more
Fix for Views validation of a handler's displays
March 11, 2010 - 10:44am — Anonymous
// We don't know which display we are on and so we must check them all.
dsm
(
array_keys
(
$this
-
>
view
-
>
display
)
)
;
// I get an array of THREE THINGS!
validation
views
Read more
Views validation of a handler's displays
March 11, 2010 - 10:12am — Anonymous
// We don't know which display we are on and so we must check them all.
dsm
(
array_keys
(
$this
-
>
view
-
>
display
)
)
;
// I get an array of THREE THINGS!
validation
views
Read more
Fix for Drupal 6.9 Validating custom profile fields when user registers and when user edits custom profile fields
February 12, 2009 - 1:32pm — Anonymous
// Hello, I am in Drupal 6.9 and want to validate custom profile fields when the user registers and when he edits his profile
custom profile fields
Drupal 6.9
validation
Read more
Drupal 6.9 Validating custom profile fields when user registers and when user edits custom profile fields
February 12, 2009 - 12:19pm — Anonymous
// Hello, I am in Drupal 6.9 and want to validate custom profile fields when the user registers and when he edits his profile
custom profile fields
Drupal 6.9
validation
Read more
validation_api before code sprint
July 8, 2008 - 8:41pm —
deekayen
<?php
// $Id: validation_api.module,v 1.8 2008/07/02 23:02:43 tapocol Exp $
/**
* @file
*/
define
(
'HOOK_ADD_VALIDATOR'
,
'add_validator'
)
;
/**
* Implementation of hook_form_alter().
validation
Read more
hook_nodeapi used for validation of CCK fields
May 2, 2008 - 12:21pm — Anonymous
<?php
function
sitehelper_nodeapi
(
&
$node
,
$op
,
$teaser
=
NULL
,
$page
=
NULL
)
{
if
(
$node
-
>
type
==
'cinfo'
)
{
switch
(
$op
)
{
case
'update'
:
break
;
CCK
hook_nodeapi
validation
Read more