Tips

How to add a blank value as first element in a TCA.php input select

Very often you need to detect a user logged in frontend and backend.

Through VHS is possible to return the Absolute url of the current page using the following property:

{v:page.absoluteUrl()}

 

Obviously, remember to add VHS namespace in your fluid template:

{namespace v=FluidTYPO3\Vhs\ViewHelpers}

 

 

A bug is present on felogin extension of TYPO3.

If "showLogoutFormAfterLogin" is enabled no redirects will be checked. Disabling the property the redirect will works fine.

For more information there is a link to bug issue