dpi + drupal   215

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
« earlier      

related tags

'  access  acl  addon  adelaide  ahah  ajax  amazon  apache  api  article  australia  batch  blocks  book  books  bug  casestudy  cck  cdn  chart  cheatsheet  cloudfront  coda  code  commerce  comparison  conference  configuration  contrib  converter  css  d7  database  date  db  debug  debugger  debugging  design  development  discussion  django  docmentation  documentation  dotnetnuke  doxygen  driesbuytaert  drupal  drupal7  drupal8  drupalcon  ec2  eclipse  efq  element  elements  entity  entityfieldquery  error  essay  event  extension  fapi  fapo  feed  field  fieldablefields  fields  file  files  firebug  firefox  fonts  form  forms  forum  fud  function  gallery  geography  git  google  guide  help  hooks  howto  humor  ide  identification  import  inspiration  issue  javascript  joomla  jquery  keynote  komodo  layout  linux  list  login  markdown  memory  menu  migrate  module  modules  mysql  news  nginx  node  notifications  og  openid  organicgroups  patterns  permission  photoblog  php  php5  plugin  plugins  podcast  poster  pr  presentation  programming  punbb  python  reference  registation  registration  relation  review  rules  screencasts  security  sessions  shop  shopping  sifr  software  ssl  studio  style  sublimetext  table  templates  testing  theme  themes  time  timezone  tobuy  tool  tutorial  tutorials  typography  ui  validation  vbo  vbulletin  video  views  views2  virtualbox  vodcast  wallpaper  webdesign  widgets  wiki  wordpress  xdebug  xml 

Copy this bookmark:



description:


tags: