1) To let you know about the Drupal Digest CVS feed which hand picks the best commits (and commit messages) from _all_ of the commits to the drupal cvs. About 7,000 commits are made each month and the editor (me) reads them all and promotes the best into that feed. If you want to know what's going on with Drupal development, this is a good way.
2) To remind module developers about providing history and credit in your cvs commit messages. CVS knows that this is an "initial commit". CVS knows that you "added foo.info". Don't make those your commit messages. Instead provide the motivation for the change, provide a link to the node that contains the discussion about the motivation, provide details on who helped create the patch. These artifacts create rich information that helps track down bugs years from now when someone says "why is this code in there?" And believe me, that happens a lot. Some people think that those messages just get recorded somewhere and nobody reads them - I assure you that hundreds of people are going to read your commit message. So please, make those messages worth reading.
I actually work on a ecommerce website based on drupal. I use the ecommerce module to manage product and store.
What I need is to add rows on the cart view containing the VAT and shipping amount. I have tested flexicharge, but it only permit it on the checkout_review_form, I need the same for the cart_view_form. I know how to add it modifying the cart module, but I would prefer a cleanest method (using hooks ?). I have tried it with the hook_form_alter, but it seems it can't modify the cart table.
Just an idea that I would love to have on my site.
Administrators create tests/quizzes and assign a title, attribute or additional access permissions to members who complete the test/quiz successfully (meaning 100% or a set %).
Example quiz:
Q1. The sky is?
- Blue
- Green
- Red
Reward: Title - Smarty Pants
Reward: Attribute - Wisdom+2
Reward: Access to create polls
------------------------------------
I was wondering if someone could help me. I am looking for a module that would integrate the classifieds and the buddy list together. Does anyone know how I could go about this? Thanks.
I am running version 5.x and there are some modules currently for 4.x that i want to use for 5. The main two are the google translation service, and the modules that can be used for e-learning, so quizes, multiple choice, that kind of thing. In the examples, there is an e-learnign site that teaches english I believe, so this kind of functionality is out there, but perhaps not for 5.x
So, does anyone know if these are being developed, when they might be developed, or is there another module for 5.x that would do what I'm after?