drupal user system in other script

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

e-commerce website in Drupal 7.2

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?

Is the a holiday let module equivalent to Joomla's JomRes?

Hi everyone,

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?

Thanks!

Jack

Urgent Help needed

Team

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.


function file_upload_form_submit($form, &$form_state) {
$validators = array(
'file_validate_extensions' => array('html htm'),
);

if($file = file_save_upload('excelfile', $validators,'', FILE_EXISTS_RENAME))
{
$dest = '/tmp/';
$source_file = $dest.$file->filename; //get the destination folder and the file name
$target_file = $dest."process".$file->filename; // create a dynamic html file name
echo $source_file ."
".$target_file;
// run the code cleaner perl module
$code_cleaner_cmd = "perl /var/www/drupal7/sites/all/modules/custom/file_upload/codecleaner-508.pl ".$source_file ." ".$target_file;
exec($code_cleaner_cmd);
//create the 508 file name
// $new_target_file = $dest."508".$file->filename;
// $code_508_cleaner = "perl /var/www/drupal7/sites/all/modules/custom/file_upload/codecleaner-508.pl ".$target_file ." ".$new_target_file;
// exec($code_508_cleaner);

Need support for forum modifcation

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.

Thank you

Prepopulating multi value fields in D7

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 ?

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x