This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

Ecommerce module

Hi guys.

I'm new in drupal and im using it for my project, coz im not very good at .php language..
so, to make my work more easier, i use drupal with the ecommerce module..

is there an ecommerce module that will work with the Drupal 4.7 RC?

Im having a problem with me ecommerce.cvs

coz i don't think that it will work with the drupal 4.7 RC..

any help is very much appriciated..

thanks guys..

Q: Help with SQL Query

I am having problems figuring out how to do this query.

I have a bunch of cell phones categorized by taxonomy. For instance I have a Category called "SonyEricsson" that lists all the different types of SonyEricsson phones. Each type of phone is a term. For example:

Configuring TinyMCE 4.6 for Drupal 4.6.6

New to Drupal, so please bear with me and thanks in advance for the help.

Installed Drupal and TinyMCE without issue. TinyMCE is enabled and functions correctly when unmodified.

I copied the tinyMCE.init code found on the TinyMCE site in example_full.php, as I'd like to have all options available.

Should this code be added into "tinymce.module"? I've made a few different attempts to add it to this page, resulting in duplicate textareas being displayed where only one should appear... so I'm beginning to think I'm in the wrong file.

How to update project's official release tar.gz?

Hello,

I have released a first version of the new phpbb2drupal project for Drupal 4.6. For this, I have branched cvs with the drupal-4.6 tag as advised on the documentation.

Now, I need to release a new updated version of the same project still for Drupal 4.6. How do I handle cvs so that this new version replaces the old one on the project page?

thanks.

Grading-book for eLearning with drupal

And now concerning the gradebook....:

on one website i came across a grading system roughly with the following outline:

- 100 points for answering questions relating to subject (10% of total grading)
- 100 points for actively participating in class discussions (30% of total grading)
- 100 points for posting pictures concerning project (20% of total grading)
- 100 points for writing an essay reflecting personal understanding of the subject (40%)

4.7 and the new forms API

I've begun exploring moving some of the modules I've written on my site to drupal 4.7 (from 4.6.x.) However, I've hit a stumbling block when I started to convert one of my more complex forms. A sample of the html for the form can be seen here:
http://www.garyndenise.org/move.html

The complexity in this form is that all the checkboxes are contained within unordered lists. Those lists, using javascript, can be "expanded" and "collapsed" by clicking on plus and minus signs. Actually, this type of "html/js" based collapsing tree-view has been done many times over. Getting it to work in the 4.6 forms API was very simple, as I could simply spit out the html code I wanted, replacing any 'input' tags with the appropiate form_checkbox() call. It isn't extremely themable, but thats okay... in this case functionality was more important than looks.

Unfortunatly, I can't figure out how to do this with the new forms API. It might be a simple case of not seeing whats there... or perhaps I AM seeing it, but I'm so stuck on the 'old way' of doing things that I'm unable to comprehend the new way.

Can anyone who understands the new form API tell me if something like that above page is possible - and then point me to the right direction to find out HOW I can inject my own (and not really all that structured) html into the resulting form? (Doing it in a theme isn't possible, btw - the unordered lists are nested recursively - and only the module which creates the form understands it.)

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions