Latest version of Features, Field groups and Ctools (also tried the latest devs).
I have created a content type with nested field_groups.
I go to create features, select my content type and create.
The feature tar which is downloaded does not contain a FEATURE.features.field_group.inc.
For this reason when installing this module, the field groups do not display.
Is there something I am missing? I need features to export field_groups.
Hello everyone!
I've just installed Drupal 7 for testing purposes. I've noticed the great community you guys have and the great support. I've also noticed the large array of things Drupal could do.
But I'm a newbie on Drupal, worked before a lot with Joomla and they're pretty similar...
So, I'm working on a project, a complete travel guide in my language and, before I start digging further, I'd like to know few simple (I guess) things about Drupal.
I'll just express the few needs I have to continue working with Drupal and please, please, help me with some suggestions.
1. I'd like my site to have 3 columns and I've noticed I can easily do that
2. I'd like my site's articles to support a tagging system and I've also noticed the Taxonomy in Drupal 7, which is great.
3. Want to know if i can create categories like Joomla has... and have my URL's set accordingly.
4. Don't know if I can have a breadcrumb to follow categories / subcategories / articles as well.
5. I'd like to know if I can create new menus assigned only on the pages I tell them to. And for the same menus, I'd like to know if the links could follow categorization (E: /destinations/europe/austria/viena/attractions/prater-park.html).
I have spent the last week or so getting to know Drupal 7 and after struggling a little I am starting to get my head around the concepts.. I have started trying to find the modules that I need to do some of the other things and while limited or difficult to fathom for a newbie I think Drupal is a really good base system to build on..
I have a theme called Global Industrial, http://www.drupal-themes.adodis.com/global-industrial-free-theme, and I was wondering how I could make it to where the slider only appears on the front page of my site. The slider isn't considered a block which makes it harder. Any help would be greatly appreciated.
I have a menu with sub-items:
+ a
-- a
-- b
- b
- c
I`m trying to print it with menu_tree()
And I have a problem which I can`t solve anyhow - how to assign to the child
I have a Drupal 7 installation which has to display user-specific content. However, my users and their profile data are stored within another backend server I communicate with via SOAP. I don't want to save users and their profiles in the Drupal db, but use the benefits of Drupals user module. Thats the stuff.