Tagged Questions

14
votes
1answer
4k 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 having to port my ...
12
votes
5answers
3k views

Drupal 7 programming advancements, differences from Drupal 6 upgrade or wait

I was just wondering if there were any changes in the Drupal 7 code that effect server load and speed for large sites. Also, with 7 nearing beta release, should I wait to build the sites with Drupal ...
10
votes
1answer
592 views

Drupal 7 - custom View with custom table, no data showing up

I wrote a module to interface with Views 3 using Drupal 7, but when I create a view using my custom table as a data source, no data shows up. Here's my schema from MySQL: ...
8
votes
1answer
230 views

Does Drupal 7 have a better way of managing development changes than Drupal 6?

So one hassle of Drupal 6 is that it's tough to move changes from a development server to a test or staging server to a production server. Has this been made easier in Drupal 7? Is there some coding ...
8
votes
2answers
6k views

Drupal 7: Access custom node field in page.tpl.php

I added a new field "mood" (image) to the page content type. Is there any way to access the image stored in this field in the page.tpl.php?
7
votes
5answers
2k views

Menu path in Pathauto

How do I get pathauto under Drupal 7 to generate a URL alias by the full menu path?
6
votes
7answers
5k views

Starter theme for Drupal 7? Stark? Zen? [closed]

I have been using Drupal 6 for a year and always used Zen Sub-Theme for every project. So, should I keep using Zen for Drupal 7? Or is Drupal 7 bringing a better alternative? Maybe the Stark theme?
5
votes
1answer
226 views

Drupal 7 Node --> Fields Mapping In Database

I am trying to figure out how nodes are mapped back to the fields they contain for learning purposes. How is this done?
5
votes
4answers
558 views

Custom date format (callback with php logic)

I want to create a dynamic php date format. Example: show the time of the node if it was published today and only the day/month when older then today. I want this format to be available throughout ...
5
votes
2answers
509 views

Drupal 7 OpenID module

I would like to as how can we have the login similar to the stackoverflow openid using drupal 7? In stackoverflow, we have various login options like facebook, google, etc, the image is show to choose ...
5
votes
3answers
2k views

Should I use Drupal 6 or Drupal 7? [closed]

As the title states: Should I use Drupal 6 or Drupal 7? See, the dilemma here is the usability. I have to develop a website for a client, and I've been running into quite a bit of difficulty with ...
5
votes
2answers
378 views

What are the changes to Drupal 7 programming vs Drupal 6?

Drupal 7 is claimed to be a revolutionary new Drupal. But in what ways exactly? Looking for coding specific discussions.. Thanks!
5
votes
1answer
739 views

Use Drupal7 AJAX goodness programmatically

X post from http://drupal.org/node/953016 The Drupal 7 AJAX system is great, it works very smoothly for forms and even for links. What I can't work out how to do in a sane way is to call it from ...
5
votes
2answers
804 views

URL alias for language frontpage

I have set Drupal to determine the language from the URL (path prefix), thus / is english and /da is Danish. This works fine for all pages except /da The frontpage for Danish is /node/14 but it ...
4
votes
1answer
224 views

How to access form data in hook_form_validate() in drupal 7

I have a form implemented from hook_form called simplequiz_form() I want to access its data after submit below is the code I have written but I can't seem to access its data once its submitted. What ...
4
votes
3answers
1k views

A good tutorial for Drupal 7 cTools

I've been looking all over the internet for a good tutorial to help me start using cTools AJAX in Drupal 7. Any help with that ?!
4
votes
3answers
247 views

Setting various environments (development, production) based on the URL

I am trying to setup environments in Drupal based on the URL. For example, if I go to mysite.local, it will use localdb and it will change the name of the site to "Local Mysite"; if I go to ...
4
votes
5answers
5k views

Drupal 7 - How to display node/add/sometype form on another page?

The whole problem is following: Lets say we have Items, Items can have Bids, Items can have Questions and Question can have Answer. When an Item is displayed, all content associated with this Item ...
4
votes
3answers
3k views

How to get the currently logged in user's role in Drupal 7?

How to get the currently logged in user's role in Drupal 7 ? Do you know a simple way of accomplish this ? Is there some drupal core functions for this?
4
votes
5answers
3k views

Drupal: How to Rebuild Menu Navigation

In Drupal 7.0, when I change a routing path/menu from the type MENU_NORMAL_ITEM to the type MENU_CALLBACK, Drupal 7.0 does not remove the item from the menu_links table. I'm not sure if this is a bug ...
4
votes
1answer
633 views

How to update the value of a single field invoking appropriate validation

I'm making a module to allow users to update single fields on in this case, their user entity. The code below is an example of the method I have initially been using to get it working and test other ...
4
votes
5answers
301 views

Techniques for building Drupal Modules Quickly?

I'm looking to see if anyone has any resources or tips for developing basic Drupal modules faster? Have you come up with anything to make your Module development faster? The Drupal module ...
4
votes
3answers
211 views

Basic drupal model / concepts

I'm migrating a site from a proprietary cms (reddot) to drupal. For all its flaws, reddot has a very simple yet flexible model: templates consist of markup with placeholders for variable content ...
4
votes
2answers
1k views

Drupal 7 Single Sign on using settings.php

Hey guys, was just wondering how I would go about setting up my Single Sign on with no modules in Drupal 7. I had it running in Drupal 6 but some things were changed in the settings.php file and I'm ...
4
votes
3answers
3k views

Correct way to use Drupal 7 Entities and Field API

I'm trying to use Drupal 7's entities and field API to correctly build a new module. What I have been unable to understand from the documentation is the correct way to use the new API to create a ...
4
votes
3answers
11k views

Using JQuery in Drupal 7

