Tagged Questions

Drupal is an open source CMS framework written in PHP. Rather than using this tag, consider posting your question directly on http://drupal.stackexchange.com/ instead.

learn more… | top users | synonyms

54
votes
9answers
68k views

How to quickly theme a view?

I've defined a view with the CCK and View 2 modules. I would like to quickly define a template specific to this view. Any tutorial or information on this ? What are the files I need to modify ? ...
48
votes
10answers
4k views

How Drupal works?

I have yet to see a comprehensive overview about how Drupal really works. Most of the tutorials are about lame things, like adding a module or configuring a site. Where is a flowchart about how the ...
37
votes
4answers
5k views

OpenID vs. OAuth

What is really the difference between OpenID and oAuth? They look just the same to me. I should clarify, I'm planning to use them in drupal, if that makes any difference. So I guess I'm bound by ...
35
votes
26answers
18k views

Joomla, Drupal, or DotNetNuke?

I'm in the process of starting my own podcasting website. I'm trying to find a good cms to use. At work, I'm a .Net developer and we are starting to use DNN for some small projects around the office. ...
28
votes
9answers
8k views

What's best Drupal deployment strategy?

I am working on my first Drupal project on XAMPP in my MacBook. It's a prototype and receives positive feedback from my client. I am going to deploy the project on a Linux VPS two weeks later. Is ...
26
votes
12answers
3k views

What are some of Drupal's shortcomings?

Drupal is very much a "Do Everything" CMS. There are modules that allow you to add almost any functionality, which is great. However, it feels like a lot of the features (v5 and v6) seem scattered ...
24
votes
18answers
2k views

Favorite Drupal tips or best practices?

Just wondering what tips or tricks you guys might have to share. As always with posts like this, please only one tip per post so they can be voted on independently. I'll start: however you do your ...
22
votes
15answers
5k views

Is Drupal ready for the enterprise?

Is anyone out there using Drupal for large scale, business critical enterprise applications? Does Drupal's lack of database transaction support dissuade potential users? Are there any other ...
21
votes
7answers
3k views

Drupal Source Control Strategy?

In standard php or source code based projects we easily keep all of the code in SVN and each developer can checkout their own copy and collaborate on the same code. When developing a Drupal site ...
20
votes
10answers
4k views

Why use Symfony not Drupal

I've been using Drupal for some time and have been a bit frustrated with how it takes a lot more work to do things the Drupal way than if I were writing custom code from scratch. Sometimes I spend the ...
19
votes
14answers
31k views

CSS to hide INPUT BUTTON value text

I am currently styling an <input type='button'/> element with the following CSS: background: transparent url(someimage); color: transparent; I want the button to show as an image, but I don't ...
17
votes
6answers
14k views

Include CSS or Javascript file for specific node in Drupal 6

What is the best method for including a CSS or Javascript file for a specific node in Drupal 6. I want to create a page on my site that has a little javascript application running, so the CSS and ...
16
votes
1answer
478 views

Google Chrome escapes WYSIWYG Javascript

