00824: Customizable group for MakePageName()

Summary: Customizable group for MakePageName()
Created: 2006-10-27 00:09
Status: Open
Category: Feature
From: RK?
Assigned:
Priority: 2
Version: 2.1.26
OS: N/A

Description: It's useful to have relative links in some groups always resolve to different groups. For existing pages, the target group can be defined using $PagePathFmt, but for missing pages MakePageName() simply uses the group of the current page. If I understand the code correctly, my suggestion is to replace the final line of MakePageName():

  return "$group.$name";

with:

  SDV($MakePageNameGroup, $group);
  return "$MakePageNameGroup.$name";