I would like to display a shoutbox on all pages, especially on the main page where non logged-in user can have a chance to interact with the site.
If that is not achievable, then a simple way for non logged-in users (unregistered users), to post comments on that very first page.
It must to be something that works.
Thanks !
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.
- Caiterz@Caiterz

Caiterz - 0 likes
- Caiterz@Caiterz

Caiterz - 0 likes
You must log in to post replies.I'm looking for one too!
Elggor - this is the closest thing I've been able to come up with so far...
Add this to the bottom of footer.php in views/default/page/elements.
The issue is... if they move to another page, it resets :/ and they have to wait for ping timeout to use the same name / autologin name
echo '</div>';
$channelname = "tricksteronline";
echo "
<BR><BR>
<a href=http://widget00.mibbit.com/?settings=da5e3738e68d9ee29f4b4cf50dcf656f&server=irc.esper.net&channel=%23".$channelname."&autoConnect=true&nick=".$_SESSION['user']->username."><iframe src='http://widget00.mibbit.com/?settings=da5e3738e68d9ee29f4b4cf50dcf656f&server=irc.esper.net&channel=%23".$channelname."&autoConnect=true&nick=".$_SESSION['user']->username."' width='100%' height='400'></iframe></a>";