Idhae
Active member
hello togther,
i found something in the register_complete template that didn't work or i misunderstand ?
Say a guest comes from searchengine to a thread and now he wants to register to reply.
He doe register and after that the template register_complete is showing to him.
What he can see is :
link return_to_forum_home_page
and
link edit_your_account_details
Is it a bug that he can't see the link return_to_page_you_were_viewing or do i misunderstand it ?
shows me an empty string.
I hope you can help me
i found something in the register_complete template that didn't work or i misunderstand ?
HTML:
<xf:if is="{$redirect}">
<li>
<a href="{{ link($redirect) }}">{{ phrase('return_to_page_you_were_viewing') }}</a>
</li>
</xf:if>
Say a guest comes from searchengine to a thread and now he wants to register to reply.
He doe register and after that the template register_complete is showing to him.
What he can see is :
link return_to_forum_home_page
and
link edit_your_account_details
Is it a bug that he can't see the link return_to_page_you_were_viewing or do i misunderstand it ?
HTML:
{{dump($redirect)}} --> register_complete template
I hope you can help me