Is Drupal a viable solution for my website? Please review What is Drupal before posting.

D6 or D7?

hi,
Is D7 ready to use ?

(I am new at drupal)

User forms portal?

I am looking at putting together an online form for this purpose and would rather not have to do it from scratch (and learning ASP will take quite some time for me as I hate and am terrible at coding)

Basically, I'm looking for a form that saves everything to a central SQL database. Once the user has filled out the form, if it's a request that requires manager approval, it's emailed to the appropriate manager. The email is a HTML email with three buttons in it underneath the request:

Approve

Deny

More information required

Clicking approved makes the request be put into an email (or any appropriate form) that is emailed to the Service Desk for actioning.

Deny and More Information required simply reply back to the requestor.

Some sort of web interface would be good for viewing your submitted requests so that you can edit it if it's denied or needs more information.

I'm trying to do this to stop getting request forms for hardware with no cost centres (do they expect IT to pay for this?), user request forms without any details except the persons name (when do they start? Are they a contractor? Do they get an email address?) etc etc

Develop on Drupal 6 or 7?

The 6 month of code freeze stage of the Drupal 7 is coming to an end. And I am currently planning and testing stage of my web development.

I know many of you would have suggested that I develop at Drupal 6.

However, I have a question. Is it possible for me to develop in Drupal 7 Alpha version then upgrade it when the stable version is released?

user blogs check them first before they go live

hi there in drupal how do i make it so that i have to check user blogs before they go live on the website

just like you can do with comments

thank you for your help

hook_nodeapi -> presave (text with "à" and "€" in a field)

Hello,

I added a variable in a range of prices in euro.

Here is the code for example:

<?php
function modeles_2r_nodeapi(&$node, $op, $teaser = NULL, $page = NULL) {
   if($node->type == 'modele_moto') {
      switch ($op) {
           case 'presave':
             $node->field_trial[0]['value'] = '2 000 à 3 000 €';
             break;
      }
   }
}
?>

And here is the result in the database: 3 000

Website with custom multiple user blogs

I have a pretty straight-forward question, I think, that I can't seem to find a straight answer to.

Pages

Subscribe with RSS Subscribe to RSS - Before you start