I'm trying to create a taxonomy to be able to classify my og groups. I want to be able to, either at the time the group is set up or at some point after, select and apply certain attributes about the group. I created a couple of vocabulary lists, one is basically a size and the other a location. I know I have to create a field. But what I don't understand is how I can see the field and apply it to the group on set up, as opposed to the field showing up when a group member is creating group content.
I think my question is quick and simple but I will try to be thorough just in case.
I am brand new to Drupal development and come from a background of writing custom PHP web applications and some Joomla! extensions. I have spent the last week or so getting familiar with Drupal from the perspective of a site administrator and have also went through some documentation and tutorials on module development.
I am still working on upgrading from D6 to D7. I am using the Bartik 7.2 theme with minor color tweaks at the moment.
After more than two hours of messing around with this upgrade, it appears that whenever I change the Administration > Structure > Menus > Settings (tab) > Source for Main Links (drop down list) to anything other than No Main Links errors start popping up like:
Undefined index: localized_options in menu_navigation_links()
I see other upgraders have had the same problem. I think a bug report has been submitted.
how can i restrict the content creation of certain content type.
how can i restict the duration of the content to remain published for certain period of durationa and after that the content shoud be deleted or unpublished....
i have a exported view having three different fields , i want to collect the data of the three fields and store these data into database when a view is executed/submitted by the user.
it is much like when a user chooses/input the value in these filed and then click on the search/go button then i should be able to store the values of these filed and be able to save in database
I am playing with the Corolla theme and I am trying to understand how the html output of a node works and how I can modify it. I have created a content type, a "product", which contains several fields including an image. After staring at the node's html and css in firebug for 4 hours I am none the wiser, it makes no sense to me. I can't figure what determines the sizes and positions of the divs's and span's. Arrgh...