0
votes
1answer
306 views
How can I create a search block with Taxonomy terms and Keyword search in drupal 5?
I'm trying to create a search block like the one on Top Notch Themes where the users can choose one or more taxonomy terms a …
2
votes
In Drupal, how can I create a front page with a set of menus as the content?
That looks like the Panels module
http://drupal.org/project/panels
You can create mini panels and create multi column pages tha …
4
votes
Drupal How to see document attached to Node for anonymous users
You need to give anonymous users permission to view uploaded files.
I'm guessing that you used the upload module.
The permissions page is at /admin/user/permissions and under the group "upload mod …
1
vote
Write location data in Drupal
Is the location field a new field you want to add to your custom nodes?
You are going to have to handle a couple of hooks.
…
1
vote
What is the best way to assign different default content filters to different user roles in Drupal 5
I'm a fan of the Filter Default module, but they are pointing users to …
