vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - iTrader v2.8 - Powerful Rating System (https://vborg.vbsupport.ru/showthread.php?t=232044)

clauz 05-23-2012 09:31 AM

Hello,
On the new version 4.2.0 I can not see link placed in the navbar?.

Deimos 05-24-2012 08:01 PM

1 Attachment(s)
Postbit displays ok for me, but the navbar options don't work.

If I chose "own vb navbar tab", it shows as a tab

But when I click the tab, the page goes to the itrader page, but the menu options are on top of the normal navbar vbulletin menu options (See screenshot :P)

sevenmix 05-25-2012 04:33 AM

Any solution to the 4.2 navbar problem?

thunderclap82 05-25-2012 04:08 PM

Maybe I'm missing it, but how can I disable Buy and Sell? I operate a forum of rare collectables and we only allow trading.

Update: Disregard. Figured it out.

Dave_The_Don 06-01-2012 11:49 AM

i opened plugin manager
then edited itrader navbar link

i use case3:

so edited this :

PHP Code:

        case '3':
            
$template_hook['navbar_end'] .= vB_Template::create('itrader_navbar_menu')->render();
            break;
        default: 



to be this :
PHP Code:

        case '3':
            
$template_hook['navbar_after_links'] .= vB_Template::create('itrader_navbar_menu')->render();
            break;
        default: 

and it shows in the menu bar once again

hsoen 06-01-2012 12:07 PM

Quote:

Originally Posted by Dave_The_Don (Post 2335392)
i opened plugin manager
then edited itrader navbar link

i use case3:

so edited this :

PHP Code:

        case '3':
            
$template_hook['navbar_end'] .= vB_Template::create('itrader_navbar_menu')->render();
            break;
        default: 



to be this :
PHP Code:

        case '3':
            
$template_hook['navbar_after_links'] .= vB_Template::create('itrader_navbar_menu')->render();
            break;
        default: 

and it shows in the menu bar once again

Sorry, I cannot understand the purpose of the above code modification. Please elaborate more. Thank you.

snakes1100 06-01-2012 03:15 PM

Quote:

Originally Posted by hsoen (Post 2335394)
Sorry, I cannot understand the purpose of the above code modification. Please elaborate more. Thank you.

The purpose is to FIX the navbar itrader link issue: The hook location has been changed from navbar_end to navbar_after_links, as navbar_end isnt in 4.2.x, he also added the case 3.

hsoen 06-01-2012 03:26 PM

@snakes1100: Does it solve below problem?

Quote:

Originally Posted by Deimos (Post 2332465)
Postbit displays ok for me, but the navbar options don't work.

If I chose "own vb navbar tab", it shows as a tab

But when I click the tab, the page goes to the itrader page, but the menu options are on top of the normal navbar vbulletin menu options (See screenshot :P)

https://vborg.vbsupport.ru/attachmen...4&d=1337893295


hsoen 06-02-2012 12:53 PM

I have resolved the above issue by disabling iTrader plugin (vB Nav Link Render) and create a new iTrader navtab and navbar using navigation manager of vBulletin 4.2.0.

infamousjoe 06-12-2012 12:38 PM

Having a problem with my postbit.. it is now acting weird and looking all misplaced. Anyone have a solution for this? Some posts look fine, but ones with feedback and as you can see #2, they are just misplaced.

Here is the image:
http://img171.imageshack.us/img171/7578/capturelvi.png


All times are GMT. The time now is 07:44 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.04650 seconds
  • Memory Usage 1,749KB
  • 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
  • (4)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete