Is it possible to use my gmail account to send outgoing mails from my D6 site?
I am not sure how to configure php.ini / mail.inc
I know there is SMTP module for D5.. none for D6 yet
there are so much modules online, i'm a bit confused. I'm searing for a possibility to display other websites (like an external forum) in the center of drupal, just the frame of drupal remains.
is it possible to have images with description under body in story? For example: I would like have Title, Body and then few Images. I dont want to add images inline body. I need some extra field group with images and upload. And the my second question is: I need fill a few different parameters in every story. Number of parameters, Name and value have to be filled in runtime.
Can somebody help me? Thx. For more information please contact me here.
hi there,
Im wondering if someone can help as Im very new to Drupal. Im attempting to write an external custom php script which will dynamically load nodes into the drupal database. For various reasons this needs to be an external script rather than a module.
So I need to make the node module functionality (specifically "node_save()") available within the script.
Can someone tell me what initialisation code I need to include in the script to make the node_save function available. This is what I have so far which isnt working:-
Hi
I have created a new module in Drupal. I have created a registration form kind of page using forms. Now I wish to create a page which has information contained in a structured format, like we create Using Html with help of lists and tables.
Information could be anything, say list of users extracted from database.
How to order them in a single column, creating a header and then below in next row its information. I have tried to understand table structuring in Drupal but could not get it.
If you could through some light on it, it will be gr8t help for me