Great, thanks for all your hard work. We are getting into the system and it's really great, lots of rooms for scripts and customization!
				
			This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menuif (GetCustomAttribute($node, "map") like "[RTH]*") {
    return true;
}
return false;map_attr = GetCustomAttribute($node, "map");
if (map_attr != null && map_attr like "[RTH]*") {
    return true;
}
return false;