Tagged Questions

0
votes
0answers
4 views

grouping items in a view

I have a content type called "convention" and a content type called "convention session". Each session has a node reference to a convention. A convention has a "from date" and a "to date", and each …
0
votes
1answer
7 views

Drupal Custom Login by Role

I have a cURL PHP script which is able to validate a username/password against the external source. What is the best way to integrate this as a login requirement for (select) users in Drupal? The …
0
votes
0answers
3 views

Drupal theme_table… A way to theme nested tables?

Title pretty much explains what I want to do... I'm not a fan of using nested tables, so believe me, I'm unhappy and would so, so, so totally prefer something else... but, c'est la vie... …
1
vote
0answers
13 views

Drupal External Authentication

I have a cURL PHP script which is able to validate a username/password against the external source. What is the best way to integrate this as a login requirement for (select) users in Drupal?
2
votes
0answers
10 views

Drupal CCK field type with complex fAPI child fields

This question is basically a follow-up to this one: http://stackoverflow.com/questions/1640534/drupal-custom-cck-field-with-multiple-child-fields I need to build a CCK field type that stores several …
0
votes
1answer
17 views

Problem with PNG Fix for 2 overlapping images

Hi I am using PNG FIx module in Drupal for 2 overlapping images on which I have applied some jquery effect. The Problem is that when I use the PNG fix module then in IE I start seeing 2 images placed …
0
votes
3answers
32 views

Drupal: Which MySQL do I need?

Hi guys, this might sounds silly but I am super confused. I want to install drupal on localhost but I need to install a SQL database for it too. Which database package do I get (for free) ? I went …
0
votes
0answers
41 views

Disabling Back Button Browser [closed]

Possible Duplicate: How do I stop the Back and Refresh buttons from resubmitting my form? Hi: I have multi page webform. I want to disable the browser back and forward button when users are …
0
votes
2answers
16 views

Anonymous comments not saved in Drupal

For some reason I can no longer post a comment as an Anonymous user in my Drupal installation. I haven't tried in a while, so I'm not quite sure when this functionality was broken. I have Services …
0
votes
1answer
18 views

How can we add an iframe into the contact page in Drupal 6

In the Contact module setting, we can set some additional information that appears before the site-wide contact form. I pasted some html codes including a google map <iframe> into the textarea …
0
votes
1answer
13 views

drupal twitter service link

i'm using service link module and tries to add twitter link as below if (variable_get('service_links_show_twitter', 0)) { $turl = drupal_http_request('http://tinyurl.com/api-create.php?url='. $url); …
0
votes
2answers
23 views

Sorting grouped nodes by taxonomy term

Ok, here's the problem: I have a list of contacts, which i have created in views, that are grouped by taxonomy terms like so: (term:) Staff: (node:) John Doe john@doe.com (node:) Jane …
2
votes
2answers
17 views

Show secondary links in views only

I'm building a site in Drupal and I only want to show the secondary links on the pages that use the Views I've created. I tried using the $secondary_links variable in the views-view.tpl.php but the …
1
vote
2answers
29 views

Node relations in Drupal Views

I'm struggling a little bit with a View that gets data from a node that uses two node reference fields, that points to the same type of content. From my path I'm getting one string as the argument, …
3
votes
2answers
45 views

Can Drupal’s t() function localise English homonyms?

In Drupal, strings that are shown to the user are supposed to be passed through the t() function like so: $heading = "<h2>" . t("Product") . "</h2>"; This allows Drupal to translate the …

1 2 3 4 5 54 next
15 30 50 per page