Important: This page is using cookies (cookies). Using this website without turning off cookies in browser, means that you agree for using it.
Buy Now! Features Downloads

Earn with us!

If you would like to start earning money with vBET join to Affiliate Program.
Results 1 to 4 of 4

Thread: issue with Navbar-Top placement and vBstyle

  1. #1
    Junior Member
    Join Date
    Jul 2011
    Posts
    20

    Default issue with Navbar-Top placement and vBstyle

    I cannot upload a photo of my issue because the image limits on your server are SUPER SMALL. so it keeps failing.

    But, when I select NAVBAR-TOP on my vBstyle, the bar with my username, profile etc... are missing. This does not happen on the default VB style. Not sure how to track down what the issue is, but I wanted to put this above the navbar so it is more visible.

  2. #2
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    It seems like you have some bug in your style. If default is working fine it means that vBET is working fine.

    Please note that when you chose NAVBAR-TOP then vBET adds flags using plugin named Add flags and this part of code:
    PHP Code:
    } else if ('nt' == $vbulletin->options['vbenterprisetranslator_flagsplace']) {
    vB_Template::preRegister('navbar', array('vbenterprisetranslatorflags' => $vbenterprisetranslatorflags));
    $vbulletin->templatecache['navbar'] = substr_replace($vbulletin->templatecache['navbar'], ' $vbenterprisetranslatorflags .'17,1);
    } else if ... 
    It is assumed that content of $vbulletin->templatecache['navbar'] starts with '$final_rendered = '.

    Do you need more help here?

  3. #3
    Junior Member
    Join Date
    Jul 2011
    Posts
    20

    Default

    Let me see what vBstyles says about this.

  4. #4
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    No problem - if you need more help just write

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •