By lsaslam2 on
i need to know how to enter to the adminpage of any drupal site once i login, now i set a new site and once if i login using the admin credentials, its takong me to the site homepage with the logged in, really i want to see the graland adminpage once i login to the site, not the actual site homepage, how its possible?
Comments
Set default front page
Copy the link of the page you want to be redirected to.
Lets imagine the link to be http://localhost/yoursite/user/1
take the user/1 from the link.
Go to http://localhost/yoursite/admin/config/system/site-information
There is a block with title
Front page
Set your link (user/1) in
Default front page
and Save configuration.
Not working perfectly
Thanx Mr sumancool.jb ,...this is redirecting to the page user/1, but still show the home page, there is no option to go to the admin panel, once if we login, we need to type /adim to enter to the site's backend, whats the solution for this?
Plz tell me the link you want to be redirected to
Plz tell me the link you want to be redirected to.
Like http://localhost/yourwebsite/adminsoandso.....
Try with the test link
http://test.ambaresearch.co.in/ is my test site and now if you open this, there is a login form,its fine, when i login with regular user, its showing up the actual website and its content, but if i login with the admin credential,i need to open the website in graland theme not in my theme structure...how to do that?
login dest
using the module login destination, noot perfect, the thing is once i login as an admin, idont want to see the actual website front end in the same browser, once i login, only need to see the drupal graland them back end panel,, how to do that?
I will look into it
I will look into this issue and let you know if there is a solution.
working
working fine this..thanks sumancool.jb