H,
I want to create a student registration form in Drupal 7 and it has different user input fields. That is
User First Name:
User Last Name:
Auto generate unique ID Number(3 digit)
Option field (Select Predefine course)
User ID
Password
E-mail
Phone
Address
Others Info
Now, I would like to sum of four fields and save the result in “User ID” field in the same form. That is
First Name+Last Name+Auto generate unique ID Number(3 digit)+Option field (Select Predefine course) =User ID
Had a hugely frustrating hour searching for this file. Been attcked by trojans and sent on blind missions through pages of dubious sites. It's needed to run Drupal on Apache. It's clearly mentioned in the install guide but it's left up to the user to find it, if it's not installed in your PHP extensions directory.
Can anyone post a link to pdo.dll and whatever else I need to run Drupal? Cheers!
Maybe add it to the Drupal download. Just a thought.
I'm creating a portal which have 3 types of content: news, articles and multimedia. And it also have a bunch of themes. So what I did was create two taxonomies, one for the type and other for the themes. But I can't figure out a way to call for two taxonomies at the same url. Example: if I want to see only news related to one theme. How can I do that? Or maybe this is not the best solution out there? I tried to create the content types as a child of those themes, but it didn't work out pretty good (at least on Drupal 7).
Hi guys, I'm quite new to Drupal so please excuse me if I don't explain this too well.
Each page on my website basically relates to a particular content type.
I've got 5 content types that all reference the same taxonomy vocabulary named Category.
I've used the Taxonomy Menu module to build a 'Category' menu which I've placed in the left sidebar.
at the moment I have a main menu (NOT DROP DOWN - DO NOT WANT DROP DOWN MENU) when you click on of these they turn a diffrent shade to show taht you are on that page, BUT I want a few pages to show underneath this page which would make the main menu link highlighted to show that these pages belong to that section
at the moment I am using navigation or is this the wrong way to do it?