0
votes
0answers
6 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 …
0
votes
1answer
32 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
3answers
595 views
Can I use one single exposed filter to filter multiple block views on a different page?
I have four block views on a page (call it "info" page) that are filtered by proximity to give me four pieces of information relating to one particular filtered location.
I would …
1
vote
2answers
305 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',
'#va …
0
votes
1answer
8 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 …
2
votes
3answers
49 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 resul …
0
votes
0answers
24 views
Querying Drupal Organic Groups user list by role
I'm trying to develop a quick Drupal Organic Groups script. I'm having trouble navigating the database of my Drupal 5 install
What would the basic MySQL look like for querying a l …
1
vote
2answers
75 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 administ …
1
vote
2answers
130 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 displ …
1
vote
5answers
181 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 wh …
0
votes
1answer
87 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, …
0
votes
2answers
158 views
Drupal: How to change “Title” Label when creating a new node?
Hi Guys,
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 …
0
votes
2answers
172 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 lik …
0
votes
1answer
73 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 th …
0
votes
2answers
869 views
Can you call one Drupal views template for multiple views?
I've used the Views Theming Wizard to output a template and it gave me the following chunk of code to go in template.php.
I'd prefer to just maintain the one template, so all my f …
