I use a custom front page so my content assignments don't get overwritten on updates. The form alters for login and registration have hardcoded the path to home. Could that be changed to use:

variable_get('site_frontpage', 'home');

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

RobKoberg’s picture

Patch attached

ezra-g’s picture

Status: Active » Needs work

Thanks! Looks good except for the double semicolons :).

RobKoberg’s picture

whoops. here you go

ezra-g’s picture

Status: Needs work » Needs review

Setting back to "needs review."

Devin Carlson’s picture

Version: » 7.x-3.x-dev
Status: Needs review » Reviewed & tested by the community

Tested #3 with an existing install. With the patch, after login or registration, users were properly redirected to the site homepage after the front page was configured to point to a different node.

Devin Carlson’s picture

Status: Reviewed & tested by the community » Fixed

Committed #3 to Commons Site Homepage 7.x-3.x.

http://drupalcode.org/project/commons_site_homepage.git/commit/c5fbb20

RobKoberg’s picture

Is there any where to see all the sub projects git logs merged? Or do know any tricks to be able see them all?

ezra-g’s picture

Following the release of 3.3, we're likely to focus on #1983606: Move some of the Commons_* modules into the Commons distro repo which will make it easy to see the revisions for most or all of the Commons* projects in a single repository.

Status: Fixed » Closed (fixed)

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