Roundcube Community Forum

 

Request: that horrible "Trouble receiving activation emails?" red box

Started by BlueC, April 01, 2008, 01:35:19 PM

Previous topic - Next topic

BlueC

Admins,

That red box is a real blight on the forum page and is making my eyes sore.

Please could you remove it for users who are logged in? (as it doesn't apply to them anyway).

Something like this in your template would do it:

<?php 
if ($context['user']['is_guest']) {
?>

THE HTML
<?php 
}
?>


Listy