Closed (fixed)
Project:
Page manager existing pages (D7)
Version:
7.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 May 2012 at 16:44 UTC
Updated:
31 May 2012 at 00:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
swentel commentedthat's probably not possible, but it's easier to use the 'Views content' module for it I think, it comes with more configuration options once you add a pane.
Comment #2
sbilde commentedIm not familiar with that module called Views Content, and can't seem to locate here on drupal.org?
Comment #3
swentel commentedThat comes with ctools itself, look on the modules page in the fieldset of Ctools.
Comment #4
sbilde commentedOkay. Actually, the additional content that I wanted to show in the sidebars of the page, was in fact some 'views content panes' with various content along with the 'existing node', which originally belonged to the menu, that was 'taken over'.
Maybe I'ts easier just to create a panel-page along with a taxonomy-variant, and set up some contextual selectors!?
It would be really awesome, if this module could handle 'wildcard'-paths in the future..- PM EXISITNG PAGES, FTW :). - Once again thank you, for your great contributions Swentel.
Comment #5
andypostit does for now but there's some troubles with #1440068: Wrong usage of arguments
Comment #6
swentel commentedThe patch here http://drupal.org/node/1440068#comment-5998798 will probably make this work. Try overriding the /question/tagged path - so without the %. If that works, I'll update the documentation for this on the project page and on the configuration screen.
Comment #7
swentel commentedOk, the problem is the wildcard. For views, this should be %views_arg instead of %. Patch attached, tested and committed.
Comment #8
swentel commentedComment #9
sbilde commentedBeautiful! The little snippet from #7, along with the %views_arg -element did the trick. - This module has just upgraded to be a permanent part of my tool belt (make-file)...- Really powerful!
- You rock Swentel ;)
Comment #10
andypostSuppose this needs some clean-up
What this code means? Looks like you assign the value twice.
Comment #11
swentel commentedYou're right, never saw those double declarations, removed them in http://drupalcode.org/project/pm_existing_pages.git/commit/e8a7ce1