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.
Ok, just doing a dev build for a client of ours. Thought i'd use D7 for the first time instead of D6....
Everything going fine, just modifying the Bartik theme, creating new regions etc etc.
Then suddenly the page.tpl file stops updating - I can literally delete all the code from it, upload it to the templates folder and STILL nothing happens! The css files aren't quite as bad, but to register any change you have to clear the cache!
Hey Drupal community. I've been driving myself crazy trying to find a solution here, and I need your help.
Situation: I'm building a Drupal 7 site for a client who wants to host video tutorials behind a pay wall. The site is hosted on a shared hosting server with a php upload file size limit for 24mb. This is not changeable, according to the hosting provider. Changing hosting providers is not an option at this time.
I need to create a network of sites that share a common code base. So Site1 and Site2 and so-on are managed under one Drupal install.
They need to be separate sites with their own themes and modules. However they all also need the ability to share content. I need any node created on any of the sites to be shared, or not, with some or all of the other sites. I will have five sites to start, and 20 by the end of 2013.
Often I come across a thread discussing features of a module that have not yet been implemented or that have not been implemented for the current version. Lets face it, module maintainers are busy, and it was nice enough for them to contribute in the first place. I often see many people that want the same function (on a thread or issue queue). When I need this functionality it seems like I have three options, one try and develop it my self, hire a developer to create i, or wait for the maintainer / someone else to patch or implement the desired feature.