View Full Version : About Me
donnyaz
07-04-2008, 12:57 PM
I would like if the ABOUT ME part of the profile was the first thing that popped up when you went into my profile. Is this possible
RLShare
07-04-2008, 10:40 PM
Go to AdminCP->Styles & Templates-> Style Manager-> YourSkin-> Edit Templates ->Member Info Templates->MEMBERINFO
find:
<div id="profile_tabs">
$template_hook[profile_left_first]
$blocks[visitor_messaging]
$blocks[aboutme]
$blocks[stats]
$blocks[friends]
$blocks[infractions]
$blocks[contactinfo]
$template_hook[profile_left_last]
</div>
change to:
<div id="profile_tabs">
$template_hook[profile_left_first]
$blocks[aboutme]
$blocks[visitor_messaging]
$blocks[stats]
$blocks[friends]
$blocks[infractions]
$blocks[contactinfo]
$template_hook[profile_left_last]
</div>
ruhrpottforum
07-09-2008, 06:38 PM
How to add a new Tab to the Profile?
I would like to create a new Tab for PhotoPost Pro usergallery pictures ...
RLShare
07-09-2008, 11:44 PM
<a href="https://vborg.vbsupport.ru/showthread.php?t=165554&highlight=profile+tabs" target="_blank">https://vborg.vbsupport.ru/showt...t=profile+tabs</a>
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.