Jump to content

Strider

Members
  • Posts

    1821
  • Joined

  • Last visited

  • Days Won

    53

Everything posted by Strider

  1. I was not trying to bash this, Just it sounds very similar to what va-list are doing. I am not stopping it from going ahead.
  2. Isn't there something like this already? www.va-list.com
  3. It will only affect the pireps if you delete the schedule and the airports. Other then that,it wont do a thing other then change the flight number of the schedule.
  4. clickity click!! The code is there.
  5. Are the airports even added? It will give a really odd distance if you mannually add a route to an airport that is not in the database.
  6. If you have the files on your hard drived, try reuploading them, maybe something happened in the upload.
  7. [b]Warning[/b]: file() [[url="http://malaysiava.org/index.php/function.file"]function.file[/url]]: URL file-access is disabled in the server configuration in [b]/home/globalai/public_html/malaysiava.org/core/modules/liveflights/liveflights.php[/b] on line [b]18[/b] [b]Warning[/b]: file(http://de1.www.ivao.aero/whazzup.txt) [[url="http://malaysiava.org/index.php/function.file"]function.file[/url]]: failed to open stream: no suitable wrapper could be found in [b]/home/globalai/public_html/malaysiava.org/core/modules/liveflights/liveflights.php[/b] on line [b]18[/b] [b]Warning[/b]: Invalid argument supplied for foreach() in [b]/home/globalai/public_html/malaysiava.org/core/modules/liveflights/liveflights.php[/b] on line [b]69[/b] How do I fix that?
  8. Sorry, but that looks easy. You often don't really read the post, or try and understand it, you want others to do it for you. You will only learn to code, by doing it yourself.
  9. Sometimes there can be a small glitch at vacentral and it will do that, but it is only temporary.
  10. core_htmlhead.tpl is in core>templates folder, copy it and paste it to your skin folder, the js files can go inside a a folder within your skin folder or in the main lib>js folder.
  11. Look at the way the crystal skin is made, make a copy of the cyrstal skin folder, name it to whatever you want, and use the layout.tpl file in there.
  12. Take a look at the link I posted then.
  13. http://forum.phpvms.net/topic/5342-to-get-the-pagination-for-the-schedules-to-work/ Have a look at that, I give details on how to get the pagination to work, which is what I think you want. That will give you the next and previous buttons.
  14. Hence why admin's have to approve each link. You also put the code to stop people from getting into the scenery insert area.
  15. There is code but, you have to search through all of the folders that IPB forums come in.
  16. There is no code yet for the auto register a person to both the VA and the IP Forum, and you will have to look at their SSI for the second part of the question.
  17. Have a look at: http://www.dynamicdrive.com/dynamicindex1/ you will need to edit the core_navigation.tpl file, and the layout to get it to work.
  18. Try deleting the cache in the admin area, under settings>Maintanance, If that doesn't work, try: <li><a href="<?php echo url('/Fleet');?>">Fleet</a></li>
  19. <?php $usersonline = StatsData::UsersOnline(); $guestsonline = StatsData::GuestsOnline(); ?> <?php $shown = array(); foreach($usersonline as $pilot) { if(in_array($pilot->pilotid, $shown)) continue; else $shown[] = $pilot->pilotid; echo "<p>"; echo '<img src="'.Countries::getCountryImage($pilot->location).'" alt="'.Countries::getCountryName($pilot->location).'" />'; ?> <a href="<?php echo url('/profile/view/'.$pilot->pilotid);?>"><?php echo $pilot->firstname . ' ' . $pilot->lastname;?></a><br /><?php echo "</p>"; } ?> <!--<p class="txt-red10"> Have <?php echo count($usersonline);?> Pilots Online.</p>--> <p><span class="txt-red10"> Have <?php echo count($guestsonline);?> Guests Online.</span></p> There you go, try that, it is edited so that you can click on the name and be taken to their profile.
  20. It may do, but only if you plan on removing the schedules, and deleting the airports.
  21. If you have a problem with him, report him to the moderators, do not make a post like this in a topic. It only makes you look bad.
  22. We are not fighting, just having a discussion.
  23. To each his own, I guess. Each web designer, codes in a different way. I usually now just put the clear:both in the footer or where I want it anyway. So I don't need the <div class="clear"></div>.
  24. Man I think Nabeel wants us all to get out more and get a life haha, yet another online dating service ad. I get out plenty. Just not interested in any of the girls near me.
  25. It is not badly formatted though, if it validates, then there is nothing wrong with the code. It is each persons preference to use what he/she likes. I have also seen on plenty of free templates, the <div class="clear"></div> placed above the footer. So I am not the only one who uses it.
×
×
  • Create New...