This tag is for questions regarding Drupal 6 specifically. Version tags should be used only when strictly necessary, and not used just to report "I am using Drupal 6 in my site."

learn more… | top users | synonyms (1)

0
votes
1answer
9 views

run javascript every 24 hours

I want to run a piece of javascript every 24 hours for each specific user? This is to clear HTML5 local storage, how would I run this script every 24 hours for each user when they are logged in?
0
votes
0answers
5 views

WYSIWYG editor not displaying buttons and plugins

I'm new to drupal and have not found an answer on SO yet. I've updated to drupal 6.28, not ready to update to D7 yet, and the WYSIWYG and TinyMCE are not displaying. Also I can't click/unclick ...
0
votes
1answer
15 views

Login Security block my IP address

I installed the Login Security module to block IP address for more than 4 number of login attempts, but unfortunately my IP blocked. I tried uninstall the module, but still my IP address blocked. How ...
0
votes
1answer
19 views

Nodewords module and canonical urls https to http protocol

I have installed Nodewords module but I found out that it either creates canonical urls automatically (if you are on https site then canonical url would be https) or you can manually put url inside ...
0
votes
0answers
13 views

What data formats can be returned by the Apache Solr module? Trying to return raw JSON

I have heard that data returned by the apachesolr module for display & processing in Drupal is only in the form of a PHP array, even though Solr is capable of returning json, xml, and other ...
2
votes
0answers
35 views

serving content on http / https [duplicate]

I am confused about using and setting up ssl on website. On my site I would like to serve some pages using https protocol. From my understanding of what I read, I need to set up ssl certificate - ...
1
vote
1answer
30 views

Using Ubercart with https protocol

I just installed rapidssl certificate and I want to serve my cart pages using https protocol. I put all files inside apache2/ssl folder, edited default-ssl inside apache2/sites-available. The ...
0
votes
1answer
26 views

show nodereferenced nodes in view

