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.
Hello,
Anyone knows if Drupal can do this?
I need to create multi-organizations managed by an administrator in my site. Each organization will have news, publications and event calendar.
For example, my site have 20 organizations (organization 1, organization 2 etc.) One organization have one administrator that manage your own mini-site (with news, publications and events).
Can you help me?
NOTE: super admin is the person that have to create manually each organization.
I have a question about "recommendations" that come along with modules. I noticed in the Drupal overall documentation, it mentions for drupal itself that:
I've read the forums but am unclear if my online gambling site will be suitable for Drupal? I also run a one-page roulette betting system advert in various places.
I'm new to Drupal ... and I'm developing a website that has some nested hierarchy, like:
I have a country, this country contains many states, each state contains many cities, each city contains many areas. Every element (country, state, city, area) has a CCK block to hold it's information ... the site is like a country encyclopedia.
Country -> States
State -> Cities
City -> Areas
I know how to do it in PHP, but is there any module that can handle this nested hierarchy or I have to build a module for it?