Skip to main content

Home/ Groups/ Drupal for Developers
4More

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
1More

AJAX-ifying Drupal Node Forms | Stella's Website - 8 views

  •  
    Another tutorial on adding AJAX to Drupal 6 forms with FAPI. Based on poll.module like others. This process is not as straightforward as some, which is why it has been improved upon in D7.
2More

Nick Sergeant :: Drupal 6ers… register your theme functions! Here's how. - 3 views

  • <? function name_of_module_theme() { return array( 'name_of_theme_function' => array( 'arguments' => array('items' => NULL) ) ); }
  • <? function theme_name_of_theme_function($items = NULL) { $output = 'hey, this is some output that gets generated when theme_name_of_theme_function($items) is called from somewhere'; return $output; }
1More

Drupal Script Library | ToddGee.commie - 7 views

  •  
    Collection of shell scripts for automating Drupal tasks. Comment with link was posted to a Drupal group called Drubuntu.
3More

The Great Pretender: Making your data act like a field | Lullabot - 7 views

  • Now, though, it's possible for any module to tie into CCK's field management page to control the positioning of custom content. The key is hook_content_extra_fields(), and in this article we'll show you how to use it.
  • Now, though, it's possible for any module to tie into CCK's field management page to control the positioning of custom content. The key is hook_content_extra_fields(), and in this article we'll show you how to use it.
  •  
    Dubai Independent Escorts Service Dubai Independent Escorts Agency Independent Escort In Dubai Independent Escort In UAE Independent Escort Service Dubai Independent Escort Agency In Dubai Independent Model Escort In Dubai Independent Indian Escort In Dubai Arab Call Girls In Dubai
1More

Programmatically create a CCK node | Eric's Drupal Blog - 6 views

  •  
    Programmatic CCK nodes: node properties.
1More

Searchlight: A Views-driven Approach to Pluggable Search in Drupal | Development Seed - 5 views

  •  
    Write-up and video on Development Seed's new "Searchlight" module, which brings the power of Solr or Sphinx as Views backends. A la Views 3.x, but with some differences. Also nice demo of Health Market Innovation's site which Dev. Seed did.
1More

Tips & Tricks | Drupal + FCKeditor - 5 views

  •  
    Instructions for enabling spell checking in FCKEditor (using Aspell and Spellchecker, the latter leaving ads unless a license/hosted version is purchased)
1More

Programatically creating a CCK field in Drupal 6 | drewish.com - 5 views

  •  
    Quick 'n' easy, create CCK fields programmatically
1More

Drush Make and PressFlow | Lullabot - 4 views

  •  
    "Drush make" in the spirit of *nix 'make' command, allows developers to create make files that will automatically download project files (Drupal.org and external).
2More

PHP, and Drupal Questions [Archive] - Hostmonster Forums - 4 views

  • * file_uploads * upload_max_filesize * max_input_time * memory_limit * max_execution_time * post_max_size
  •  
    Good list of variables to remember to change if you need to change PHP memory limits, especially for file uploads. I keep forgetting post_max_size
1More

3 Tips For Using External Libraries With Drupal | Engineered Web - 4 views

  •  
    Good tips for using external libraries with Drupal.
2More

Advanced theme settings | drupal.org - 4 views

  • here. dman - April 6, 2009 - 22:10 This worked fo me. An additional logo (Appeared in the footer everywhere) Not sure why I had to put the submit handler into the #validate pass :-/ It was copied from the existing theme settings funcs. 'campaign_' is the theme name.
  •  
    d.o page for adding theme-settings.php file for custom theme features available at theme configuration page. Highlighting comment that successfully adds an "upload" field for uploading images for custom features.
1More

Backpack: Debugging Drupal - 4 views

  •  
    This page is linked from the Devel Module's project page http://drupal.org/project/devel . I don't know how long the link has been on the project page, but it looks very handy indeed.
1More

Ubuntu 10.04 and Drupal | fen | CivicActions - 4 views

  •  
    Good instructions for getting rid of php5.3 and installing php5.2 under Ubuntu 10.04 (Lucid Lynx)
1More

Best Drupal CDN module? | groups.drupal.org - 4 views

  •  
    This is the best and most up-to-date thread concerning CDN integration that I've found. The discussion contains a few examples of what others are doing for their projects.

cannot post to my Drupal blog from Diigo - 4 views

started by Stéphane Métral on 26 Feb 09 no follow-up yet
1 - 20 Next › Last »
Showing 20 items per page