-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
7.6 jumpurl.secure and fluid_styled_content #2
Comments
I found It can work with RTE but not with File Links (fluid_styled_content) lib.parseFunc_RTE.tags.link.typolink.jumpurl = 1 could you provide TS example for File Links with fluid_styled_content? |
Hey, I think the Fluid templates needs to use <f:link.typolink> to send the parameters jumpurl.secure to the typolink functionality - could you recheck if this solves your problem? |
I tried but it doesn't :( |
Still no solutions? |
Hi @bmack |
Hi
i'm trying to use the jumpurl.secure over a secured folder on nginx but it doesn't work.
i'm using fluid_styled_content.
the jumpurl redirect works, just the secure doesn't.
a quick debug show the secure parameter is not passed in the $configuration array.
maybe it's just i miss some TS.
config.jumpurl_enable = 1
config.jumpurl.secure = 1
Thanks
The text was updated successfully, but these errors were encountered: