0

Let's say a user logs onto the Joomla front-end and adds or edits an article. Right now, the user is redirected to the homepage. How do I show the user feedback like "You article has been saved" or "A new article has been created" etc.

Is there anything I need to add to my template?

Chaim
  • 2,109
  • 4
  • 27
  • 48

1 Answers1

0

Ok, I've found an answer. You need to add this in your template:

<jdoc:include type="message" />

Chaim
  • 2,109
  • 4
  • 27
  • 48