Having some difficulty getting media gallery to enable. Down loaded and enabled everything associated with it except multiform which I can not find for Drupal 7.
Any help with getting media gallery set up would be appreciated
Hi folks,
Thank god, somebody created this forum. :)
I'm using a simple 2-tier vocabulary, taxonomy menu for creating the main menu as well a the second level menu plus taxonomy trails for having the links set to active.
Vocab (equals menu):
- Kind of produkt (currently 3 entries) -> view taxonomy showing manufacturers
-- manufacturer 1 (containing nodes with company brief descriptions)
---- node with product description, inquiry form, fields with additional information, images
---- node...
-- manufacturer 2
---- node
...
I must say that i'm new to Drupal, but i'm trying to understend what are the possibilites that Drupal 7 offer for managing repository.
I should make a repository of Learning Objects (or Digital Objects) with methadata, and define onotology for classification of those objects.
Than on client side i should have search options.
I've created a Drupal 7 module that links the Drupal comments system to our desktop moderation application. I think I've submitted it for review correctly, but could someone just check that submission is ok?
I'm reading a book about Drupal 7 (Drupal 7 Module Development, Matt Butcher et al.), and it's great. But I have encountered something unexpected while implementing an example in my test site.
When I create a MENU_LOCAL_TASK with a drupal_get_form callback within a user edit page (user/1/warn), the content is shown in a block instead of in the content. I also noticed that the other tabs open up a jquery-like lightbox, instead of a page reload with content. In the book, this is not the case.
I'm developing a module which has its own content type which has multiple fields which i want to display.
I want to output all these fields as an html table with 2 columns of which the left columns should be table headers and the right ones the table data. I'm currently using the hook preprocess to generate the table and spit it out as a new variable which can be used in a template. I don't like this setup because of two reasons:
* The display is rendered two times
* I must involve in template modifications