I have path enabled per purl and spaces_og
I named my first group "mygroup".
It is node/1

Is there a lookup that I can do that given mygroup or http://mysite.com/mygroup I can get the actual source of node/1?

Comments

bblake’s picture

You should be able to do the following on a page ( in a preprocess hook for example ) to get the actual source of a path minus the purl path.

  $path = drupal_get_normal_path($_GET['q']);

Is that what you were looking for?

bblake’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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