/* Erweiterter Code zum Deaktivieren des Profil-Links in Kunena 7 */
.kmsg-name a, 
.k-profile-link,
.k-author-name a,
.k-message-author a,
.k-message-author-name a,
div[itemprop="author"] a {
    pointer-events: none !important;
    cursor: default !important;
    text-decoration: none !important;
    color: inherit !important; 
}