Anyone else have a need or desire for such a feature or am I alone here?
Nope, you're not alone. I've had the same request from my guildies for the same reasons. I've also had a request for a Vent status box that only members can view. Is that possible as well?
Vent status is hideable. You only need to use an advanced layout and put a rank=# tag schema on it. This will make it so that it is only view able by that rank or higher.
<!-- System:IfRank:XXX --> This must have an accompanying <!--System:EndIfRank-->. Whatever is placed between these two commands will only be displayed if the currently logged in user's 'rank ID' is at least XXX. For example, if you were to do <!--System:IfRank:3-->Test<!--System:EndIfRank-->, then 'Test' would only display for those who are ranked 3, 2 or 1