Tagged Questions

3
votes
1answer
36 views

Detect which other modules are enabled in a new Drupal module

I'm creating a Drupal module which doesn't necessarily depend on other modules, but could offer other options if, for example, the Path module is enabled. What I'd like to know, a …
2
votes
3answers
75 views

Drupal 6 module for program syntax higlighting

Hello, Can you recommend a drupal module that provides a syntax highlighting input filter? Good coverage of less known programming languages would be nice.
1
vote
2answers
54 views

how do I extend a contributed module in drupal

How can I extend an existing module without modifying it? Actually its a contributed module, so I don't want to hack it. But I want to alter and add certain features to it. I'm new …
1
vote
1answer
78 views

Please Check For Idiocy: Customizing Taxonomy Term Page in Drupal

I've been trying to have my Drupal 6 module customize the way taxonomy term pages are displayed given certain conditions. This is easy to accomplish via themes, but there doesn't s …
1
vote
3answers
208 views

drupal hook functions and their arguments

I'm reading through Pro Drupal development right now, and an example on page 82 uses the following function: function menufun_menu_link_alter(&$item, $menu){ if ($item['li …
1
vote
0answers
177 views

Stack Overflow module for Drupal [closed]

I've made a nice little Drupal module for Stack Overflow. Currently it enables display of the Stack Overflow. The main advantage to just embedding the flair through JavaScript or …
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
2answers
147 views

Drupal - Breadcrumb and ‘In this section’

Hello, I have looked all over the Drupal site to find out how to view the breadcrumbs that the menu breadcrumb module installs, but no one else seems to be having the same probl …
0
votes
2answers
116 views

How do you write a Drupal module to access a .net web service

I'm a .net developer who needs to write a drupal module in php to access a .net web service. The php will have to do some local storage, I assume in the drupal data store. Can an …
0
votes
4answers
105 views

How can I rewrite a specific URL?

I want to rewrite the following urls: node/add node/edit etc To be something like - content/add - content/edit I also use the prepopulation model, and would love to able to …
0
votes
1answer
149 views

Pushing/Migrating your local Drupal site to a live-site.

I have installed drupal on my localmachine(ubuntu, Xampp), at localhost. Path and Pathauto modules are active (a module to produce friendly URLs). Migrating/Pushing my local ins …
0
votes
3answers
244 views

Get Drupal Paths During node ‘insert’ operation with Pathauto enabled?

I'm writing a module that interfaces with Google Base. It needs to insert a link to the page that the item is on, however, this item has no path until pathauto runs. How can I ei …
0
votes
0answers
32 views

how to use the wibiya module in Drupal

what are ahe settings will be done after after copy the wibiya module into Drupal project
0
votes
1answer
61 views

How do I run commands on the command line in a PHP Drupal module?

I'm writing an in-house module to generate a small LaTeX PDF. Within the module, how do I use PHP to utilize the command line?
-1
votes
1answer
67 views

Reason to change the xml files in solr

For the installation of apache solr integration module in Drupal we need to install solr. The must do thing is we need to change the solr schema.xml and configure.xml files with …