It should still work as before - as I believe the ContentFinder/NotFoundHandler logic is the same as v6.
Personally I've written a version using the newer ContentFinder interface, which I'll aim to add to the next uComponents (once it is out of it's current limbo state).
Multi Site Page Not Found Handler v7
Does this currently work with v7 (or is there source code in development that does this)?
If not, I'll probably create it shortly and will release the source code
Hi Summit,
It should still work as before - as I believe the ContentFinder/NotFoundHandler logic is the same as v6.
Personally I've written a version using the newer
ContentFinder
interface, which I'll aim to add to the next uComponents (once it is out of it's current limbo state).Cheers,
- Lee
Thanks Lee.
Would you be willing to share your new ContentFinder implementation? I'd love to check it out.
Hi Summit,
Here's the gist: https://gist.github.com/leekelleher/9367600
You'd need to register the
ContentFinder
in the app start-up:Hope this helps?
Cheers,
- Lee
Lee -
This is great.
Thanks a bunch!
Zac
is working on a reply...