Happy new year to all you happy Drupalers. I am considering buying an iMac to do Drupal Development upon. Does anyone have any recommendations about what spec I need. I want to use a local installation of Drupal, mysql and Apache on it. I have a limited budget so don't want to over cook the spec if it is not required.
I tried to changed our website from redaxo to drupal for more flexibility. But there is a very big problem. The Website has a simple hierarchy like /topic/article, but it is important for us that the first level is displayed "current or "active" until a child article is watched.
The system allways saves the articles with node/123, so it is not possible do get a real hierarchy. Am I wrong?
Is there a module or something like that which is able to fix this problem ?
I want a wiki! We have Drupal up and running, and have added the wikitools module to ./sites/all/modules/, and yet when we look for the module in Administer->Site Building->Modules, it isn't there?! We have changed the permissions on the module to r+w+x for all, and it still doesn't work. Have also tried running the update script linked to on the modules page and still nothing.
Hi,
I want to write a hook for Drupal date functions and then a module for supporting different calendars, i'm not a core developer so i need advice.
1.Is this possible?
2.Is such a patch will be accepted by core commiters?
3.If some else has done something similar or if you know a tutorial i will be thankful if you direct me to that.