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 7 of 7

Thread: Extra spacing between flag on chinese

  1. #1
    Senior Member
    Join Date
    Feb 2010
    Posts
    210

    Default Extra spacing between flag on chinese

    Text automatically translated from: Chinese to: English
    Translated text
    When i translated pages to chinese, i get an extra space between the flags but only on some.

    Computer Juice - Forums - free computer help, support and maintenance

    Double spacing between flags, only happens on this language.

    Thanks.
    Original text

  2. #2
    Senior Member
    Join Date
    Feb 2010
    Posts
    210

    Default

    Only seems to do it in internet explorer

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

    Default

    Sorry - I'm there. I see the flags, but I do not see those spaces. I looked on dropdown menu (only flags I found). Maybe I miss something, or have different IE version (8.0).

    Can you please, put here some screen shot and paint there some arrow like for dummy, so I will be able to see it

  4. #4
    Senior Member
    Join Date
    Feb 2010
    Posts
    210

    Default

    I changed to drop down menu, how do i edit it, what template, i want to change where the images load from, to subdomain for page speed, thanks.

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

    Default

    Drop down menu is not based on template (I add in TODO list to change it/check it why). If you want to edit it you have to do it in /includes/vbenterprisetranslator_functions_hooks.php - just find there <div class=\"vbmenu_popup\" and below is code generating dropdown menu.

    About the issue - we have the issue or not, cause I do not know what to do with the status...

  6. #6
    Senior Member
    Join Date
    Feb 2010
    Posts
    210

    Default

    Can you supply me the code to edit?

    I need images to load from http://vbet.computer-juice.com/images/vbet/flag.gif

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

    Default

    This is the line:
    PHP Code:
    $menu .= 'href=\"'.$url.'\"><img src=\"images/vbet/flags/'.$code.'.gif\" alt=\"'.$name.'\" border=\"0\"/>'.$name.'</a></td>'
    just change src value So in your case it will be:
    PHP Code:
    $menu .= 'href=\"'.$url.'\"><img src=\"http://vbet.computer-juice.com/images/vbet/flags/'.$code.'.gif\" alt=\"'.$name.'\" border=\"0\"/>'.$name.'</a></td>'

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
  •