Jump to content

Otacilio Jales

Members
  • Posts

    41
  • Joined

  • Last visited

Posts posted by Otacilio Jales

  1. 0DLf6A5.png

    G8FDE1M.png

    fbJTkAr.png

    h1nK0Q0.png

    WtJTmgq.jpg

    Descrição BR

    Venho através desta postagem compartilhar um trabalho desenvolvi, existem vários bugs para serem corrigidos espero que gostem, em breve estarei desenvolvendo uma central de pilotos (DOV) customizada, qualquer duvida não exite em perguntar.

    PS: Site responsivo

    Principais alterações Fly Skinning 1.0

    Limpeza e optimização de diretórios

    Inclusa de login customizado

    Description EN

    I come across this posting to share a work developed, there are several bugs to be corrected hope you like it, I'll soon be developing a central pilots (DOV) customized, any questions do not hesitate to ask.

    PS: Site responsivo

    Main changes Fly Skinning 1.0

    Cleaning and optimization directories

    Included a custom login

    Username: GLO0002

    Password: 123456

    BR

    Caro Amigo, você teria o link ainda para Download?

    EN

    someone has the skin link to download?

  2. Hello guys, okay?

    I'm trying to install the skin on my PHPVMS system, I did everything according to the installation instructions included in the skin files, but still could not make it work 100%! am new to php editing, I'm still learning, could someone help me? and excuse me, I am Brazilian and I'm using google translator! thank you!

    Follow the screen shots of the "error"

    crewcenter1.jpg

    crewcenter2.jpg

  3. hello, I'm going to install this skin on my VA, but need to do some color changes, starting with the header that is green, my VA is blue, as I am not the best, and nor will I be as early good at CSS, someone could give me a help to modify the color of the skin?

  4. Dear Jean, I am facing a problem in my next site with your skin, everything works fine, I'll leave the link to my site for you to check, but some pages I am facing problem like this link: http://airminasvirtual.com.br/index.php/fleet'>http://airminasvirtual.com.br/index.php/fleet

    and reports of the page also happens the same problem, also on the page of booking flights, someone could help me on this?

    My Website: http://airminasvirtual.com.br

  5. Hello everybody, I have a problem in my system, the system can not find the airport to ask him to research, is giving the following Fetching date airport ... phrase but never concludes anyone could help me? I tried other related articles but could not solve Thank you!

  6. I remember having this issue a while back. Take out the whitespace in your local.config.php file

    has not yet been possible, remains empty the drivers list in the ADMIN CENTER, not only the list of pilots, as the list of airports, routes, and the other lists, it will be a problem at some PHPVMS file?

    ainda não foi possivel, continua vazio a lista de pilotos no ADMIN CENTER, não só a lista de pilotos, como a lista de aeroportos, rotas, e as outras listas, será um problema em algum arquivo do PHPVMS?

  7. Been Hard at work coding for the new badge system. Going off the avatar idea above in this topic, we've been able to get this far. My avatar here was created using the badge system in phpvms, but it is not the finished project. That's right, this is the badge that is currently implemented in phpvms, so you will be able to allow users to choose there background or keep it at just one, use the code to have different backgrounds depending on the rank of the user, or even have the logo shown on the badge to represent a division or airline if you have multiple in your VA. (there will also be the option to show more data) When the code is finished, it will be released here. Thanks!

    WOA101.png

    Nice work, like much of this code! those days I did not have time to shake, I'm coming over now thanks!

  8. Right, I solved it myself after all!

    Here is what I did, and how I came to the solution: I noticed that the pilot brief page also worked with the route id, and this worked. The diference was that the link to the pilot brief page was coded like this:

    <a href="<?php echo url('/schedules/brief/'.$route->id);?>">Pilot Brief</a><br />

    and the addbidd link was coded like this:

    <a id="<?php echo $route->id; ?>" class="addbid"

    href="<?php echo actionurl('/schedules/addbid');?>">Add to Bid</a>

    What happened was that on the 2nd piece of code the route-id wasn't passed, so obviosly I got the wellknown error message.

    So, what I did was change it to the following:

    <a href="<?php echo url('/schedules/addbid/'.$route->id);?>">Add to bid (new)</a><br />

    This neatly passed my route-id to the addbidd procedure, but that needs to be changed to "understand" the new input, so here it is:

    public function addbid($routeid = '')

    {

    if(!Auth::LoggedIn()) return;

    /* $routeid = $this->get->id; */

    I simply added the $routeid="" to the header, which passes the route. Note how I commented out the red section: if you don't do this it will overwrite the routeid variable again.

    This works perfectly for me now! Got to do the same thing for removing a bidd - might post that later if anyone is interested.

    If anyone has reasons why this should not be done like this I'm happy to hear!

    Hello I wonder if it is possible to provide the code for me because I'm not getting to do what was explained! Thank you!

  9. I have a problem on my website accent, appears diamonds with a question mark in the middle! as shown in the image. the link is in my V.A:http://voevarigvirtual.co.cc/index.php

    I would like to know how to solve!

    post-716-056513900 1323084941_thumb.jpg

  10. In English

    personal contact with an error in the skin! Acars when I click Options, Pilot Profile, Awards, No events they would like to know how to fix this problem, an image also makes available to the error!

    Em Português!

    pessoal, to com um erro na pele! quando clico em Acars Options, Pilot Profile, Awards, Nada acontençe gostaria de saber como arrumar esse problema, to disponiblizando uma imagem também do erro!

    error.jpg

×
×
  • Create New...