Skip to main content

Home/ Drupal for Developers/ Group items matching "Experience" in title, tags, annotations or url

Group items matching
in title, tags, annotations or url

Sort By: Relevance | Date Filter: All | Bookmarks | Topics Simple Middle
1More

User Experience (UX) Design, Ux Design, UX/UI Design, UI UX Design - 0 views

  •  
    Orange Oats is one of few unique User Experience UX Design, User Experience Design, User Interface Design, UX Design, Mobile Application Design, UX UI Design, UI UX Design, Software User Interface Design & web user interface design Company who does quality design for the customer to love in.
2More

Install Drupal 7 locally on your computer | Tutorial Videos | Tutr.tv - 0 views

shared by webExplorations on 04 Oct 11 - No Cached
  •  
    Using your localhost to experiment with Drupal
  •  
    Using our localhost to experiment with Drupal. From the DrupalCon London conference, 2011.
1More

Everything you need to know about Website Accessibility | Specbee - 0 views

  •  
    Sure, user experience is the buzzword these days, but the emphasis on web inclusiveness is equally critical. Here's a guide to web accessibility, why you need to implement accessibility and how to check if your website is accessible.

Amazing Customer Service - 1 views

started by Felipp Crawly on 31 Oct 12 no follow-up yet

One on One Professional Online Tech Support - 3 views

started by shalani mujer on 06 Jun 11 no follow-up yet

Get Rid of Computer Freezing - 1 views

started by helen troy on 12 Aug 11 no follow-up yet
1More

Of Constraints and Capabilities: Applying Systems Thinking to Design the Ideal Experien... - 0 views

  •  
    Adding UX to the Drupal Framework from DrupalCon London 2011.
6More

Theming the User Registration Form in Drupal 6 | Trellon - 0 views

  • <?phpfunction themename_theme($existing, $type, $theme, $path) {  return array(    ...    // tell Drupal what template to use for the user register form    'user_register' => array(      'arguments' => array('form' => NULL),      'template' => 'user-register', // this is the name of the template    ),    ...  );}?>
  • <div id="registration_form">  <div class="field">    <?php      print drupal_render($form['account']['name']); // prints the username field    ?>  </div>  <div class="field">    <?php      print drupal_render($form['account']['pass']); // print the password field    ?>  </div>  <div class="field">    <?php        print drupal_render($form['submit']); // print the submit button      ?>    </div>  </div></div>
  • <?php  print '<pre>';  print var_export($form);  print '</pre>';?>
  • ...3 more annotations...
  • Don't forget to render hidden fields or it won't work ;) echo drupal_render($form['timezone']); echo drupal_render($form['form_build_id']); echo drupal_render($form['form_id']);
  • you also have to print the "token" in order to make the form work print drupal_render($form['form_token']);
  • From my own experience using a form tpl.php, you need to print the whole $form at the very end of the template to ensure that the form will validate upon submission. <?php print drupal_render($form); ?> Just adding the hidden form_build_id and the form_id fields will not mean the form will work. Printing the entire form at the end, however, will mean that all the stuff you wanted to hide in making the template will show. For those fields, include "unset" statements for each one: <?php unset($form['field_to_hide']); ?> Please correct me if I'm wrong or if there is a better way to do this.

Enjoying Worry-Free Computer Use - 1 views

started by shalani mujer on 08 Jul 11 no follow-up yet
1 - 10 of 10
Showing 20 items per page