View Full Version : Disable click on user in welcome bar
thyshiva
09-19-2013, 08:38 AM
Hi,
How can I disable the click on user in welcome bar for registered users.
RickyH
09-21-2013, 08:52 AM
Firstly provide us a link to your forum.
Secondly - Remove the <a href="...."></a> tags from the line of code found in the correct template.
ozzy47
09-21-2013, 09:22 PM
If you want to remove the usersname, as well as the clicking, it the template header find and remove the following.
<li class="welcomelink">{vb:rawphrase welcome_x_link_y, {vb:raw bbuserinfo.username}, {vb:link member, {vb:raw bbuserinfo}}}</li>
If you want to remove just the ability to click on it edit the phrase welcome_x_link_y and change it to this.
Welcome, {1}
thyshiva
10-09-2013, 01:19 PM
It worked. Thanks ozzy47.
Cheers
ozzy47
10-09-2013, 02:19 PM
Not a problem, glad to help. :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.