I'm running with version 4.6. I've been looking through the examples so far and not found what I am looking for. I've used Flexinode before but for what I want I need to create a module to handle all the work, but I am struggling to really understand what I need to get in place.
I want to use Drupal to allow users to register and then provide them with a
I am a new user of drupal. I want to create an ecommerce site . For this i came across drupal along with its ecommerce module. But it seems to have a limitation that I can associate only one image with a product ( I need to provide multiple images to each product). I would like to know if there is any way in which i can associate multiple images with each product.
I've been crawling through the forums to find an account of this..
I know that through assigning a new flexinode content type to a specific vocab, enables the option to select tax terms for the specific flexi-node. Now, I want to make this taxonomy term show up as a part of the tabular view, so that an extra column is created within which the (clickable) taxonomy term is shown.
I assume this takes some modification of the module and I'm not yet sure if it would be best to modify the original flexinode or the fleximax module.. probably this doesn't really matter.
I just installed the epublic edition. And it is working fine. Now, my requirement is to insert an image with current print editon display. Please any one can help me.
Please, help me! I've read already diff. forum notes, nothing helps;((
1. I've got a PHP theme, downloaded banner module for Drupal 4.6, installed everything as it was said
2. I loaded the picture and can see it in the admin/banner/3/view, and in the banners (My banners)
3. I've created a block and added the following code inside: echo banner_display(); I tried the same varient with 'return' and 'print',
4. I can see the title of this block.
BUT I still can't see the banner ;((
It seems to me I've tried everything
I'm fashioning a database migration program, from Mambo to Drupal. I figure it will take just about as long to write as transferring the data manually, but I'll gain more experience writing SQL.
In Mambo the mySQL date/time format is stored in the mos_users table, registerDate and lastvisitDate fields as type datetime with a format of 0000-00-00 00:00:00.
Anyone know what PHP function and parameters I would apply to this time format data to get the Drupal database integer?