I have created a panels page which overrides my group content type display (using panels.module). But, for some groups, I want an administrator to be able to manually create their own group home page layout and content (using og_panels.module). But, it turns out that after creating the custom group home page using the og_panels pages UI and setting a page as a specific group home page, it still displays the panels page content type override.

I realised that by changing the weight of og_panels.module in the system table so that it was higher than panels.module (weight = 10), it gets executed after the panels.module, and my og_panels home page is correctly displayed, while the panels page group content type override is not displayed for this specific group.

Are there any problems that this weighting change could cause with the workings of these 2 modules (panels.module and og_panels.module)?

Thanks :-)

http://www.parkroad.co.za/blog