Tagged Questions
Questions about Drupal 5, the version of Drupal released on January 15, 2007.
3
votes
2answers
104 views
What is the trick to have 2 separate user registration formin Drupal using different templates?
I have a default user registration form that cannot change. However my boss wants a second registration form that is laid out differently than the first. I am new to Drupal so some explanation would ...
3
votes
1answer
548 views
Drupal 5: CCK fields in custom content type
I have module that implements custom content type via NodeAPI hooks (hook_insert, hook_update etc). I want to add CCK field to this content type and populate it via hook_nodeapi calls like create or ...
3
votes
5answers
2k views
Drupal is allowing viewing of unpublished content
I inherited a Druapl5 site and it's showing content when published is not checked in the Publishing Options section of the Edit Content Form.
I confirmed that the status is 0 in the DB for the node. ...
2
votes
4answers
224 views
The page template is not loading, but the node template is loading
sys info: drupal 6 installation, with tons of modules... too many to list.
the problem: only a certain content type will not load it's template file correctly. some nodes that would be displayed on ...
2
votes
4answers
660 views
Un-Published items showing in Drupal search results (google search appliacne)
I inherited a Drupal 5 site recently and have a series of enhancements to make. Several of then revolve around search results.
Unpublished pages showing up in
search engine results. Some of these
...
2
votes
2answers
2k views
How do I add two submit buttons to a Drupal 5 form?
I have two submit buttons on my form. One is the normal submit button that calls `my_form_submit` like-ah-so:
$form['fieldset']['submit'] = array(
'#type' => 'submit',
'#value' => 'Show ...
1
vote
1answer
91 views
Values from Drupal's hook_order “new”
In Drupal's hook_order function, I was wondering if anyone can tell me how I could find the values of $arg when the case is "new"? The resulting print_r always show up blank for any checkout value ...
1
vote
1answer
70 views
How to know when a Drupal Node is new
I want to do a list of new nodes. I went to the code for the path "admin/content/node" which has a similar list, and I found it considers as "new" when the node timestamp is relatively close to the ...
1
vote
1answer
80 views
Where (and when) Ubercart stores CC data?
I use Drupal 5 with Ubercart 1 (latest) and uc_subscribe module.
I see in uc_subscribe module that CC data for recurring payment is taken from uc_payment_credit table, but I cannot find the place in ...
1
vote
1answer
215 views
Wysiwyg mo editor for Drupal 5 forms (Form API): How to enable it for several textareas?
I am trying to create a form with the Drupal 5 form API that has two textareas, both of which should have have a wysiwyg editor enabled to allow HTML formatted input. However, only the second textarea ...
1
vote
1answer
283 views
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 ...
1
vote
3answers
121 views
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 ...
1
vote
2answers
237 views
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.
1
vote
1answer
120 views
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 ...
1
vote
2answers
477 views
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 ...
1
vote
2answers
93 views
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 ...
1
vote
1answer
75 views
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 ...
1
vote
1answer
114 views
Drupal 5 Search not working on 404 pages
I have a <?php print $search_box; ?> 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, ...
1
vote
2answers
343 views
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 ...
1
vote
2answers
628 views
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 ...
1
vote
2answers
349 views
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 ...
1
vote
2answers
797 views
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 ...
1
vote
2answers
589 views
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 ...
1
vote
5answers
2k views
$content variable in node.tpl.php (Drupal 5)
The print $content statement in node.tpl.php is causing my whole layout to break probably due to incorrect nesting of DIVs.
I want to check and fix that but I can't figure out what/where is the ...
1
vote
3answers
2k views
Expand Drupal menu by default
For the menu system, is there a way to set one of the menu items to be expanded by default? I can't get my home menu item to be expanded on the homepage (at the least), and I'd like it to be expanded ...
1
vote
1answer
607 views
Drupal Notifications - Users receiving duplicate emails
We are using Drupal (5.x) Notifications module.
Our users are receiving duplicate emails (related to forum posts)
First email has this subject line: "Your Daily xyz Discussion Digest"
Second email ...
1
vote
2answers
175 views
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, ...
1
vote
4answers
2k views
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 ...
0
votes
0answers
13 views
How can we enable cache for a page in drupal5 for authenticated users?
I am using drupal5 for my website. Certain pages in my site are loading very slowly. I came across several posts suggesting to use the caching capabilities of Drupal. After enabling cache pages ...
0
votes
0answers
19 views
returning from hook_update_n() in drupal 5?
I am trying to find out how to return with a error from hook_update_n() in drupal 5..
if i return something like this
return array('success' => False, 'query' => 'Error');
then the update ...
0
votes
0answers
51 views
Drupal 5 site - pages not accessible, menu links not displaying properly
I'm trying to resurrect a Drupal 5 site which is no longer working. I can login as admin and reach the front page. Every link after that returns 'you are not authorized to access this page'.
The ...
0
votes
0answers
87 views
How to get the current theme name in Drupal 5
I just wanted to share the steps I use to get the current theme name in Drupal 5.2. I took piece of code from theme_get_function() in theme.inc.
global $theme, $theme_engine;
// Because theme() is ...
0
votes
0answers
22 views
Rendering the view on custom pages
I am using Drupal 5 view module. My requirement is to render the view (which is in page view mode) on my custom page.
This is the custom i tried to use but no luck:
$view = ...
0
votes
1answer
42 views
Deleting a post in Drupal forum messes up the numbering
I am subscribed to a Drupal 5 site with the Advanced Forum module. When a user decides to delete her post, the post dissappears and the following posts are moved up.
So if #2 is deleted the existing ...
0
votes
2answers
107 views
Show more nodes when administering content
In my Drupal 5 administrative interface, when I am administering content (Administer -> Content Management -> Content), I can only view 50 nodes per page. I have 350 PAGES of nodes which takes a long ...
0
votes
1answer
45 views
Limiting number of content type uploads by role on Drupal 5
Within Drupal 5, how do I limit number of content type per role, i.e.
role 1 can upload 5 files
role 2 can upload 20 files
There are many modules for Drupal 6 and 7. But cannot find any for Drupal 5
...
0
votes
2answers
97 views
Can't create nodes after DB-Import (Duplicate Entries)
i exported a bunch of tables and prefixed them with "ch_" and imported them again. All using phpmyadmin. It all works fine⦠until I want to create something. It fails with this message:
user warning: ...
0
votes
1answer
266 views
What happens if Drupal's user_save() fails?
I'm on Drupal 5.x and I'm trying to add new users to the site using a script that calls drupal_bootstrap(). After generating the username, email, password, and role array, I create the new user like ...
0
votes
1answer
163 views
Drupal 5 and node?destination=node
I've had a drupal 5 site for over 2 years. For some reason my browser dropdown URL retains www.xxx.co.uk/node?destination=node for the site url. This has work until now - when I get
The page isn't ...
0
votes
1answer
71 views
Have trouble creating an hello-world module in drupal 5
Here're the steps I did to create an mudule:
create a directory groups under sites/all/modules
in the above directory groups, create two files groups.module and groups.info
The content of ...
0
votes
1answer
78 views
Drupal 5.x site shows > 550 MB memory consumption of every page. How to speed up Drupal 5.x site
I developed a site in Drupal 5.x and now its done and working fine, but its very slow. Working fast some time, but for imp modules it takes time.
When I see the performance logs, its consuming my ...
0
votes
1answer
97 views
How do I deal with drupal hook_views_tables?
For the title field,I want to return node.title,but what I tried is not working:
return array('og' => array('name' => 'og',
'join' => array('left' => array('table' => ...
0
votes
1answer
74 views
drupal search on the top taxnomy term
i have designed a view with 2 exposed filter
name(textbox) and place(taxnomy term with
xxxxx
-yy
-yy
-yy
these terms it works fine when i search for -yy terms, but the problem when i select on ...
0
votes
1answer
100 views
Drupal: hiding the view to display the results?
i m newbie to drupal
i have a view which displays the list of cars , i have 2 filters which are exposed make users to search for the car model and price.
it works fine, now i want this view to be ...
0
votes
1answer
47 views
Drupal 5.x migrate content from one type to another
I have a bunch of content in the page content type that I would like to migrate to a new custom content type. I don't need to add or remove fields or change the data stored in the content type at all, ...
0
votes
1answer
239 views
Drupal mimemail problem
My drupal mimemail always adds a x- to our http:// on our images, thus killing them. I cannot figure out why this happens. Any suggestions?
0
votes
1answer
366 views
how can I best display a list of affiliate links in Drupal?
I have a Drupal 5 website on which I want to display a list (or grid) of affiliate links to different products, sales and offers. Each 'affiliate product' node will have a title, description, an ...
0
votes
3answers
287 views
Turning threaded, reverse chrono Drupal story comments into Reddit-style comments
I have a Drupal site that currently displays comments in threaded, reverse chronological order. I am trying to change it to work like Reddit/Hacker News, where the threads and comments within each ...
0
votes
3answers
2k views
Drupal: How to change “Title” Label when creating a new node?
How can I change the 'Title' Label in creating a specific event using Drupal 5.
I am using the event module . Do I need to hack the core codes of Drupal?
My current URL add event node is:
...
0
votes
1answer
468 views
How do I theme an aggregator category in Drupal 5.x?
Yes, I am still on Drupal 5. Don't make fun.
I created a category with the Aggregator module, and the URL for the category is www.example.com/aggregator/categories/2. How do I theme this? Is it a ...