By bozo-1 on
I'm looking for a way to allow each (authenticated) user to define the page he will access upon login.
Right now, the default is http://www.mysite.org/drupal_root/node, which is fine. Some users, however, might want to arrive directly on the news aggregator feed, or, in the case of my own admin account, I'd like to reach the control panel directly upon login.
I've had a look at Front Page, but it only allows a site-wide change of the default page, which is not what I want.
Has anyone built a module that would allow this? (I guess it could be done using a PHP snippet, but it'd be ugly as hell and would prolly require admin intervention for any configuration change)
Comments
quicklinks.module
Hi Bozo,
I tweaked together a module for another Drupaller a while back called quicklinks....it allows every user to have their own "quick links block" and each user can specify their own front page.
I'm not sure if that's of use or not, it could be adapted to point to a user generated page, as opposed to just letting them select their own front page....but let me know if you think it's worth updating (it's designed for 4.6 and sitting in my drupal sandbox at the moment)
Dub
Currently in Switzerland working as an Application Developer with UBS Investment Bank...using Drupal 7 and lots of swiss chocolate
Well, that sounds very close
Well, that sounds very close to what I'm looking for. Besides, the quick links block does interest me as well :-)
Should the module work with 4.7, or is there some tweaking to do?
just spotted this..
Hi Bozo..
I need to "upgrade" the existing module in my sandbox to 4.7. , if you don't mind waiting a day or two.
Drop me an email if you're in a rush..if not, I should have it upgraded by the weekend.
Dub
Currently in Switzerland working as an Application Developer with UBS Investment Bank...using Drupal 7 and lots of swiss chocolate
There's definitely no rush
There's definitely no rush there :-)
quicklinks module for Drupal 4.7.x
HI Bozo,
Please find below a link to an updated version of the quicklinks.module for Drupal 4.7.x and a copy of the readme.txt.
I'm very tight time-wise, so I haven't created any settings page for it , replaced the "delete" text with the nice little trash.gif icon or inserted any dependency check - it assumes you already have the front page module installed.
Key Functionality:
notes
The quicklinks module was originally developed for Jeff and his bloggator.com website which was based on Drupal 4.6.x. It's very similar in functionality to the bookmarks.module with the key added feature of allowing users to specify their own front page to the site.
Dependencies: you must have the front page module for Drupal 4.7.x installed to use this module properly.
download
The module is very similar in functionality to the bookmarks.module so I haven't added it to the Drupal contributions repository. The link below starts the download of a ZIP file which contains the REAME.TXT, QUICKLINKS.MODULE, QUICKLINKS.INSTALL and TRASH.GIF files.
download the quicklinks.module in ZIP file format from Dublin Drupallers sandbox
Installation:
front_page.module quicklinks snippet
The following php automatically triggers the users choice for front page when they enter the site.
Hope you find it useful. I tested this earlier on a testbed site for 4.7.5 and it worked fine. Recommend you do the same (use on a test site first) before deplying on a live site.
Dub
Currently in Switzerland working as an Application Developer with UBS Investment Bank...using Drupal 7 and lots of swiss chocolate
Yes.. definitely upgrade it
That would be very useful here. +1
Hi Dub! I searching such a
Hi Dub!
I searching such a module for a 6.13 Drupal installation. My users should be able to choose any page as their frontpage (page after login).
Does your module work for me?
Thx, Sandra
It is exactly what I'm looking for now
I also need such feature of providing user's own front page upon login. What is in my mind is to set user's own front page on user's profile and the page appears as soon as the user is signed in.
d'oh!
forgot about this...will get to it soon, guys.
If you're in a rush email me. It shouldn't take too long to update for 4.7...but, I'm busy at the moment so if there's no mad panic for it, I'll get to upgrading it at some stage.
Dub
Currently in Switzerland working as an Application Developer with UBS Investment Bank...using Drupal 7 and lots of swiss chocolate
Quicklinks - update to 4.7
Dub, I hope you really gat a chance to work on this update soon. I'm waiting for it!
per user home page
Hello,
I want to customize the page as explained above.Did you find a module?
with regards
subscribing
I'm interested in this as well.
Nothing solid yet, and I had
Nothing solid yet, and I had kinda given up on the idea for the time being.
If you're running v5, though, check out the latest frontpage module, which allows you to define a per-role page to be loaded upon authentication. It's still not on a per-user basis, but it's better than what we had before.
Per-user home page upon login
but I am using 4.7.3
No cookie
Sorry, I haven't found anything for 4.7.x, and given all the excitement around Drupal 5, I don't think many developers would take time to write modules for 4.7.x.
As a side note, you really should check 5.x out, it's sooooo much easier to run a site with it!
per user home page upon login
Do you have quicklink.module for drupal 5?
drupal 4.7.x
this should work with 4.7.3
http://drupal.org/node/72602#comment-193931
Dub
Currently in Switzerland working as an Application Developer with UBS Investment Bank...using Drupal 7 and lots of swiss chocolate