I had to uninstall it. This mod removes the "Welcome" and the Username.
Instead I did this.
header:
Find
Code:
<li class="welcomelink">{vb:rawphrase welcome_x_link_y, {vb:raw bbuserinfo.musername}, {vb:link member, {vb:raw bbuserinfo}}}</li>
replace with:
Code:
<li class="welcomelink">{vb:raw bbuserinfo.musername}</li>
Without Username HTML Markup:
Code:
<li class="welcomelink">{vb:raw bbuserinfo.username}</li>