I'm writing my own drupal 7 module, and like to use JQuery in it. $('#field').toggle(); But I'm getting this error: TypeError: Property '$' of object [object DOMWindow] is not a function Which ...
4
votes
4answers
226 views

Build a new Drupal site using D7 [closed]

I'm planning to rebuild a site I've got, from self-hacked to Drupal. I'm planning to dive in to Drupal and later on work as a freelancer (using Drupal). And here's my question. After spending some ...
4
votes
2answers
4k views

Drupal pass argument to page

I have a custom Drupal module displaying some data in a table. Each row has a link which if clicked will delete the relevant row. Specifically, when the link is clicked it will take the user to a ...
4
votes
6answers
459 views

What are the skills a Drupal Developer needs? [closed]

I'm trying to write out a list of key Drupal competencies, mainly so I can confirm what I know, don't know and don't know I don't know. (Thanks D. Rumsfeld for that quote!) I think some of these are ...
3
votes
2answers
48 views

drupal reusable values

I wonder if there is a way to create reusable values in Drupal 7. For example in our mortgage website if we update rates in one place it updates everywhere we have used it. Example: Instead of ...
3
votes
2answers
196 views

Moved Drupal 7 site to a different server, can't log in

I recently moved my Drupal 7 site to a new hosting server and I'm stuck at the login page. As soon as I try and log in, I get directed back to the same page, but the URL changes from /user to /user/1, ...
3
votes
1answer
113 views

Drupal 7 temporary cache item won't expire

I have a fairly expensive server call that I need to cache for 30 seconds. It seems however that I can not get the cache to expire. In the code below, after the first time it caches, it will never ...
3
votes
1answer
146 views

Removing extraneous divs in drupal 7

I am using the header "global text-area" inside a view within drupal7. For some reason when I use the header function in the view I get a bunch of extraneous divs like the following at the end of my ...
3
votes
1answer
289 views

Drupal - How to get SUM of rows

I want to do a simple select with a SUM of several rows in Drupal, but I can't seem to figure out how to do that. I know there are more ways to do a query in Drupal (one of them is writing the actual ...
3
votes
2answers
245 views

Can I modify theme_menu_link for a specific menu?

I would like to add pipes ("|") between menu items for one of the menus on my Drupal 7 site (theme name is "thompson"). I figured the best way to do this is to create a function in my template.php ...
3
votes
2answers
758 views

Get $node variable in html.tpl.php - Drupal 7

I'm trying to allow users to update head titles and meta descriptions for each page. I thought that an easy way to achieve this would be to add a field to the 'Basic page' content type for the page ...
3
votes
4answers
519 views

Drupal 7 - Administration - Find node by it's field value

I'm looking for the way for the site's administrator / moderator to find / filter the list of nodes by some field custom value. Field value could be defined by radio / text / checkbox etc. Default ...
3
votes
3answers
240 views

how to overwrite drupal default message when posting comments?

I would like to overwrite a default message for posting a comment. For example, I would like to display "Your comment has been sent to the site moderator and will remain private." instead of "Your ...
3
votes
1answer
475 views

Rule-based node creation: commerce product + product display node set

I'm trying to bind a Commerce product type to my own custom type node (serving as a display node). The goal is to enter new data in as few places as possible. I'm therefore exploring a rule-based ...
3
votes
2answers
349 views

What version of Drupal should I choose?

Today is the first time I entered Drupal website in order to get my head around it and was met by API pages for versions 6, 7, 8. I think 8 is in production, but anyway - what is the best version to ...
3
votes
2answers
1k views

How to display ONE image under teaser mode, while multi images under full content?

I'm building a site with Drupal 7.2, and using several useful modules (Views, Display Suite, and 20+ more). I've added an image field in a content type (article), and set the 'Field Settings' -> ...
3
votes
2answers
318 views

How do use a custom datatype as a field in drupal 7?

I have several custom datatypes in drupal 7 restaurant menu recipe chef i want to create associations between this data chef -> restaurant -> menu -> recipe so that recipe can get the chefs name ...
3
votes
2answers
758 views

How do you remove the throbber from drupal 7 Ajax link?

we are using drupal 7 ajax framework to load content on a page. When the link is clicked a throbber shows up after the link while the request is processed. I can't find documentation on how to set ...
3
votes
3answers
485 views

Why is drupal slow?

i have made site on drupal my site has 7500 users and approx (20 to 50 without logged in)(2 to 10 logged in) users are online (and this is not havy traffic i think) the site is on dedicated server. I ...
3
votes
1answer
255 views

Drupal five star module

I have a restaurant site where I display dish pages; customers can rate every dish in my restaurant. I use Drupal 7,Fivestar and Voting API. I can rate every dish, but what I want is a window where a ...
3
votes
2answers
103 views

Adding url() breaks hook_mail implementation

I'm writing a module in Drupal-7 that dynamically sends a one-time login link to guests. Everything fires fine until I add the link to the $message array, when it chokes. If I do a dpm($message) the ...
3
votes
1answer
220 views

How to limit number of displayed values of the field with view in Drupal 7

i have field_images filed in my custom node type. This field can have unlimited number of values (images). How can i set up the limit of displayed values of this field in Views in Drupal 7? I know it ...
3
votes
1answer
687 views

drupal 7 - wiki page

Is there a module or a way to simulate a wiki page for some users role in Drupal 7 ?
3
votes
3answers
1k views

multiple frontpages in mutiple languages

I have a Drupal 7 multi-language(3) website. I have installed the Internationalization (7.x-1.0-beta2) module. I have created for each language a page, and translate it to others two languages. Now ...
3
votes
2answers
2k views

File system permission error while installing drupal modules

When I try to install new modules to drupal 7 via "Install new module" form, I get following error message. The specified file temporary://fileTFJ015 could not be copied, because the destination ...

1 2 3 4 5 20