Active
Project:
Persistent URL
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Aug 2012 at 21:53 UTC
Updated:
19 Jun 2013 at 22:31 UTC
I am working with panels and content in groups.
I have used purl in the past.
It will nicely rewrite the path of a view in an organic group
will it do the same for panels?
Comments
Comment #1
bblake commentedSure, there should be no issue rewriting the paths for panel nodes in organic groups in Drupal 6 or Drupal 7. If you added Panels to OpenAtrium in Drupal 6, it will rewrite the node paths without issue. I have not tried in Drupal 7, but nothing has changed that would make me think it would work differently.
Please let me know if you encounter an issue with it.
Comment #2
socialnicheguru commentedit doen't seem to be
1. create organic group, mygroup
2. create article type which must be in group
3. enable pathauto for article (content/article)
the url of the article is localhost/content/article
what I would expect is localhost/mygroup/content/article
Comment #3
socialnicheguru commentedno it doesn't work.
If I am in the group and access the view content then yes.
But if I am not in the group and I click the link, I get the pathauto setting without the group path
Comment #4
socialnicheguru commentedi enabled a feature
the feature has a panel page
the panel page path is not rewritten to have the purl url as the base
any ideas?
Comment #5
socialnicheguru commentedhas anyone else tried this or developed an alternate solution?