Jump to content

mark1million

Moderators
  • Posts

    2288
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by mark1million

  1. Yeh thats what we use to display from Vatsim, we have used it on another server and embedded it in to the tpl either as embed object or iframe cant remember off the top of my head now. But yeh its real easy to get what you want to display.
  2. HI guys, I know it is in here somewhere bit i cant find it, i want to prevent non approved pireps and pilots appearing in the recent pireps and pilots listings until they are approved, can some one point me in the right direction of the post, Cheers.
  3. Hi Dave, sorry to pester but did you have chance to look?
  4. Thanks got it, The problem was capitalisation Example Scotland needed to be SCOTLAND. All sorted now.
  5. HI Nabeel, I have the location and flags displayed on a page, i have a member from Wales registered, the flag is displayed but the name is blank, where is the file or table i need to update please? screen shot attached,
  6. HI you can add the fields via the admin section of phpvms then call the data on your pilots list, if you add the custom fields it will give you the option to display on the profile.
  7. Thank you, thank you and thank you :-)
  8. Hey guys i am using a bit of code to bring back all pireps for the logged in user, $flights = PIREPData::findPIREPS($userinfo->pilotid); Which works great, i need to put a limit on what is fetched say 20 or something and im having trouble getting the right code. Any help would be appreciated. Thanks.
  9. Looking through the class code i see there is already a $limit variable in place, i have tried external methods but failed miserable, how would i limit the results using your function?
  10. Dave would you be so kind to share your Pagination code for the screenshots as the server load on that page loading all my images is killing the server :-( I see you have managed it on your site? Thanks in advance.
  11. Hey Dave, that would just piss me off big time....I guess he found the direct method of downloading the tpl....
  12. You can do another install in a different folder so only you have the url, If you link to your existing database that saves you another db install, just remember not to register or do any alterations as this will reflect on your live site.
  13. why dont you look at the existing tp_index.tpl to see how to define the month, its all in there :-)
  14. I have already had a look at the conversion facility from phpbb3 an there is almost a full conversion script. One step further to IBP
  15. Yeh i have put it on a few pages myself, great addition :-)
  16. Hey Roger, Yet again,,,, You rock :-) I like it.
  17. HI im thinking of changing over to Invision board, has anyone currently done a mod you user registrations? I have the phpbb3 mod which works good, i have no idea of Invision or even if its possible.
  18. Wow how easy was that :-) Just need to sort out that last bit of no route passed. just commented out <script type="text/javascript" src="<?php echo fileurl('lib/js/jquery-1.3.1.min.js');?>"></script> and all works fine... whooooo:) Are there any other known problems using this?
  19. HI guys i would like to get this on my site today, is there a clear guide? i think i got it but just in case
  20. You can use divs to achieve this, im using that skin, Heavily modified Sorry should have read your whole post lol The easiest way is to open up firefox and run through the elements to find the lines you want its a lot easier that way
  21. Thanks Dave thats got it
  22. It is possible as i use the same skin and its not too difficult to change things the way you want them, click my signature for a demo, i have also added a clickable url to the main screenshot page from the random image. Nice addition Dave. Thanks for sharing.
  23. Check us out if you want
  24. Hi Dave, Just a quick one when i use the <?php Screenshots::get_pilots_newscreenshot('pilotid#'); ?> I get You Have Not Submitted Any Screenshots, i am using this in the main pilots profile (profile_main.tpl)and passing the variable from that page $pilotcode; Example, <?php Screenshots::get_pilots_newscreenshot('$pilotcode;'); ?> still not working, any suggestions would be greatly appreciated.
  25. No problems here with phpbb3 latest stable release.
×
×
  • Create New...