I have been working on a script that will import zazzle products into the drupal database.
It is working but there is 1 problem and that is the date insert in to the database.
I am using the DATE module for it and the command.
The var $pubDate is filled with the value : Sun, 22 Oct 2006 14:04:36
The custom input format is "D, d M Y H:i:s" these two match. And i did set the time zone handling to UTC.
I made a grid of data by using views, it should be shown in a block.
I need some of the fields to be center and some align to the right (and not always by default to the left).
I tried to write several html codes without working...
should I write the style in the "Element class" "Wrapper class" or some where else ?
What should I write to make it work ?
My boss requested me to modify term reference and allow each user have their own taxonomy vocabulary.
For example, in content type product, there is a term reference field called 'factories'. It's associated vocabulary is "faclist".
When user A create a product, the vocabulary of 'factories' will be changed to 'usera_faclist'.
When user B create a product, the vocabulary of 'factories' will be changed to 'userb_faclist'.
I'm really new to all the drupal stuff but I'm creating a theme from a design I already have.
I succeeded in displaying the main menu but I can't retrieve the sub menu items who are under those items.
I'm using the $main_menu variable but I was thinking I might need to use a hook or template function to get the right details.
It would be nice if there's an easy way to get a simple array with some basic information about the menu items and there sub menu items.
Hello. I am using the acquia stack installer on my machine , i instaled and inported the drupal 7 version from here (drupal.org), for the development state of my site. So i am trying to register user(for testing ) , like any anonymous would in real tine . I type a user name, valid email adress , and "creat account". Immediatly AVG is asking me if i allow something , i say allow , but i never receave the email from drupal to activate the account. Can anyone help ?