2
votes
2answers
26 views
Drupal Menu System - Outputting a Tree One Level Down
I've been reading through the various menu functions in Drupal, but there are sooo many, and I've reached a point of utter confusion and despair... Hoping one of the smarties here can help me out...
…
0
votes
7answers
55 views
Please suggest a good book on Drupal
Can somebody please suggest a comprehensive book on Drupal? It would be great if the book is available online (and free :) )
0
votes
3answers
27 views
Hide link to a Views’ view if the view is empty
I have a Drupal 6.14 site with Views module. I have a view and on the primary links I put a link to the view.
There is a way to hide the link in the primary menu only if the view is empty?
2
votes
2answers
30 views
‘add another item’ in non-CCK Drupal forms
CCK for Drupal has the handy feature of allowing a single CCK field to accept multiple values via a "add another item" button that results in an array of data in the node.
I'm wondering if there's …
4
votes
3answers
48 views
Drupal Content Type (Restaurant) Design
I have one content type Restaurant. For each restaurant, I would like to record their menu.
The sample data would look like this:
Beverages
Coke …
0
votes
1answer
14 views
How to make ajax call from drupal pager
i'm new to drupal and using drupal6.. i have a module which fetches a set of employee details from database based on input fields.The submit button calls a JavaScript function in an emp.js file which …
1
vote
1answer
13 views
Notification mail in open atrium
I have a problem on how to send mail on notification while editing or creating any contents in open atrium.
I have followed as mentioned in below link
…
0
votes
2answers
74 views
Does DotNetNuke have anything similar to Drupal’s CCK?
I'm building a content website whose basic elements are not just plain text but rather structures containing multiple fields. I want it to be based on open source CMS so that I can extend/tweak it as …
1
vote
1answer
29 views
how to print just the popup window
Using our custom Drupal module to display tabular information pulled via another server's view (so it's not saved to drupal db).
Users click a line item in this table, which causes a shadowboxed …
3
votes
3answers
63 views
What are the best practices for a small distributed team which will work on a Drupal project?
Hi,
after some research, we opted for working with Drupal on our next project and we are a distributed team.
Since Drupal stores (based on what we saw until now) all it's content on a database, how …
1
vote
1answer
34 views
How to alter a MENU_LOCAL_TASK tab menu in Drupal
I have built a tabbed menu in my custom Drupal 6 module. I want to position an html dropdown list to the right of the tabbed menu at the top of my module page. The list will fire some ajax events on …
0
votes
0answers
15 views
drupal: load view template on module activation
i have developed a blogger-like archive feature (you know, from the feature module).
i want to edit the .modulefile in order to automatically load the view-template (which is bundled in the feature) …
1
vote
1answer
20 views
How does one create product collections in Ubercart?
I thought i could use the 'attributes' feature for this, but unfortunately the way it displays the cost for each item is too limiting. How do I group products together in ubercart (e.g. a group of …
1
vote
1answer
24 views
drupal form textfield #default_value not working
I am working on a custom module with multi-page form on drupal 6.
I found that #default_value is not working when my '#type' => 'textfield'.
However, when '#type'=>'textarea', it displays correctly …
0
votes
2answers
28 views
Drupal Add Static link to a view
Hey all,
I have a drupal view that lists a node called publication. At the top of the page I'd like to have a link 'new publication' instead of having it in the navigation block. Can somebody direct …
