Drupal module suggestions
I want to write Drupal module. What suggestions? Any ideas? What module drupal have not?
DDBlock default problem
DDblock by default coming with problem when you installing ddblock with exported CCK and Views. There is no picture? Only gray box-background? There is CCK field problem. Basically in template.php preprocess function replace all
node_data_field_image_field_image_fid
function into
node_data_field_pager_item_text_field_image_fid
This should fix the problem!
Wordpress + Drupal RSS problem
I'm using wordpress for blog, and drupal for home page. While building my web site I meet problem with feeds. The RSS which generated in wordpress, have not been recognized by drupal. Why? I have been researched and detected that my wordpress 7hide plugin causing this problem. 7hide plugins uses some javascript methods. I have tested RSS, RSS2 and Atom. All is problem. Only RDF drupal recognized. Change to RDF for that purposes.
Drupal + Amazon S3
S3 module has been out for Drupal. It allows administers to manage buckets & objects in S3. Besides of it, module give's API for other modules, to use S3 for file sharing. Module project is here.