[TYPO3-core] Reminder: RFC 5588: Typolink cannot be created if FE user is logged in with access restrictions

Oliver Hader oh at inpublica.de
Wed May 23 17:04:08 CEST 2007


Hi Franz,

Franz Holzinger schrieb:
> Reminder.
> Patch reduced to make linkAccessRestrictedPages configurable from the
> $conf parameter in the same manner as the config setup behaves.
> 
> - Franz

I found the following in your patch:
... || $conf['typolink.']['linkAccessRestrictedPages']) ? TRUE : FALSE;

But you're already in the method "typoLink(...)" - thus
$conf['linkAccessRestrictedPages'] should be enough.

Concerning the documentation changes at
http://wiki.typo3.org/index.php/Pending_Documentation:
"If set the TYPO link will be generated even if the current user has no
access to this page. This is needed if you want to send emails with this
link."
What do you think about replacing the last part with "This is necessary
if a page is hidden for a logged in front-end user."?
"linkAccessRestrictedPages" is not required to send a link with a e-mail
at all, but for the mentioned reason with the FE-user.


olly


PS: Why don't you use simply "svn diff" instead of "diff OLD NEW -ru"
when you already have a working copy from SVN?
-- 
Oliver Hader
http://inpublica.de/


More information about the TYPO3-team-core mailing list