Redirect after login

ibook

New Member
YetiShare User
YetiShare Supporter
Jun 10, 2024
3
0
1
France
Good morning,

I searched the forum but without success.

I want to redirect members to the search page after connecting to the site.

What file do I need to modify?
Thanks for your help.
 

moohook

Member
YetiShare User
May 17, 2018
61
8
8
28
Albania
Modify index.html.twig

JavaScript:
<script>setTimeout('Redirect()', 0);
function Redirect()
{
    window.location="{{ CORE_SITE_PATH }}/search";
} </script>
 
Last edited: