What should I do to get success message after register a user on site. Now , when I complete a registration the site redirects to home and not even a message shows up. I've tried to put the code below(template/hot_cosmeticc/index.php):
line 185:
<!-- Display Error Messages -->
<jdoc:include type="message" />
<!-- End Messages -->
But it works only for error messages
I want to show a success message and don't want to be redirect to home after register a user.
The most important thing is to stay on same page that I've registered the user!
How can I do? I'm almost givin' up! Need support!