recentpopularlog in

dpi : drupal   212

« earlier  
Node API Hooks | node.api.php | Drupal 7 | Drupal API
After adding form element to hook_form_alter, receive values from created entity using hook_entity_insert. $form['element_name'] == $entity->element_name
drupal  entity  api 
february 2012 by dpi
The Great Pretender: Making your data act like a field | Lullabot
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.
cck  drupal  views 
november 2010 by dpi
How to engineer unique values for Feed XML Importer
In my application, I am using Feeds plus the XML parser for feeds. I am importing a non-standard XML file with lots of CCK fields. ( Real Estate Listings )

For some reason I overlooked the comments of XML parser readme file, my mistake.

While you are mapping the XML fields to the CCK content type, you can do the following:

Assign (map) one of the xml fields to GUID.
Mark this field as "unique target"
xml  drupal  import  feed 
november 2010 by dpi
Mysterious 403, 404, 406, 500 or "Page not found" errors depending on submitted content | drupal.org
# Turn off mod_security filtering.
<IfModule mod_security.c>
  SecFilterEngine Off
</IfModule>
php  drupal  apache  security 
november 2010 by dpi
Broadcast not working as expected. | drupal.org
I managed to get it to work. It turned out I needed to activate the "notifications_lite" event type under notifications settings.
drupal  og  module  notifications 
october 2010 by dpi
Fonts in Drupal with @font-your-face | Aten Design Group
What Google did was make a few web fonts incredibly easy to use. So easy that Baris Wanschers only needed 1 day to get Google Fonts working in Drupal
drupal  css  fonts 
september 2010 by dpi
Trying to import related tables into nodes with CCK references | drupal.org
Defining foreign relationships between tables for import into Drupal nodes (via CCK's node reference field)
drupal  cck  migrate  import  table  tutorial  howto 
february 2010 by dpi
« earlier      

Copy this bookmark:





private to read