Questions tagged [drupal-5]

Drupal 5 is the Drupal version released on January 15, 2007. Drupal 5 is no longer officially supported. Consider asking Drupal questions on Drupal Answers: https://drupal.stackexchange.com.

Drupal 5 is the Drupal version released on January 15, 2007. Drupal 5 is no longer supported.

Related tags:

54 questions
1
vote
1 answer

How to change meta tags in Drupal?

I am using some old version of drupal. I would like to change meta keywords and descriptions however they are not changeable from admin interface. I guess they cannot be changed by manually editing the files on the server. So, the question is: how…
Vonder
  • 4,033
  • 15
  • 44
  • 61
1
vote
3 answers

Deleting old comments from Drupal 5 site

I have a D5 site with thousands of nodes and many, many more comments. Since this site is news-oriented,many of the stories are no longer relevant and are kept for archival reasons. I would like to keep the nodes and delete all the comments…
hRedBeard
  • 116
  • 1
  • 4
1
vote
2 answers

PDF upload by user in Drupal

I am developing a site for an International Conference. I want the registered users to upload their research papers in pdf format using a form. I have no previous experiences working with a CMS.
Greenhorn
  • 1,811
  • 5
  • 21
  • 39
1
vote
2 answers

is there an argument to know you're on a views list page?

I've had to move my page title into my node to accommodate a client need, but I'm unable to now get a title to display on a page view of my views list. The argument I have to display title on edit, admin and track pages is:
Steve Perks
  • 5,490
  • 3
  • 28
  • 41
1
vote
1 answer

deploying changes on a living drupal site

I really like drupal somehow. But what disturbs me most is that i can't figure out a clear way of deployment. Drupal stores a lot of stuff inside the database (views, cck, workflow, trigger etc) that needs to be updated. I've seen some modules that…
nocksock
  • 5,369
  • 6
  • 38
  • 63
1
vote
2 answers

Drupal redirect user (also uid 1) to "page not found" for unpublished nodes. Cannot view, cannot edit

I'm having some strange behaviour on one of my Drupal sites. Usually when I'm logged in as admin (uid 1) I can always see and edit nodes even if they are unpublished (makes sense). However on one of my sites I always get redirected to the "page not…
kulvik
  • 11
  • 3
1
vote
3 answers

How to change the HTML of the drupal 5's views module

I'm using Drupal 5 and have a multitude of views that I want to alter the output of. Using the views wizard, I can create a different template for each instance, but I'm wanting to do the same changes across all my views and having 30 files in the…
Steve Perks
  • 5,490
  • 3
  • 28
  • 41
1
vote
2 answers

Get CCK values, without the html in Drupal templates

I'm storing a string in a CCK field. The problem is getting it back out. I have a node-node_type.tpl.php and ask it $node->content['field_custom_map_data']['#value'] That returns html, three nested div's and uses HTML entities, I want the pure…
DasRakel
  • 73
  • 7
1
vote
1 answer

Drupal 5 CCK field not loaded into node

[Drupal 5.22, CCK 5.x-1.10] I have a Sermon content type that accepts a CCK text field labeled Minister. After creating a new Sermon, the Minister field label is shown, but not the value. I've verified that the value is being stored in the database.…
Jukebox
  • 1,603
  • 1
  • 16
  • 27
1
vote
1 answer

Drupal 5 Search not working on 404 pages

I have a in my page.tpl.php page. On pages that exist, the search works, but on 404 pages, it does not. I saw some bugs/patches threads over at drupal.org for D6.15, but none of them seem to work according to the thread…
easement
  • 6,119
  • 3
  • 29
  • 36
1
vote
2 answers

Drupal Exclude taxonomy listing pages from search

I have a Drupal 5 site that needs to have has taxonomny listing pages excluded in the search results. For instance http://site.com/category/role/guest-speaker returns a listing of all of the nodes tagged with guest-speak in the vocabulary role. I…
easement
  • 6,119
  • 3
  • 29
  • 36
1
vote
1 answer

drupal Generate a PDF catalog from a bunch of nodes

i have to generate the pdf file with bunch of nodes, i can generate pdf files with print pdf modules but i want to generate the i m using views bulk operations i want to generate the pdf files with all the selected nodes. any one knows how to do…
1
vote
2 answers

How to show inactive task tabs in Drupal

Is there any way to show local tasks to user if they doesn't have necessary permissions? Right now it seems like Drupal just excludes them from page code. I want to show them, but with different CSS class. Version of Drupal is 5.20
Kuroki Kaze
  • 8,161
  • 4
  • 36
  • 48
1
vote
2 answers

Drupal and Google Search Appliance (Google Mini)

I have a Drupal site with pages indexed by a Google Mini search appliance. Earlier in the week I noticed that a bunch of links were marked as indexed, but excluded because there was a 'print this page' link back to the same page and had a…
easement
  • 6,119
  • 3
  • 29
  • 36
1
vote
2 answers

Drupal $tabs not including edit / revisions / workflow

I inherited a Drupal5 site and have been tasked with making some changes, but I'm unable to figure out where to start looking. On many pages there is a menu available to administrators that allows you do do certain…
easement
  • 6,119
  • 3
  • 29
  • 36