PDA

View Full Version : Change vb:raw user.musername


FBJoost
02-24-2011, 08:11 AM
Hi everyone,

I'm trying to change the profile look. I have found the template.

<h6><a href="{vb:link member, {vb:raw user}}" class="username" title="{vb:raw user.username}">{vb:raw user.musername}</a></h6>

But if you go to the live website, you see this.

<h6><a href="member.php?10737-Pascal" class="username" title="Pascal"><span style="font-size: 14px;">Pascal</span></a></h6>

Somehow in the {vb:raw user.musername} is an extra span style added. Does somebody know how to change the vb:raw user.musername?

Thanks,
Joost

Lynne
02-24-2011, 02:24 PM
That span is added because musername adds the html markup for the usergroup - look in the usergroup manager for that usergroup and you will see it.

FBJoost
02-24-2011, 02:40 PM
Ah, that's it! Thank you very much.