An Extbase-based TYPO3 Extension which is called typo3_forum. This fork is working in TYPO3 Version 8 and under development. Testing, Issue-reports and Pull-requests are welcome!
I understand this is not your code, I am just wondering, maybe someone can explain if the ViewHelper really does what it is meant to do :-)
Description in the comment reads:
ViewHelper that renders its contents if there is a user currently logged in.
I'd say, either the function or the description is wrong. If the description is wrong, and the ViewHelper in fact should just check, if the current user is logged-in, can't we use Fluid's existing IfAuthenticated-ViewHelper (which derives from AbstractConditionViewHelper already)?
I understand this is not your code, I am just wondering, maybe someone can explain if the ViewHelper really does what it is meant to do :-)
Description in the comment reads:
I'd say, either the function or the description is wrong. If the description is wrong, and the ViewHelper in fact should just check, if the current user is logged-in, can't we use Fluid's existing IfAuthenticated-ViewHelper (which derives from
AbstractConditionViewHelper
already)?