By fdelente on
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
check this
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
"User login" block has disappeared
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?
you nt need to change
you not need to change page.tpl but make sure that it has
<? print $left ?>
somewhere in it....
dhvani
"User login" block has disappeared
<? 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!
no its nt so
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
"User login" block has disappeared
I've just tried and even without the if the block doesn't reappear ?!?
i hv no further idea
sorry
but i dnt have any further idea...
If u gt anything post here
thanks
dhvani