Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Hello,
I wanted to uprgrade existing 4.6 ecommerce module to the new forms API in 4.7.
I have used formupdater.module and documentation, but not all aspect of using new API is clear to me.
Please tell me how to put custom output to the $form array i.e in the store_settings function
all I want to return is the $form array as the documentation suggest but there is still need to add additional output like:
I've been working on some enhancements for the audio.module containing the ability to store podcasts not only under files/audio but under files/audio/$user-.name .
Everything works ok except itunes and IE which do not acknowledge my new subdirectory under audio
basically when you look at http://trypodnetwork.com/audio/16/feed with firefox and with IE (an itunes) you get different results.
Any idea why this is happening and what I'm missing...