Skip to main content

Home/ Drupal for Developers/ Group items tagged in

Rss Feed Group items tagged

paresh sagar

Top Drupal Web Development Company in India & USA - 0 views

  •  
    Top Drupal Web Development Company in India & USA. Our Drupal developers use a combination of custom and contributed Drupal Modules to create innovative solutions for your clients.
paresh sagar

Premium Drupal Development Company in USA, India - 0 views

  •  
    Excellent WebWorld is the best Drupal Development services Company in USA, India and surrounding the area. Whether it is the complete end-to-end Drupal solution or assistance with custom Drupal theme development, our expertise is here for you.
paresh sagar

Best Drupal Development Services Company in India & USA - 0 views

  •  
    Best Drupal Development Services Company in India & USA. Our highly flexible and proven engagement model starts with complete evaluation of your business and IT requirements to deliver right Drupal development solution to meet your development goals.
limle lee

Seo companies philippines - 1 views

SEO Builders believe that SEO services need not be expensive. We are ideally situated in the Philippines which is one of the major I.T. outsourcing hubs in Southeast Asia and the 3rd largest Englis...

started by limle lee on 22 Nov 12 no follow-up yet
Scott Blackburn

Litenode | Development Seed - 0 views

  •  
    Litenode is a new module that uses Views to replace multiple node_loads() on a page. The concept is simple: Views already knows how to grab any of the fields in a single go that many modules load independently in their hook_nodeapi('load'). Why not have Views grab them all at once (as you would do in a table view, for example) and then have a style plugin map the Views fields to all the places where modules expect them to be on a loaded node?
Scott Blackburn

have you seen ProjectPier? | groups.drupal.org - 0 views

  • We – eCentres.net - are using, with a lot of problem of daily configuration and setting, rather than 60 modules and three subdomains. The collaborative community – working in European research projects - now has a basecamp of 3000 users – biannual newsletters - and 300 collaborative participants, who needs mainly: a join calendar of events; the work-groups and all the rest of traditional modules associated. In addition, the basic forum and messaging and all the modules - it is needed more - of users, communities and profiles, usermap, userlist, search users, directory, etc On the other hand the modules of sharing files and documents - not absolutely solved - maybe with the drupal-ftp module... And finally and a lot important the media sections, podcasts, image gallery and video section - not well solved. The next steps is to integrate the donations, fees and commercial solutions and multichannel communication as SMS, and skype and IRC solutions and webminars. Any other simple or partially CWE in my honest opinion are not really sustainable.
  •  
    have you seen ProjectPier?
M .

Speed Up and Version Your Views | Tree House Agency | Enterprise-level web development,... - 0 views

  •  
    This is actually a bit old now, but since I managed to ignore it for so long, I guess others could benefit from this. Put your views in modules, put your modules in version control, track what changed in views, track who changed it, easily share views on different (dev, qa, prod) servers...
Leandro Ardissone

Creating a Compound Field Module for CCK in Drupal 6.x, from Poplar ProductivityWare Ar... - 8 views

  •  
    Create a new CCK field.
  • ...1 more comment...
  •  
    This is a nice foray into defining your own custom field types in CCK. Thanks for sharing. However, as regards "multi-groups" in CCK, I've used CCK version 6.x-3.x-dev and it's worth a look.
  •  
    Oh, really? I'm just needing to use multi-groups. Well, multiple-fields field group, or whatever. For example a recipe with ingredients where you can enter: amount (textfield), unit (option field), ingredient name (textfield). Thanks.
  •  
    when your ready to go to drupal 7 here is the article for that http://www.phase2technology.com/node/1495
Daniel Gregoire

Programatic CCK Now Possible! | groups.drupal.org - 2 views

  • <?phpfunction mymodule_enable() {     // Get the files content   $filename = drupal_get_path('module','mymodule') . "/mymodule.cck";  $content = implode ('', file ($filename));      // Build form state    $form_state = array(       'values' => array(            'type_name' => '<create>',            'macro' => $content,      ),     );    // Put it in there     drupal_execute("content_copy_import_form", $form_state);}?>
  •  
    Start with comment 54181 - "This works for me in Drupal 6" and read along.
Daniel Gregoire

Multi-step Forms in Drupal 6 using variable functions | pingVision - 1 views

  •  
    Unique method for handling multistep forms in Drupal.
Daniel Gregoire

20 APIs in 20 Days: Remember to Bring Your Tokens | Trellon - 3 views

  •  
    One of a series in 20 api's, Token module.
Ace Dee

Make Your Website Design SEO-Friendly with Oracle Digital - 1 views

Our company has realised that our website design should be more than just how it looks. Oracle Digital's SEO services have helped us in optimising our website design that appeals to our customers, ...

SEO

started by Ace Dee on 16 May 11 no follow-up yet
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.
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.
Megan Lloyd

Drupal Development Edinburgh | Drupal Developer Edinburgh | Hire - 0 views

  •  
    Fortune Innovations is Drupal development Company in Edinburgh catering visionary and cost-effective Drupal development service across UK. For more details visit: http://edinburgh.fortuneinnovations.com/drupal-cms-development
informatics12

eCommerce Development & Solution in Houston - 0 views

  •  
    We are an eCommerce development company that offering quality eCommerce solutions to businesses in Houston, Texas, USA
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
paresh sagar

Hire Expert Drupal Web Developers & Programmers in India, USA - 0 views

  •  
    Looking for hire drupal web developers? Hire dedicated drupal website developer in India, USA for a great drupal development Company at Excellent WebWorld.
paresh sagar

Best Drupal Website Development Services in USA - 0 views

  •  
    Excellent WebWorld is a best drupal website development services in USA and surrounding the area. Drupal websites are platform, web server and database independent; they can be installed on any platform and work with all the servers.
clariene Austria

How to Write SEO Landing Pages That Convert - 1 views

seo landing pages are that part of your website where you can convert your leads or your traffic as your actual customers. They can come in three (3) varieties like, reference, squeeze, and transa...

started by clariene Austria on 23 May 12 no follow-up yet
‹ Previous 21 - 40 of 143 Next › Last »
Showing 20 items per page