Hello,
Is there a way to invert this function ? : if(isloggedin())
I want to add some content on the new_index, viewable only for non-registered members.
Thank you
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.
- vahikt@vahikt

vahikt - 0 likes
- Mupetz Ciudy@Mupetz

Mupetz Ciudy - 0 likes
You must log in to post replies.you can do: if ( !isloggedin() ) { /* some code */ }
That was it.
Respect ;)