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.
Just a Question...
is there any way to gradually decrease a products price based on the total number of people who bought it? something like " the more it sells the cheaper it gets ".
I have recently transferred a static html/css document into a drupal theme with a number of different custom regions. I have defined content blocks into these regions for several sections of my site. The problem i've run into is that if i change the content of one block it is changed across every page of the site.
I'm trying to do a list of vocabularies (not list of terms). I tried "views" module but as far as I'm successful I can only get it to write names of vocabularies and URL with vocabulary ID (/cat/1) or write list of machine names with correct URL (/cat/[machine-name]). So either URL or list doesn't look good.
When I enter URL blog.domain.com I get to my blog. But all internal paths are blog.domain.com/blog/blabla. At site information where you edit home page url I've predefined URL blog.domain.com/blog/. How do I get rid of the "blog" part so I can use just subdomain? I tried to work with htaccess but guess my level of knowledge is not good enough.