So my problem is relatively simple, I've Googled all over to find a solution but I've yet to find one. The problem is, I've developed a WYSIWYG plugin for Drupal's WYSIWYG module/framework (not sure ...
15
votes
6answers
32k views

How to get the full URL of a Drupal page

I need to be grabbing the URL of the current page in a Drupal site. It doesn't matter what content type it is - can be any type of node. I am NOT looking for the path to theme, or the base url, or ...
15
votes
10answers
2k views

Good drupal books/resources for programmers/developers? [closed]

I am starting the website development process for a local charity organization and am looking to house the website within a Drupal infrastructure. I am familiar with how to theme things for these kind ...
13
votes
1answer
9k views

How do I use theme preprocessor functions for my own templates?

I have several .tpl.php files for nodes, CCK fields, and Views theming. These template files have a lot of logic in them to move things around, strip links, create new links, etc. I understand that ...
13
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 ...
13
votes
3answers
1k views

How are people handling content management system production staging?

I've been dipping my toe into web development technologies for fun (ya, i should get out more), and am a little shocked at the lack of clear support for production staging (i.e. development, testing, ...
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 ...
12
votes
4answers
15k views

Advanced search with Drupal (Views and CCK)

I'm building a site where products are hold in a content type created with CCK. Products can be associated with multiple taxonomy vocabularities. Now I need an advanced product search which user could ...
11
votes
2answers
3k views

Drupal behaviours

What are Drupal behaviours at all? What type of service layer it offers to module developers? What type of relation it maps to jQuery.ready function?
11
votes
3answers
1k views

Is Plone doing enough to keep up with other CMSes?

I do Drupal for a living and I like the system. However I've always been intrigued by Plone and wanted to learn it well to broad base my knowledge of CMSes in general. I've played around with Plone in ...
11
votes
3answers
8k views

How can I theme the taxonomy/term/x page?

Although it was easy to find some info online about how to theme other stuff (e.g. search results), it is impossible to find a straightforward article about how to theme the output of a ...
11
votes
13answers
1k views

Simple clean CMS for programming project website

What is the best yet simple CMS for closed-source programming project hosting? I'd like to keep webpage plain and simple, include screenshot, basic features and blog headlines on main page, then have ...
11
votes
4answers
19k views

How do I get the path of the current drupal theme?

The drupal api has drupal_get_path($type, $name) which will give the path of any particular theme or module. What if I want the path of the current theme?
10
votes
1answer
519 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: ...
10
votes
2answers
818 views

Working with version control on a Drupal/CMS project

I was wondering how teams that develop sites using Drupal (or any other CMS) integrate version control, subversion, git or similar, into their workflow. You'd obviously want your custom code and theme ...
10
votes
3answers
713 views

How to get rid of Drupal CSS stylesheets?

I am trying to accomplish the following. I need to use Drupal 6 as a project requirement, but I want to use it with my own HTML and CSS stylesheets for each node/view/panel etc. The problem is, ...
10
votes
5answers
19k views

Drupal: Best Forum Module? [closed]

What is the best forum module to use for Drupal? The core is a bit lacking. I'm thining of investigating: http://drupal.org/project/advanced_forum Anybody have any better suggestions?
10
votes
4answers
967 views

Scaling Drupal

I am working on a Drupal based site and notice there are a lot of seperate CSS and js files. Wading though some of the code I can also see quite a few cases where many queries are used too. What ...
9
votes
4answers
408 views

FBConnect: Why is it showing on some pages and not others?

In the top right hand corner, it shows on this page: http://www.thegreekmerchant.com/product/fokofpolisiekar/band-logo But not on this one http://www.thegreekmerchant.com/ Any idea why? I'm ...
9
votes
2answers
1k views

Can you Create your Own Hook in Drupal?

Is it possible to create your own hook in a Drupal module for other Drupal modules to consume? If not, is there a mechanism in Drupal for third party developers to provide hooks? If everything's ...
9
votes
2answers
18k views

jQuery issue - #<an Object> has no method

I've tried a veriety of jQuery plugins recently and I keep getting this error … … regardless of what plugin I try to use. I've checked the links to the JS files which are all there and working ...
9
votes
3answers
708 views

Can Drupal's search module search for a substring? (Partial Search)

Drupal's core search module, only searches for keywords, e.g. "sandwich". Can I make it search with a substring e.g. "sandw" and return my sandwich-results? Maybe there is a plugin that does that?
9
votes
2answers
581 views

Exposing a module's data to Views2 using its API

I'm forking the filefield_stats module to provide it with the ability of exposing data into the Views module via the API. The filefield_stats schema is as follow: function filefield_stats_schema() { ...
9
votes
4answers
3k views

Removing [nid:n] in nodereference autocomplete

Using the autocomplete field for a cck nodereference always displays the node id as a cryptic bracketed extension: Page Title [nid:23] I understand that this ensures that selections are unique in ...
9
votes
4answers
399 views

A metaphor for Drupal module's inner workings

What is the best application workflow metaphor for Drupal module? In PHP frameworks we think MVC-style. How do we think inside Drupal? Asumming I am writing some user-oriented module like Shop, ...
9
votes
13answers
24k views

displaying a Drupal view without a page template around it

I would like to display a Drupal view without the page template that normally surrounds it - I want just the plain HTML content of the view's nodes. This view would be included in another, non-Drupal ...
8
votes
4answers
200 views

Why some famous programs are always using print [closed]

I've read somewhere, do not remember where now, that echo is a more efficient way of outputting data then print. Why do many famous software packages and frameworks, like WordPress and Drupal, like ...
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?
8
votes
10answers
4k views

(Dis)advantages between TYPO3, Joomla, Drupal and WordPress

I'm about to switch from manual programming to using a CMS like the above ones. So my concern is, which one is the "best"...I know, the question which is best ist just very subjective, but maybe you ...
8
votes
3answers
544 views

Event-driven CMS - advantages and disadvantages

I'm trying to identify some of the pros and cons of having a CMS that is event driven. Event driven is not uncommon. You see it in many scripting languages like Actionscript, javascript, jquery that ...
8
votes
5answers
286 views

The cost/benefit of learning multiple content management systems

I'm a PHP developer who uses drupal whenever the job looks like it could benefit from a CMS. I was having a discussion with a colleague who said that it helps him a lot with clients that he knows ...
8
votes
3answers
761 views

How can I make PHP scripts timeout gracefully while waiting for long-running MySQL queries?

I have a PHP site which runs quite a lot of database queries. With certain combinations of parameters, these queries can end up running for a long time, triggering an ugly timeout message. I want to ...
8
votes
2answers
4k views

Drupal form validation not working for me

I am trying to modify some Drupal 6 form code and incorporate some native form validation. Code looks like this, but validation does not work. I never even get into function ...
8
votes
4answers
843 views

What are the most common pitfalls for a beginner Drupal user?

I'm just starting to learn Drupal, and I am really liking it. What are the most common pitfalls for a beginner? How can they be avoided?
8
votes
4answers
2k views

Drupal DATABASE deployment strategies?

From this item: http://stackoverflow.com/questions/730138/whats-best-drupal-deployment-strategy .... I quote: Databases are trickier; cleaning up the dev/staging DB and pushing it to live is ...
8
votes
7answers
3k views

Framework or CMS?

I am learning web development and I'm very serious about trying to find a career in it. That being said, I have consistently been told that "doing" is the best way to learn and now I have a vision ...
8
votes
12answers
4k views

What are the advantages of using an MVC framework over e.g. Drupal to build a large website?

I am writing a comparison between 3 technology options for building our new website: Wordpress Drupal An MVC framework The boss is sure we should use Wordpress, but the site will be big, with many ...
7
votes
2answers
164 views

Drupal Commons site has no style after install - missin js and css files at all

the very last / newest update on a quick step i did the toogle the css-aggregation - and switched it to off: see the results of this action on the site: http://campus-24.com/ i had toggled the ...

1 2 3 4 5 166