Search Results

2
votes

How to change the HTML of the drupal 5’s views module

I think just creating a file named "views-list.tpl.php" will apply to all List-style views (unless a more specific .tpl.php file is present). Otherwise, there may be a way to get w …
-1
votes

How can I keep data in sync during deployment?

See previous answers to this question …
0
votes

Drupal deployment/testing/don’t-how-to-call it tool

Previously: Drupal Source Control Strategy? …
0
votes

Drupal Aggregator input format

I long since ditched Aggregator, but I would encourage you to dig into the source to see what the problem is. The code of most core modules are pretty well documented and it''s the easiest way to s …
10
votes

What are some of Drupal’s shortcomings?

The lack of true object oriented design means that you frequently have to rely on other developers' foresight to leave "hook" functions to let you alter a certain behavior. Using Drupal 5 I …
0
votes

Where is the best place to put a DB query in drupal?

Have you checked what's already out there? Webform may be able to solve your needs without any custom code. Also, I highly rec …
0
votes

Zend Framework and Drupal on the same domain

Drupal will happily live inside a directory, it doesn't insist on being root. I don't know much about Zend at all. If you want to install both of them to the root of the webserver, I think …
1
vote

Google Analytics-like module for Drupal site behind firewall?

WebTrends can do that -- but it's not cheap. …