Hi
I have installed drupal in my site. I have another script written by me in php. Now I want that only the member of my drupal based site can visit my own script.
That mean How can I use drupal user authentication system in my own script
thank u all
Hi,
my client is asking Drupal 7.2 with E-Commerce website. How to create e-commerce website in Drupal 7.2. Please give me a details of modules.
which modules i have select?
I'm looking to upgrade my holiday let website and have been thinking (longing) of switching to Drupal for this. However Joomla has a particularly good holiday let site module called JomRes which does everything from availability calendars, Google maps, to integration with payment gateways. I've looked but can't find an equivalent for Drupal. Am I being blind, is there one?
i am developing a small solution which should read a htm source file from disk and then read the contents of the html source into drupal node body. but for some reason, i am getting "1" rather than the html code. if i do a var_dump on the variable its showing the html source, but when sent to drupal not working, any help on this is really appreciated.
Hi all i am new to drupal. Currently i am using durpal 7.2.
Recently i am working with forum. Ok lets say i have to two forum. 1. Australia and 2. England .
The problem is i want to remove drop down menu name forum. IF somebody goes to forum 2.England, drupal still provide you drop down menu of forums. This is very confusing for users.
How to prepopulate multi value fields in D7 ? I was succesfully prepopulate single value field by manipulate #default_value parameter in hook_form_alter , but cant do same for the multi value fields, any ideas ?