0
votes
2answers
18 views
Drupal update.php produces error
I have a basic Drupal 6 site on a shared hosting environment. The site has been running fine for about a month.
I uploaded a new release of the webform Drupal module and when I go …
2
votes
3answers
139 views
Update Drupal views argument via AJAX
Hello, I have a request concerning Drupal 6.x
I'd like to have this behaviour:
imagine to have 2 columns, on the left a list of nodes (only titles for example) and on the right a …
1
vote
3answers
35 views
SQL: Column count doesn’t match row count
The following query:
INSERT INTO term_node( nid, vid, tid )
VALUES (
(
SELECT ctb.nid, ctb.vid, 35
FROM content_type_bout AS ctb
WHERE field_school_value_c = 'L …
1
vote
2answers
27 views
How do I change “date field” format of a “view” in the form of a page in Drupal?
I'm trying to show a list of dates of Nodes using view. The list should be something like,
19 September 2009
20 September 2009
Right now it can only show like
Thu, 2009-11-12 …
0
votes
1answer
54 views
Drupal Access Control List
To make sure my site is secure and all the permissions are set correctly, I am looking for a way to generate a list of every page that a specific user has access to. (So... every m …
1
vote
3answers
79 views
Foreach in SQL?
I'm not quite sure how to do this in SQL. Here it is in pseudocode:
Take the list of nodes with content type X.
For each node, take the value of field Y.
Insert into term_nodes V …
0
votes
0answers
34 views
Drupal6: Content Access Permissions can’t be rebuilt
I created a new content type, so it wants me to rebuild content permissions. I clicked the link to do so. It progressed through but seemed to get hung up towards the end. It stayed …
0
votes
1answer
32 views
Intelligent Keyword Searching
Hi,
I have a taxonomy vocab assigned to a content type in Drupal 6. I've then exposed (using "is one of") it as a field in views which allows a user to search via keywords.
The p …
0
votes
2answers
51 views
Not getting the name module in Drupal
i am working on Drupal 6.14 and i am not able to get the name module.
For this i downloaded name_registration.tar.gz but i got the error Access Denied.
What do i do?
0
votes
1answer
36 views
how to organize my menu, taxonomy, views, pages in drupal 6
i am try to build a web site, it has a 2 level menu.
global|asia|euro|u.s (this is locaion menu)
about|home|news (this is content menu)
if a web site user clicks on global, it w …
0
votes
1answer
116 views
How to make drupal 6 support Master-Slave MYSQL ?
Is there any solutions in Drupal 6 to split query READ to Slave and WRITE to Master ?
3
votes
1answer
80 views
Upgrading from Drupal 6 to Drupal 7: best programmer’s practices?
Although I am using drupal since the D4 series, I only started developing professionally for it with D6, so - despite I did various site upgrades - I was never faced by the task of …
2
votes
1answer
25 views
Netbeans CVS - existing repo - existing working copy
I'm using Netbeans to develop with Drupal. I'm trying to let Netbeans get drupal core and modules from the repository on drupal.org to my local working copy. Problem is: I alread …
0
votes
2answers
55 views
Hide Drupal nodes from search.
I made a private section on a drupal site by writing a module that checks the RERQUEST_URI for the section as well as user role. The issue I am running into now is how to prevent …
3
votes
3answers
652 views
Customize WebForm module in Drupal
I'm new to Drupal 6.10 CMS and PHP too. I'm creating my website with drupal and I have found a module called Webform I like it, it's pretty easy to create forms with different typ …
