vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Project Tools (https://vborg.vbsupport.ru/forumdisplay.php?f=266)
-   -   Projects tab breaks Forum tab within "Edit Signature" page. (https://vborg.vbsupport.ru/showthread.php?t=245550)

Chuta 06-30-2010 01:06 AM

Projects tab breaks Forum tab within "Edit Signature" page.
 
1 Attachment(s)
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:

Attachment 119020

And when you disable Project Tools works fine:

Attachment 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':

PHP Code:

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.


All times are GMT. The time now is 10:29 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00945 seconds
  • Memory Usage 1,722KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete