Hi,
I´m working in a 2-languages site with i18 module but I have two problems:
1.- When I create a custom menu (not primary or the other predefined) and click the Language switcher it doesn´t work b[...]
I have several content types created with cck module and what i am trying to do is to load any of this node forms after a user makes a choise in a select box in the same page. I have created a module [...]
Hi everyone,
I would like to know if there is a "web to print" module for drupal.
I would like to customize a business card on ligne, with a direct outline of the modifications (as in vistaprint). The[...]
This is a simple feature that I want to be able to use many times, detect if a record exists or not. I know how to do this in regular PHP and MySQL but not in Drupal's Database Abstraction Layer. Ther[...]
return theme_checkbox(array(
'title' => 'Title',
'value' => FALSE,
'return_value' => 25,
'description' => 'Test',
'required' => FALSE
));
Why this code throws me the "warning: implode() [function.impl[...]
Hello,
I am facing a certain issue with module creation for my first drupal project. Its the first time that i've created a module, i followed the same steps of copying and putting my code, my module [...]
You know, fancy slide and fancy zoom modules have nice effects. You can integrate it together:
(image in slide can be zoom)
read more
I have created a node using CCK and need to modify it to display charts. The issue I am having is that this content type shows up on about 20 different pages within my site; I am using sort within vie[...]
Hi,
i try to develop a module, and it works fine except from the update function in the install file. When i start the update process my module is not even in the list of modules.
My update method loo[...]
Hi all,
I have an issue that I hope someone will be able to help me with. I have an RSS feed aggregating into my site, however for some reason, the feeds are not being published as actual content. I c[...]