Log in

View Full Version : Trying to always show "about me tab" on member profile


timnp
01-29-2008, 01:10 PM
Hi.

I am trying to get vBulletin 3.7.0 Beta 4 to show the "About me" tab on user profiles even when the user hasn't filled out that section of the profile.

I have found the following in the MEMBERINFO template. (I have changed to order of the tabs a bit).


<div id="profile_tabs">
$template_hook[profile_left_first]
$blocks[aboutme]
$blocks[stats]
$blocks[visitor_messaging]
$blocks[friends]
$blocks[infractions]
$blocks[contactinfo]
$template_hook[profile_left_last]
</div>

But unless the user has actually filled out any of the "About me" tab then it won't be shown to other users. It is always shown to the user who owns it as they can edit it inline. Please can someone tell me where this code is?

Kind regards,

Timnp.