Prototypes
-
Topics
Types
Topics Attributes 2014
-
Attributes
Types 2012
-
Frameworks
...
Attributes
Types
Topics
Topics 2011
-
Disciplines
...
Topics
Topics
Types 2010
-
Code
Snippets / Examples
see also: code.orgnsm.org for testable examples... <?php function HOOK_user_insert( &$edit, &$account, $category = NULL ){ // Don't create a new username if one is already set if( strpos($account->name, 'temporary_') !== 0) return; // O... function HOOK_form_alter( &$form, &$form_state, $form_id ){ if( $form_id == "user_register_form" || $form_id == "user_profile_form" ) { // Shows OTHER text field when 'Other' is selected as their s... <?php function getRSS( $url ){ $cobj = curl_init( $url ); curl_setopt( $cobj, CURLOPT_RETURNTRANSFER, 1 ); curl_setopt( $cobj, CURLOPT_CONNECTTIMEOUT, 0 );//0 = no timeout $tumblr_raw = curl_exec( $cobj ); cur...
Topics
Types
Topics 2010
-
Types
Attributes
Types
Topics Attributes 2002
-
Work
Projects Catalog
Topics
Types
Topics 2002