Sorry; we could not find the specified profile.
should return an error page or better a search page
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.
- Georges Gillard@gillardg

Georges Gillard - 0 likes
You must log in to post replies.modified page /mod/profile/index.php
from line 32 to EOF
<code>
} else {
forward("http://exeample.com/search/?tag=$username");
//$title = elgg_echo("profile");
}
page_draw($title, $body);
?>
</code>