Jump to content

GlobalOne

Members
  • Posts

    65
  • Joined

  • Last visited

Everything posted by GlobalOne

  1. ok will try to find a solution and update this post.
  2. thats what I was thinking. Which file would I have to edit for this?
  3. Has anyone got a script which creates a different pilot badge depending on the pilot rank? Thanks
  4. yeah still needs some tweaking, but its almost done. Glad you like it!
  5. We have re-designed the British Atlantic Boarding Pass: Still needs some finishing touches, but am really proud of this one .
  6. British Atlantic: We have lots more coming in the next few months.
  7. Another vote from me for GlobalOne .
  8. I have fixed the problem. Had to do with the php settings on the server.
  9. im using cpanel, so its apache
  10. I have a vps, so I manage my own server.
  11. do you mean GD, what is gd2? GD is enabled in the server.
  12. yes, several times. When I refresh the signatures I get the errors above.
  13. lol what a shame. I used to fly for them for a while.
  14. Hey everyone, another day another problem . Warning: imagefontheight() expects parameter 1 to be long, string given in /***/core/common/PilotData.class.php on line 1035 Warning: imagefontwidth() expects parameter 1 to be long, string given in /***/core/common/PilotData.class.php on line 1036 Warning: imagestring() expects parameter 2 to be long, string given in /***/core/common/PilotData.class.php on line 1054 Warning: imagestring() expects parameter 2 to be long, string given in /***/core/common/PilotData.class.php on line 1054 Warning: imagestring() expects parameter 2 to be long, string given in /***/core/common/PilotData.class.php on line 1054 Warning: imagestring() expects parameter 2 to be long, string given in /***/core/common/PilotData.class.php on line 1054 Warning: imagestring() expects parameter 2 to be long, string given in /***/core/common/PilotData.class.php on line 1054 Anyone know whats causing these? I managed to fix the first 2 by adding (int) $stepsize = imagefontheight((int)$font); $fontwidth = imagefontwidth((int)$font); on lines 1034, 1035 of PilotData.class.php but I could not figure out how to get the rest to work. 2) Also no text is displaying on my signature except of rthe phpvms test on the bottom. Anyone know why?
  15. sorry but you are wrong. Each span is a certain width. i.e. span1 800px, span2 600px ... This is how divs work, and it works perfectly with all other projects I worked on. I just cannot figure out why its not working with those custom .htm pages.
  16. quick question. <div class="container"> <div class="row"> <div class="span4"><p>Hello</p></div> <div class="span4"><p>Hello</p></div> <div class="span4"><p>Hello</p></div> </div> </div> The code above is supposed to create 3 divs of span4 in a row, however it does not. Instead I get 3 divs under eachother. The CSS works when I edit the template files directly, but does not work when I create pages using the page creator in the admin system? I though that it could be the cms that is messing with the code so I tried this (http://david-clark.n...content-module/) and it still gives me the error. Anyone had similar experiences?
  17. thanks, i need to include this file: http://flybritishatlantic.com/en/lib/skins/british/assets/js/jquery.js is there any way of achieving this without causing conflicts between the javascript libraries? Thanks
  18. Hi I would share the link if there was a need. Thank your for your help, I have managed to identify the problem, it was to do with some .js files which where used to power some of my ui on the website.
  19. can you tell me where that jquery library is. becuse if i remove the link to the library my jquery elements stop working. Thanks
  20. I do, but it still does not work. I find that there is a weird but. What happens is that when I press add to bid, the schedule is displayed on a blank page without any css of styling and when I press add to bid then it still says no route passed.
  21. Worked perfectly. Thanks!
  22. Hey everyone got another technical question. I am developing a external module which will be run under the same domain but different directory to my local phpbms installation and I want to integrate the login feature, so it only displays content to users who are logged in and redirects other users to the login form. Thanks for the help.
  23. hey everyone, Im working on a custom skin and suddenly started to get this error when booking a flight "no route passed"? I did not experience this before, anyone any idea what could be causing this? Thanks
  24. ah, thats it. Forgot I had to do that. On a personal note, I don't think this is the best way of doing this, really would have liked it to be under a /templates sub folder located in the skins file, to keep thinks nice and clean.
×
×
  • Create New...