Ok, I built a check that's proposed for v7.6.1, you can test on your forum if you feel comfortable with modifying files.

In /languages/english/portal_islands.php
PHP Code
Find:
$ubbt_lang['SHOUT_CHAT'] = "Shout Chat";

Add Below:
$ubbt_lang['SHOUT_ERR'] = "You don't have the correct permissions to view Shouts."; 


In /scripts/shoutchat.inc.php
PHP Code
Find:
	global $smarty,$user,$in,$ubbt_lang,$config,$forumvisit,$visit,$dbh,$html;

Replace with:
	global $smarty,$user,$in,$ubbt_lang,$config,$forumvisit,$visit,$dbh,$html,$userob;


Find:
	include("{$config['FULL_PATH']}/languages/{$config['LANGUAGE']}/portal_islands.php");

Add Below:
	if(!$userob->check_access("site","CAN_SEE_SHOUTS")) { $html->not_right($ubbt_lang['SHOUT_ERR']); } 


When a user without group access tries to load the page, they should get the new error. The wording of this error will likely change before release.


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!