Quote:
Originally Posted by dtv100
when I enter $blocks[gifts] it freeze all the others tabs.
|
Quote:
Originally Posted by jazan
i have same problem ?
|
Quote:
Originally Posted by katie hunter
I will just wait till i see a better version ;l too many bugs
|
The idea of the gifts block is to display right on the profile page, not the tabs, the way facebook does, if it messes up the tabs then the only option would be to put it on the side column or on top of the tabs like ....
templates >> memberinfo
find:
PHP Code:
<!-- / contact popup menu -->
</div>
<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>
<script type="text/javascript">
<!--
vBulletin.register_control("vB_TabCtrl", "profile_tabs", "$selected_tab", "»", "profile.php?u=2&do=loadtab&tabid={1:tabid}");
//-->
</script>
And add it right here:
PHP Code:
<!-- / contact popup menu -->
</div>
$blocks[gifts]
<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>
<script type="text/javascript">
<!--
vBulletin.register_control("vB_TabCtrl", "profile_tabs", "$selected_tab", "»", "profile.php?u=2&do=loadtab&tabid={1:tabid}");
//-->
</script>