drupal

How can I change the way my Drupal theme displays the front page

I am trying to build an website for my college's magazine. I used the "views" module to show a block of static content I created on the front page. My question is: how can I edit the theme's css so it changes the way that block of static content is displayed? For reference, here's the link to the site (in portuguese, and with almost ze...

What version of TinyMCE will work in Drupal 5 with google chrome?

My drupal site (internal) will not display the TinyMCE editor when using Google Chrome browser. Has anyone gotten TinyMCE to work with Chrome in Drupal 5? ...

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 javascript is specific to that page and would not want to be included in other page loads at all. ...

What makes Drupal better/different from Joomla

I talked to a few friends that say Drupal is amazing and that it is way better than Joomla. What are the major differences/advantages. ...

How to get rid of Javascript Runtime Errors when running PDT + XDebug in Eclipse?

I am currently developing a Drupal webpage using PDT. When running without XDebug, the site works fine. When I enable XDebug, the site works fine but opens up tons of Javascript errors that I need to click through. Example: A Runtime Error has occurred. Do you wish to Debug? Line: 1 Error: Syntax error -- It seems to only be a prob...

Where is the best place to get Drupal & Sugar CRM developers?

Where can I go to get a good Drupal + SugerCRN developer? ...

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 ? Here are my findings: (Edited) In fact there are two ways to theme a view : the "field" way and the "node" way. In "edit View", you can choos...

How do I create a node from a cron job in drupal?

In a custom module for drupal 4.7 I hacked together a node object and passed it to node_save($node) to create nodes. This hack appears to no longer work in drupal 6. While I'm sure this hack could be fixed I'm curious if there is a standard solution to create nodes without a form. In this case the data is pulled in from a custom feed ...

How do you remove the default title and body fields in a CCK generated Drupal content-type?

When you create a new content type in Drupal using the Content Creation Kit, you automatically get Title and Body fields in the generated form. Is there a way to remove them? ...

learning drupal fast track: how to create a stackoverflow clone?

I've started figuring out drupal, and so far most of the results are just ugly. May be I need to learn it in something similar to a real-life project. I thought — to reproduce this site's functionality might be a good learning project. But I need help. :) Without assuming this site is based on drupal (it most likely is not — too quick, ...

Missing label on Drupal 5 CCK single on/off checkbox

I'm creating a form using the Content Construction Kit (CCK) in Drupal5. I've added several singe on/off checkboxes but their associated labels are not being displayed. Help text is displayed underneath the checkboxes but this is not the desired behavior. To me the expected behavior is that the label would appear beside the checkbox...

How do I determine if I should install Drupal 5.x or 6.x?

I'm planning to install Drupal. Is there any reason not to install the latest 6.x version as opposed to the 5.x branch? Are there any really good modules that are 5.x only? ...

How do I add a "last" class on the last <li> within a Views-generated list?

Title says it all. ...

Why is my Drupal site logging out users when a Javascript function is called?

I have Drupal 5 site where a button is clicked and it calls a JavaScript function. The function basically builds a string, and then redirects to another page on our site. After clicking the button, sometimes the user gets logged out and sees the "Access Denied" screen, even though they were previously logged in. The page where they are b...

How can I change some of Drupal's default menu strings without hacking the core files or using the String Override plugin?

Title says it all. If you need more details, let me know. EDIT: Changed title for clarity purposes. ...

What is the simplest way to handle images in Drupal?

I am used to TYPO3 where I just can upload an image within the content element an then just determine the size an so on. Is there a way to handle images in drupal somehow like this? ...

Any quirks I should be aware of in Drupal's XML-RPC and BlogAPI implementations?

I'm beginning work on a project that will access a Drupal site to create (and eventually edit) nodes on the site, via the XML-RPC facility and BlogAPI module shipped with Drupal. This includes file uploading, as the project is to allow people to upload pictures en mass to a Drupal site with minimal ado. What I'd like to know is if there...

How does AOP work in Drupal?

How does AOP ( Aspect Oriented Programming ) work in Drupal. I have learned about AOP in terms of using it for logging and security but how does it apply to Druoal? ...

How do I upgrade from Drupal 5 to 6?

I'm running Drupal 5 on my website and want to upgrade to V6. I've not got any obscure or unsupported modules running. What do I do though? I can't seem to find any step-by-step upgrade methods. Do I just have to overwrite all the files and then re-run the installer again? ...

Creating an online catalogue using Drupal, what are the best modules/techniques?

I have a large collection of retro games consoles and computers, I want to create some sort of catalogue to keep track of them using Drupal. I could do it as a series of pages in Drupal, but would rather have some sort of more structured method. It'd be great if I could somehow define a record consisting of certain fields (manufacturer,...