I have 2 node types: Authors and books. Authors has node reference to book node type. Created view: Relationships - i have used reference field, in arguments i have used Node: nid (content id from ...
0
votes
0answers
11 views

add payment method to ubercart order admin notification template

I would like to add information about payment method to default admin template in ubercart 2. I tried to add <?php echo t('Payment Method:'); ?> <?php echo $order_payment_method; ?> ...
1
vote
1answer
41 views

RDBMS-independent way to get table primary key?

Let's assume we have Drupal instance with second database connection. Tables in that second database are shared between many systems and thus was not created using Drupal's schema functionality. How ...
1
vote
0answers
23 views

drush aliases.drushrc.php file place and content

I need to upgrade a drupal 6.20 site to drupal 7 using drush sup Installed drush using apt-get install. Upgraded it to the last version using drush self-update command and downloded the site-upgrade ...
0
votes
0answers
12 views

rest call to drupal 6 services in javascript

I am using services module for the first time on my Drupal 6 site. I created the services successfully and tested them in Mozilla Firefox's Rest client. For example : ...
0
votes
0answers
18 views

Recently front page to Drupal 6 site not found

For the past month or so, I have been experiencing intermittent problems with the front page of my Drupal site not being found. I have noticed that this has been asked before but none of the ...
0
votes
1answer
28 views

Average value of integer field using views

I set up a multi value cck integer field for rating purposes. It has values 1|good 2|bad 3|dont know Users voted like so: 3 votes for good 2 votes for bad 4 votes for dont know I want to ...
0
votes
1answer
13 views

how to display ubercart elements (like cart) in Panels Page? (Drupal 6)

How can I use Ubercart Cart in a Panels Page? I do not see it under any of the Contents list. I think I am looking for a Drupal 6 version of uc_panels.
0
votes
1answer
24 views

How can I connect drupal 6 and activemq?

I would like to use publish subscribe technique to send updates to drupal as they happen in an external database. This database has middleware that publishes changes using a messaging system (apache ...
0
votes
1answer
25 views

How do you programatically render a views exposed filter form block in a tpl in Drupal 6?

I am trying to setup my views exposed filter form block in a custom tpl. How do I do this programatically? Note: My views setup display type is a page with a separate exposed filter form block.
1
vote
2answers
33 views

Send emails to users

I want to send email to the users of my site, individually or to all of them at once. Is there any available module? I am using Drupal 6.
0
votes
1answer
17 views

do some work when user login or register in drupal6

I want to set some fields in database when user registers or login. I know I don't have to change the drupal core and I guess I should use hooks for this purpose but I don't know how and where. ...
0
votes
0answers
33 views

Can we update taxonomy terms in bulk?

I have lots of taxonomy terms in Drupal 6, and I want to update all the URL aliases in bulk. Is it possible or not? How can I do it?
3
votes
1answer
35 views

Change the default password encryption

The default password encryption in Drupal 6 is MD5. Is it right? I want to change it to something more difficult like crypt and sha1. Is there any module for this purpose, or do I have to hack the ...
1
vote
2answers
35 views

Load multiple nodes

How can I load multiple nodes in Drupal 6? It seems that node_load() only returns one record. I need to fetch all the nodes created by a user.
1
vote
0answers
22 views

Dupal cache and GeoIP - how can I have both?

Drupal 6 installation, 13 languages. Users are being redirected to the correct language based on browser language and we have a link that includes visitors's country code (i get this code VIA GeoIP ...
0
votes
1answer
19 views

How to change Ubercart status from Pending to Completed?

Ubercart is install without any payment gateway. The workflow is to take user orders via out website and payments are handled offline. Once we received payment and shipped the product, we'd like to ...
0
votes
0answers
28 views

Token Authentication conflicting with SSO [closed]

I have three drupal 6 website setup and I am using single sign on module into sites, so that when a user login into master site, it automatically login into other site also. I have now enabled token ...
-1
votes
0answers
27 views

system_settings_form file upload handling

is it possible to upload many files - images - with system_settings_form and save them to database? My configuration require files upload but can't find good examples of uploading and details about ...
0
votes
1answer
27 views

Unable to create a view of type solr search

I have installed the apachesolr , views and apachesolr_views modules but I am unable to create a view of type solr search. Is there something i am missing? Because the apachesolr_views provides views ...
0
votes
1answer
45 views

Is there any side effect to use APC installed on shared hosts? [closed]

I'm using a shared host for a Drupal6 site. And this shared host has an option to use "APC". I just tried this option on a test site as it can be enabled just by one click on my account page of the ...
0
votes
2answers
47 views

Knocked out my own admin recongizion on my own site

I have Drupal 6 site. In deleting spammers I accidently knocked myself out. Can I reclaim admin on my own site? Help.
2
votes
2answers
28 views

How to add filter on node list in a custom module?

I am developing a module. In that module I have a page to list all the nodes of a specific type to user. I need to: 1- show the nodes each on a row with ' Edit | Delete ' link in each row. 2- I ...
0
votes
2answers
35 views

Features_extra: after enabling fe_block, no Machine Name field appears on block edit form

I installed and enabled fe_block 6.x-1.x-dev, but when I reload one of my blocks' edit form, no machine name field appears. I tried clearing the cache; no dice. What's missing? Thanks.
1
vote
1answer
15 views

D6 - limit user (not role) publication of content to specific menu subtree

Drupal 6. We have several roles. Each user is allocated to one role only. Each user has a separate menu area - e.g. user 1 - Profile - Product - Press Releases - release 1 ...
0
votes
2answers
24 views

get to previous page with destination d6

For example i have a button which has onclick event (redirecting to a user login page). When a user clicks on that button browser redirects him to page user/login, but when he's successfully logined ...
1
vote
1answer
37 views

User login through token in URL in drupal 6

I have a drupal 6 website and I would like to implement the functionality to allow user of a particular user role to login into site using the token value in the url. I have user role "SAP" in the ...
0
votes
1answer
24 views

Drupal 6: using template based on browser version

Is it possible to serve up a specific page template based on browser version? If I can satisfy my IE 7 requirements with a special template, I'd prefer that rather than loading a bunch of extra css ...
2
votes
2answers
24 views

Does Drupal modify folder permissions during runtime?

Does Drupal modify the permissions on folder within the sites folder? Is there an edge case where this is possible outside of install? I've been seeing an issue where a sites folder whether it be ...
0
votes
0answers
14 views

force step sequence in multistep form in Drupal 6

I am using multi step form with ctools in my site. How can I force the order of steps ? I mean if the user access step2 url the page redirect to step1. User can access to next step only when he ...
0
votes
2answers
44 views

Adding html to t() in Drupal 6 template.php?

Hi I am trying to add html to the "t('Older Posts')" and "t('Newer Posts')" Is this possible ? I can figure it out ???? I am in a Drupal 6 template.php file. This is the code I am trying to add as ...
1
vote
0answers
11 views

persistent language i18n module

When a user selects french they are redirected to /fr, using the Drupal translation module. Is there anyway to make this selection persistent or "sticky", so when they return to the page it is the ...
1
vote
1answer
65 views

Drupal 6 Site Duplication - Looks Like My Theme is Broken

My goal is to duplicate a Drupal 6 site to a new host, but I am having some problems. New host - 198.20.226.199/~paul8226/ -- No name resolution setup yet. Old host - www.egcasting.com/ I ...
0
votes
1answer
26 views

unable to set dateboosting in apachesolr with D6

I'm using Drupal 6.22 with apache solr module for search functionality, specifically using 6.x-1.6 version of solr. I had a date field for my node added to the solr indexing named as ds_myDate in ...
0
votes
1answer
17 views

restrict profile field to module and admin in drupal 6

I am using profile for storing some more information for users. but I want one field of profile be only editable by administrator and my own module code and viewable by own user and administrator. I ...
3
votes
0answers
39 views

Can I use the Twig template engine in Drupal 6/7?

I do a lot of Django development and I like their templating language. Twig, the new templating engine in Drupal 8, looks very much like it. How can I use Twig in Drupal 7 or even Drupal 6?
1
vote
1answer
76 views

Files security - files folder hacked

For the second time in a short while my files/ folder has been hacked. Permissions are set as 755 all accross the folder. I tried to set it up as 750, 754 but it breaks the website. What happens is ...
0
votes
1answer
24 views

How do I display a summary page after finishing a multistep form?

I have a multi step form in Drupal 6, and I want to show a summary page based on entered information in the steps after finishing the steps and user click finish button. I am using the ctools wizard ...
0
votes
1answer
33 views

how to delete a node programitically in drupal 6?

I want to add delete permission for a specific node id programitically. I try calling 'node_delete' but it doesn't work. how can I do it ?
3
votes
1answer
51 views

$form_state['redirect'] vs drupal_goto() in Drupal 6

What is different between $form_state['redirect'] and drupal_goto() to redirect user to a step in multi step forms in Drupal 6 ? I used $form_state['redirect'] but no redirection happend so I use ...
0
votes
0answers
31 views

node_access() returns FALSE but I can view the node

I got a view which gets rendered to a variable which then gets mailed to the user. A few days ago, I noticed that this functionality is broken (empty mails) and that for the administrator users ...
2
votes
0answers
28 views

How to test AJAX Callback with simpletest on Drupal 6

I know there is drupalPostAJAX() available on Drupal 7 to do this, but I want to use it on Drupal 6. So I found on this link : http://tiger-fish.com/blog/drupal-6-posting-ajax-callbacks-simpletest a ...
1
vote
1answer
20 views

$views->render() does not display node_path

So I made a view and Im trying to pull the results into an array (which I am json encoding and sending to javascript but thats neither here nor there) but some of the node information isnt being ...

1 2 3 4 5 44