Iam developing my site in expression engine and in expression engine if we logout then a transition screen will appear with a message 'you are logged out' in a different page rather than in site page,
But what I want is I need to display that message in my site page itself,how can I achieve this,can anyone help me.
I have tried to design user custome message template under design in controller pannel but I think there is an option than this,suggest me please
Two approaches that I can think of...
Submitting the logout via Ajax, and then refreshing the relevant areas of the page to reflect login/logout status. You just have to access http://example-domain.com/?ACT=14
URL
Or using Custom System Messages to better customise the resulting page that appears once logged out.