Is it possible to use the erp module to display products on the front-end of a website and then sell the products as well. Basically I would like to use the erp as the sole module to handle the stock control, sales, customers etc.
I'm trying to put together a CCK field that "creates" a nodereference field based on taxonomy. For example, for a taxonomy with terms A, B, C, D and a node assigned terms B and D: the node edit form will display two fields "B nodereference" and "D nodereference." hope that is remotely clear. i am just adjusting code from nodereference.module to create this new field.
I'm trying to put together a CCK field that "creates" a nodereference field based on taxonomy. For example, for a taxonomy with terms A, B, C, D and a node assigned terms B and D: the node edit form will display two fields "B nodereference" and "D nodereference." hope that is remotely clear. i am just adjusting code from nodereference.module to create this new field.
This will be a great feature for Drupal- I just need a little help with the php. When it's all worked out I come right back and post all the code :)
What I want to do is enable automatic comment moderation with the vote up/down module. Comments below a certain threshold will be hidden, but openable via javascript.
So I was thinking of putting the code in comment.tpl.php, but maybe it's better in comment.module? i don't know.
Something like this, but I don't know how to write the php:
I'm developing a module that is going to share data with a "thick client" application. The "thick client" will upload user profile data to the drupal database. Typically, the "thick client" will get the user data first, then it will be uploaded, then the user can login to the website and edit the data later.
Ideally, the thick client would be able to assign the user id number and create the user in the drupal database when it uploads the profile data, without the administrator having to go in and run any scripts to create the users.