no body or head

I was wondering how to remove either the body or the heading to a post.

is there a way?

thanks

Automatically destoy the session when the browser closes

HI,
thank u for giving a reply. but it does not work

In settings.php i chaned three things they are:

ini_set('session.cookie_lifetime', 2000000);

with
ini_set('session.cookie_lifetime', 0);

And

ini_set('session.use_only_cookies', 1);
with
ini_set('session.use_only_cookies', 0);

And

ini_set('session.cache_limiter', 'none');
with
ini_set('session.cache_limiter', 0);

Automatically Log-Out Users When They Close Their Browsers (all types of browsers)

HI,
Iam new to the php with drupal ,firstly i created one page with drupal.But some security problem comes i.e if i close the browser session is not closed.
By this iam changing the settingg.php in that

replace the

ini_set('session.cookie_lifetime', 2000000);

with
ini_set('session.cookie_lifetime', 0);

I change these and close the browser .again open session is not closed .So what can i do .

please help me.

advanced thanks.

Blank page when upgrading from drupal 4.6 to 4.7

When upgrading my site from 4.6 to 4.7 I get blank pages for update.php or index.php what is going on ? Using php 5.1.6. I can't acess any page. When reverting to 4.6 everything works again.

import 35000+ nodes

Hi all, I want to upgrade my web site from drupal 4.7 (without cck but with my modules) to drupal 5.3 (with cck but not with my modules because I can do all with cck). I have tried node_import module without success, so I need to import users, categories and nodes (varius type) in another way.

Is there some RTFM that explain me how can I do it ? How can I use node_save into my scripts ? How can I import the users and their settings ?

M.

is there a way to copy a custom panel ?

Hi,
I've got some custom panels that I'd like to copy and revise,
rather than building new ones from scratch.
However, I don't see a way to copy/clone the panel .

Is there a way ?

Thanks,
DK

Pages

Subscribe with RSS Subscribe to RSS - Drupal 4.7.x