Well, that's easy to do yourself, just edit functions_showthread.php and find:
PHP Code:
if ($postadmin!=1 AND $postmod!=1 AND $postsmod!=1 AND ($useradmin==1 OR $usersmod==1 OR $usermod==1))
{
$showviewwarnlink=1;
}
Replace that with:
PHP Code:
$showviewwarnlink=1;
Now, the View XYZ's warnings will be always visible. However, that might be an overkill, since the common users will be able to see all the warnings a user has, even those not related to trading.
By the way, what's RPG (I assume you do not mean the anicent IBM programming language)
Rgds