Active
Project:
Forward
Version:
4.0.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 Jul 2010 at 18:59 UTC
Updated:
23 May 2020 at 16:13 UTC
Jump to comment: Most recent
Comments
Comment #1
YK85 commentedcan anyone please help?
Comment #2
seanrThis is a bit more difficult than it would seem, since you'd be dynamically generating the menu items. Then you run into the fact that the menu items are cached, so that'd need to be cleared each time the path was changed. I'll look into doing it, but it'll take me some time as I've got a lot on my plate at the moment.
Comment #3
john.oltman commentedComment #4
dwwYeah, this would be nice.
I solved this for my site with a custom controller and menu item that looks up the node from a URL alias and spits out the appropriate forward form. Something like this:
sw.routing.yml:
src/Controller/SWController.php:
That said, it'd be nice to potentially provide this as a setting directly in forward.module. Shouldn't be that hard, but given the above, I'm not desperate to spend time on this anytime soon. ;)
Cheers,
-Derek
Comment #5
john.oltman commentedComment #6
john.oltman commented