Jump to content

FSX30HD

Members
  • Posts

    83
  • Joined

  • Last visited

Posts posted by FSX30HD

  1. hi kyle,

    i have a problem with your add on if you look at this adress:

    http://www.france-me.../vFleetTracker/

    you ll see the module is out of the box. i tried a lot of solution, nothing works. and it only happen with this module.

    please help!!!

    thank's jean jacques

    Bonjour Jean-Jacques,

    Changes ceci dans ton code

    <div id="currentlocation" style="width: 960px; height: 520px;"></div>

    <div id="currentlocation" style="width: 560px; height: 520px;"></div>

    et diminue la valeur width.

    Cordialement

    Hello Jean-Jacques

    I see your code make a change here:

    <div id="currentlocation" style="width: 960px; height: 520px;"></div>

    <div id="currentlocation" style="width: 560px; height: 520px;"></div>

    For Now I'm not at home but I give you complete code for my VfleetTracker

    Regards Fred

  2. Hello everyone,

    I have a French VA and I would like to know how to get the same theme one in English and one in French?

    Someone there can you help me please?

    Regards Fred.

    http://phpvms.p3d-simulation.fr

    session_start();
    if(isset($_GET['template']) && $_GET['template'] != ''){
        $_SESSION['template'] = $_GET['template'];
        define('CURRENT_SKIN',$_GET['template']);
    }
    if(isset($_SESSION['template']) && $_SESSION['template'] != '')
    {
        define('CURRENT_SKIN',$_SESSION['template']);
    }
    

    ?template=fr or ?template=uk

    Solution HERE

    Thanks to monkeypaw201 :)

×
×
  • Create New...