Skip to main content

Home/ Drupal for Developers/ Group items tagged and

Rss Feed Group items tagged

webExplorations

The Drupal Cookbook (for beginners) | drupal.org - 0 views

  •  
    A nice summary giving an overview of what you can do with Drupal as well as the ability to zoom in on certain things such as menus and taxonomy. Great to help new folk get started with Drupal.
webExplorations

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

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

Top Drupal SEO Modules, Tips and Tricks to increase traffic | My Drupal - 0 views

  •  
    SEO
Scott Blackburn

Defining Spaces Features in Code in Drupal | Development Seed - 0 views

  •  
    I've been starting to make my way through using the Spaces and Context modules put together by developmentseed. It is interesting to start thinking more in terms of re-usable context driven features.
Scott Blackburn

Salsa API | drupal.org - 0 views

  •  
    I'll be curious to see this API module in action with other modules, but integration between Salsa and Drupal doesn't seem to have too much momentum.
Bartłomiej Małysz

Date + Calendar Screencast | drupaltherapy.com - 0 views

  •  
    screencast about Drupal Calendar and Date
  •  
    Simple tutorial how to use date+calendar modules
Daniel Gregoire

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.
Fabola smith

Importance of Drupal Development Services - 1 views

  •  
    This article stresses upon the importance of using proven Drupal development services so as to ensure a successful and profitable online existence.
mj-freeway

Cannabis Compliance Software - 1 views

  •  
    Be more intelligent than you've ever been before with in-depth knowledge about your operation - and the market at large - like you've never had before.
paresh sagar

Drupal Vs WordPress Vs Joomla: Settling The Debate Once And For All - 0 views

  •  
    If you are still confused about choosing the right one from Drupal vs WordPress vs Joomla, feel free to contact our experts.
innoraft

TB mega menu implementation with a demonstration (Part 2) - 0 views

Configuring the TB mega menu and placing the TB mega menu block in a region are two separate things. However, you can modify the links later on from the TB mega menu configuration page. Read A...

drupal megamenu cms opensource

started by innoraft on 01 Jul 19 no follow-up yet
innoraft

How does entity cache work in Drupal 8 - 0 views

The Drupal Cache API is used to store data that takes a long time to compute. Caching can either be permanent or valid only for a certain time span, and the cache can contain any type of data.&nbsp...

drupal drupal8

started by innoraft on 05 Aug 19 no follow-up yet
innoraft

How does entity cache work in Drupal 8 - 0 views

The Drupal Cache API is used to store data that takes a long time to compute. Caching can either be permanent or valid only for a certain time span, and the cache can contain any type of data.&nbsp...

drupal drupal8 cache

started by innoraft on 26 Aug 19 no follow-up yet
andrew smith

Hire Drupal Developers | Drupal CMS Development company - 0 views

  •  
    Anubavam offers a wide range of Drupal consulting services meant to assist companies and organizations with various aspects of a Drupal development project
« First ‹ Previous 181 - 200 of 202 Next ›
Showing 20 items per page