Hello.

The "User login" block on my site has disappeared. I know that I can login on http://localhost/?q=user, but for my users I need that block back on the homepage.

I checked the options in the "Block" and "Modules" options of the administration page, and everything seems ok (that is, the block should appear inconditionally to any user, identified or not, on every page). I tried going to http://localhost/update.php, and doing the update, but that didn't give anything.

Thanks for any help.

Comments

dhvani2511’s picture

hi

login to ur admin user and check the administrator->site building->blocks
Check that what is the region u give to the user login block...

and make sure that you didnt change page.tpl...

May be this helped you

dhvani

fdelente’s picture

Yes, I checked the "Blocks" module, and it says the "User login" block should appear on the left of the page, but it doesn't...

I didn't change page.tpl. Can drupal modify it by itself?

dhvani2511’s picture

you not need to change page.tpl but make sure that it has

<? print $left ?>

somewhere in it....

dhvani

fdelente’s picture

<? print $left ?>

is present in the page.tpl.php for the Garland theme which I use for the site. However it's in an if block:

if($left):

so I guess that this $left is set to false somewhere... do you happen to know where? Thanks!

dhvani2511’s picture

if u r sure that ur block is in left region than there is no chance that it bcome false...

than also
did u try without if??

dhvani

fdelente’s picture

I've just tried and even without the if the block doesn't reappear ?!?

dhvani2511’s picture

sorry

but i dnt have any further idea...

If u gt anything post here

thanks
dhvani