PDA

View Full Version : Projects tab breaks Forum tab within "Edit Signature" page.


Chuta
06-30-2010, 01:06 AM
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.

Mosh
06-30-2010, 04:03 AM
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
06-30-2010, 08:36 AM
Fixed in 2.1.2 :)

Chuta
07-01-2010, 12:15 AM
Hey Mosh, Yves,

Thanks for your support :). I'm pleased to use your product.

Best regards.

Chuta
08-19-2010, 04:30 AM
Hello again :).

I wonder if you can share a temporary fix on this issue.

Regards.

PitchouneN64ngc
08-19-2010, 05:31 PM
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 :)

Chuta
08-19-2010, 08:57 PM
Hello Yves,

Thanks, that worked fine :).

Regards.