Quote:
Originally Posted by fattony69
@christian8a: Thanks. I think I got it all worked out. Is it possible to add tabs to it? Like if I have the arcade games tab, will it show up? Same with vbexperience?
|
Yea man on the memberinfo template look for
$blocks[aboutme]
right after that or before, depending where you want them, you can wrap them like so:
<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>