View Full Version : Projects tab breaks Forum tab within "Edit Signature" page.
Hello all,
When I'm editing my signature and Project Tools is enabled, Projects tab breaks Forum tab within 'profile.php?do=editsignature' page.
Look at this:
119020
And when you disable Project Tools works fine:
119021
Could you please verify this issue?
Thanks for your support :).
Best regards.
Hi Chuta,
I can confirm this is an issue - I replicated this on the Project Tools development site.
It is anything to do with most of your UserCP settings.
I did not notice this, because on my site I use my own NavBar replacement product to render the NavBar and I do not have this issue, it is however an issue with the default vBulletin NavBar.
I will lodge this as a fault on the Project Tools development site, and we should hopefully fix it by the next release.
Regards,
Mosh.
PitchouneN64ngc
30 Jun 2010, 10:36
Fixed in 2.1.2 :)
Hey Mosh, Yves,
Thanks for your support :). I'm pleased to use your product.
Best regards.
Hello again :).
I wonder if you can share a temporary fix on this issue.
Regards.
PitchouneN64ngc
19 Aug 2010, 19:31
Plugin 'User CP navigation':
if ($vbulletin->userinfo['permissions']['ptpermissions'] & $vbulletin->bf_ugp_ptpermissions['canviewprojecttools'])
{
if (in_array(THIS_SCRIPT, array('projectpost')))
{
$vbulletin->options['selectednavtab'] = 'projecttools';
}
$templater = vB_Template::create('pt_usercp_navbit');
$templater->register('navclass', $navclass);
$template_hook['usercp_navbar_bottom'] .= $templater->render();
}Tell me if this is what you wanted :)
Hello Yves,
Thanks, that worked fine :).
Regards.
vBulletin® v3.8.12, Copyright © 2019, MH Sub I, LLC dba vBulletin. All Rights Reserved. vBulletin® is a registered trademark of MH Sub I, LLC.