Drupal is up and running but how do I ...?

Working with cvs files

Hi,
I want to show csv files as table in my web site.
How I can do this.?
--
Sharique

Managefolio.com

How to show different frontpages for different groups?

Hi all,

Sounds an old question, yet i struggled but still no luck.

Since, upon logon, the user is shown the frontpage as defined at "administer->settings->...->Default front page", different group members see the same page upon logon. To see their associated group page, they have to do one more click, e.g. under the block "My Group".

How to auto-redirect them to their own Group Page, e.g. the one defined at "administer->settings->og->Group home page ?

Which is the way to go?
-embed conditional handling PHP?
-url aliase?

Theme discrepancy: why?

While I was working on making a site for a publisher, I noticed a slight drop in the body of the Garland theme.

http://gs18.inmotionhosting.com/~greenl7/?q=books/btt

The middle part appears a few pixels lower than the main part on a 600x800 browser. Why is this?

Thanks,
Rory

Working with excel sheet

I want to integrate a excel sheet in a page. Page will display excel sheet in table format. This sheet will be updated daily.
How I can do this?

can not access TEXTAREAs with javascript

I started working on Drupal lately, so forgive me if my question sounds naive.

I have installed the latest stable 4.7 and it is up. There is some javascript which I am trying to integrate to support input for one of the less used languages. The script (which is not mine) works by 'collecting' the textarea elements within the page by using document.getElementsByTagName('textarea') and attaching a function for the keypress event, .i.e. the function gets called on an event of "keypress".

However it is not working on Drupal. As a simple way of finding out why not, I tired the following code and got 0 number of textarea elements ON a page that actually had at least one such form element.

//exiperiment
function getElements () {
var x = document.getElementsByTagName('div');
var y = document.getElementsByTagName('input');
var z = document.getElementsByTagName('textarea');
alert ('# of DIVs = ' + x.length + '\n# of inputs = ' + y.length + '\n# of TEXTAREAs = ' + z.length);
}

I am a complete newbie for drupal, and not a geek in Javascript. Since both the script and my code snipet above work on other pages, I think this is a drupal specific issue.

What am I doing wrong here? Or, what could be interfering? Does anyone have a possible solution? Please help.

P.S. My installation is drupal 4.7, with only some of the standard modules activated.

Using SSL with drupal.

Hi,

Are there any good references to using SSL with drupal?

I'd like the user to be redirected via SSL from the login screen.. In particullar I've set up the "persistent_login" module which will ask the user for their password when attampting to view or modify sensitive data.. at this point they should also be reirected via SSL..

Is there a module which can accomplish this?

Thanks

Pages

Subscribe with RSS Subscribe to RSS - Post installation