THIS FORUM IS NOT FOR "What module..." or module support questions-- it's for module development and code related questions.
The module development forum was created to aid those who are developing modules or writing code for Drupal.
This forum is not for "Is there a module that does..." or "I need help with module x..." questions. It's also not a place to ask developers to write your code for you. Please respect this.
- If you you have drupal installed already and are seeking a module that does a specific task, have a question about a specific module and what it does or if it will fit your use case, please place your questions in the Post installation forum.
- If you have a problem or question about a specific module, you should create an issue in the module's issue queue (after checking for an existing issue first).
- If you don't have drupal installed yet, please place your questions in the Before you start forum.
Thank you in advance for your co-operation.
modify my ID and classes
How do I modify ID and class generated from blocks and views ?
<div class="views-row views-row-1 views-row-odd views-row-first">
For example I'm not interested in odd rows. How do I remove views-row-odd ?
Can be done by code ? Is there a module that can do it ?
Link in top menu
I'm trying to create a link in the top menu in the Marinelli theme. The idea is that when I click a button in the top menu a new window opens.
Alter form via AJAX, like HS module
Hello,
How to make this:
if my user add node with type "task"
he can see field with taxonomy. When he select one term, he can see another field with another termins. it will be loaded via ajax
i created new content_type, added fields.
Now in my custom module i have to alter form of this type.
what hooks i have to use? how i make check, when user creating task?
for example:
<?php
1)get node_type with hook_node_form_something
2)hide field with hide()
3)code for check if field1 is changed and show field2
?>Thank you! I can't find something like this at site.!
uc_discounts_alt
Does anyone know if this great module will be ported to drupal 7?
(Ubercart Discounts Alternative)
http://drupal.org/project/uc_discounts_alt
I cant find a good replacement for it either.. We are using mostly "amount-based" discounts.. no coupons etc
any answer is appreciated! :)
/Magnus
Lightbox2. How to change the compact view of imagefield?
There is a feature in Lightbox2 - "The compact view shows only the first image in a multiple imagefield but shows all images in the lightbox".
Could anybody help, what to write in my custom-node.tpl.php, if I'd like to show my image preview images inline, not only first of them?