I'm developping a selling website for a firm, I use Übercart on Drupal 7. I really need this module : http://drupal.org/project/uc_aac (Ubercart Ajax Attribute Calculations) ; but it is not converted for Drupal 7 yet.
I tried to do it by myself, but I recently discovered Drupal, so it's pretty hard (even if the API is really well done) to find and replace every thing that needs to be changed. I succesfully instaled it on Drupal 7, then I fixed some errors, but I'm stuck anyway. :-(
I have just started with my first Web Design using Drupal 7.0.
I have been unable to find any examples that show how to develop a simple Website from start to finish. All the descriptions , as requested in the Howto Document guide, are short and to the point and it is difficult to piece it together.
I would like to write up an article on my trials and tribulations for my first site. Will this be worthwhile, or am I just missing out on my search for examples ?
Peter
Hi everyone, a question regarding php5.ini settings.
Say I have a php5.ini in my / (root) directory with certain settings, and another php5.ini in /subdirectory
Will the one in the /subdirectory take priority with all files within the /subdirectory ? Or should there only be one php5.ini file placed in root to control all files/folders?
If I understand it correctly, I know htaccess files work this way, but not sure about php5.ini files though.