I'm trying to use a different page template if the request URI matches a regular expression. I've read guides and manuals all over the place but nothing seems to help.
I am working on a site that is using Drupal 7 and really requires some of the key modules ( Ctools/Views/Panels/Media ) to be closer to release than they currently are. I am having to consider backing out to Drupal 6 but plenty of content of varying types has already been created.
Is there a best practice way for me to migrate the content from Drupal 7 to Drupal 6 ?
Please let me know where I should have posted this, I usually just search the internet for solutions and do not contribute my knowledge because I have so little to offer :-)
Here's how to display a user's age from the "Date of Birth" user profile field in Drupal 7.
Create a new 'date' date type field for users (I named mine "user_dob"):
admin/config/people/accounts/fields
After you set up the new field, navigate to the "Manage Display" tab.
Change format from 'Default' to 'As Time Ago'
i have some drupal sites with active modules :
- image cache
- views
- webform
- panels
- ubercart
- blog
- url alias
- ... (other simple modules)
how many ram needed for my vps ?
now i have 256 mb vps with burst 512mb but that is not enough
number of visitor in all of my site no more than 700 a day
I am in the process of developing a website. I have installed an SSL certificate, however I am getting insecure content warnings on all of my drupal pages. I have looked and the insecure content is the css and js files. I have flushed all caches on drupal, cleared my computer's caches, and restarted to no avail.