Open Home at staging 1
login with username and password
click on Your dashboard tab
Not showing “Make this my Home page” link in staging server but in prototype showing the link.

Please find screen shot attached with this.

CommentFileSizeAuthor
drupal_home21.GIF28.04 KBpiyushpoddar
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

piyushpoddar’s picture

Project: Bluecheese »
Component: User interface » Dashboard

Moving to the Redesign project

drumm’s picture

Title: Dashboard:not showing “Make this my Home page” link » Add “Make this [dashboard] my Home page” link
Category: bug » feature

Users should be able to set their homepage to be their dashboard.

UI elements to set this, and database storage.

if ($_GET['q'] === '' && user wants the dashboard) {
  drupal_goto(‘dashboard’);
}
drumm’s picture

drumm’s picture

Project: » Drupal.org customizations
Component: Dashboard » User interface
drumm’s picture

Assigned: Unassigned » drumm
Issue tags: +drupal.org redesign sprint 4
drumm’s picture

Committed the first round of work, UI and data storage. Need to hook it up to something now.

drumm’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)
Issue tags: -drupal.org redesign, -drupal.org redesign dashboard, -drupal.org redesign sprint 4

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit c2b1b48 on 6.x-3.x, 7.x-3.x-dev by drumm:
    #690356 First round of "Make this [dashboard] my Homepage"
    
    
  • Commit daea55d on 6.x-3.x, 7.x-3.x-dev by drumm:
    #690356 make this [dashboard] my homepage