profile

Readonly module

  1. <?php
  2. // $Id$
  3. function readonly_menu() {
  4.   $items = array();
  5.   $items['admin/settings/readonly'] = array(
  6.     'title' => t('Read Only'),
  7.     'description' => t('Which profile fields'),

Fix for bug in _form_builder_handle_input_element() function in form.inc ..

  1. <?php # vim: set filetype=php expandtab tabstop=2 shiftwidth=2 autoindent smartindent:
  2.  
  3. /*
  4.  

Fix for bug in _form_builder_handle_input_element() function in form.inc ..

  1. <?php # vim: set filetype=php expandtab tabstop=2 shiftwidth=2 autoindent smartindent:
  2.  
  3. function user_queue_member_admin($form, $form_state = NULL) {
  4.   if (module_exists('profile')) {

Fix for bug in _form_builder_handle_input_element() function in form.inc ..

  1. <?php # vim: set filetype=php expandtab tabstop=2 shiftwidth=2 autoindent smartindent:
  2.  
  3. function user_queue_member_admin($form, $form_state = NULL) {
  4.   if (module_exists("profile")) {

Fix for bug in _form_builder_handle_input_element() function in form.inc ..

  1. <?php # vim: set filetype=php expandtab tabstop=2 shiftwidth=2 autoindent smartindent:
  2.  
  3. function user_queue_member_admin($form, $form_state = NULL) {
  4.   if (module_exists("profile")) {

Fix for bug in _form_builder_handle_input_element() function in form.inc ..

  1. <?php # vim: set filetype=php expandtab tabstop=2 shiftwidth=2 autoindent smartindent:
  2.  
  3. function user_queue_member_admin($form, $form_state = NULL) {
  4.   if(module_exists("profile")) {

bug in _form_builder_handle_input_element() function in form.inc ..

  1. <?php # vim: set filetype=php expandtab tabstop=2 shiftwidth=2 autoindent smartindent:
  2.  
  3. /*
  4.  

Code

  1. function profile_to_cck_configure() {
  2.   drupal_set_title(t('Convert Profiles to CCK'));
Syndicate content