Hi mate, this should do the trick:
Edit the following file with a code Editor like Notepad++ or Sublime:
Open: codoforum\sites\default\themes\default\templates\user*login.tpl
Go to line number 161 and replace the default code - this one*:
window.location.href = codo_defs.url + 'user/profile';
window.location.href = codo_defs.url;
- Now save, upload the file, recache browser and it should work.
Kind regards,
Andy
Hi **mate**, this should do the trick:
- Edit the following file with a code Editor like Notepad++ or Sublime:
- Open: codoforum\sites\default\themes\default\templates\user\**login.tpl**
Go to **line number 161** and **replace** the default code - **this one**:
````
window.location.href = codo_defs.url + 'user/profile';
````
- **with that one**:
````
window.location.href = codo_defs.url;
````
- Now save, upload the file, **recache** browser and it should work.
Kind regards,
Andy
https://net-twin.de/ Community for creative people - JOIN it Now please
https://github.com/WebCrew My GitHub account
https://sell-co.de/ Lots of Web-Tools and Utilities for free
edited May 3 '20 at 10:06 pm