Hi Iam using elgg(1.8), the file menu part in my web site .
If I log out the url redirect to default activity page but i want it redirect to my about us page how can i make it
any one please help me.
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- ElggCloud@g2w!

ElggCloud - 0 likes
- Sharon@sharon

Sharon - 0 likes
- Matt Beckett@Beck24

Matt Beckett - 0 likes
- ElggCloud@g2w!

ElggCloud - 0 likes
You must log in to post replies.To do this you should write your custom handler for the logout event. So you need to write a simple plugin like this:
sory am very new in elgg can you please cleare it where i write the plugin..
@sharon - read up on the structure of a plugin - all you need for this is the manifest and what elggcloud posted as the start.php
Documentation: docs.elgg.org
Also, please just post your question once.
No problem, it is really easy to create plugins for Elgg, and such a logout redirector plugin will be a very small one.
First of all, you should start with reading this documentation:
And, here is a short guidance: