Jump to content

Thomas Rozanov

Members
  • Posts

    131
  • Joined

  • Last visited

Everything posted by Thomas Rozanov

  1. How do i resize the table to fit my website's width? I checked the .tpl file and fleet.php file and honsetly i didn't find anything about size of the table :S Please Help. I will really appreciate it
  2. I am using obsess blue old version but i upgraded my pilot center to 2.0. I just wanted to know how you made that dividing line on your website and placed it into the menu?
  3. Thanks For the Advice Mark! I just am new to PHP and PHPVMS and i don't no all the small tricks and things that i guess come with time and experience .
  4. Ray +1 Thanks! THANK YOU SO MUCH! I made that mistake because in the .zip file the screenshots folder is in the core/templates directory. Maybe Dave can change that in his next release or update this one?
  5. Yes, Thanks For the link but I could find that myself.. Sorry, I just probably didnt phrase my question properly How do you make it in the sidebar like mark has it on his site? Thanks In Advance, And Sorry For Miscommunication
  6. I saw on Mark's Site (easyjetva) he used google translate. Mark Could You Share the code and how to make it on the sidebar like that please? Thanks!
  7. Wait so what files are corrupted? Everything works (the gallery itself + uploading images). Please Help
  8. Sorry To Start This Again But I added the random screenshot thing to my sidebar however unfortunately it says this: Notice: The template file "/home/brtvirtu/public_html//lib/skins/ObsessBlue/Screenshots/screenshots_random.tpl" doesn't exist in /home/brtvirtu/public_html/core/classes/TemplateSet.class.php on line 248
  9. Sorry To Start This Again But I added the random screenshot thing to my sidebar however unfortunately it says this: Notice: The template file "/home/brtvirtu/public_html//lib/skins/ObsessBlue/Screenshots/screenshots_random.tpl" doesn't exist in /home/brtvirtu/public_html/core/classes/TemplateSet.class.php on line 248
  10. Beacause i uploaded table images + profile_main.tpl + jsqueryfile but for some reason the buttons (personal info,profile options,acars,etc..) isn't light blue? it's just white...
  11. Not Only CSS. I have a lot of text and info. So i just want to know what files need to be added so the new pilot center will work.
  12. Wait if i'm using old obsess blue how do i update? what files changed? I don't want to lose all my css and information Thanks!
  13. Thanks Mark, And Everyone! And ESPECIALLY Simpilot for creating this module, and LOTS of quality modules too!
  14. I told him the exact same thing. It seems he wrote this like 50 times on the forum http://forum.phpvms.net/topic/4448-last-flights-map/page__p__29558#entry29558
  15. Rafael I told you the exact same thing. http://forum.phpvms.net/topic/4448-last-flights-map/page__p__29558#entry29558
  16. BRT Virtual Airlines- http://brtvirtualairlines.com
  17. Sorry i don't understand your question please rephrase. And any code snippets and simpilot addons (cool stuff ) can be found in the forum, just search or browse around Good Luck!
  18. Yeah, I don't know how your uploading that??? just put it into frontpage.tpl manually. And it should work. frontpage.tpl is located in your skin folder
  19. <?php $flights = PIREPData::getRecentReportsByCount(10); $string = ""; foreach($flights as $flight) { $string = $string.$flight->depicao.'+-+'.$flight->arricao.',+'; } ?> <img src="http://www.gcmap.com/map?P=<?php echo $string ?>&MS=bm&MR=240&MX=650x360&PM=pemr:diamond7:red%2b%22%25I%22:red&PC=%230000ff" /><br /> Maps generated by the <a href="http://www.gcmap.com/">Great Circle Mapper</a> - copyright © <a href="http://www.kls2.com/~karl/">Karl L. Swartz</a> Original Post Here: http://forum.phpvms.net/topic/3358-gcmap-great-circle-mapper/
  20. What do you mean images wide? what file? what command?
  21. How did mark1million (easyjetva.com) change the dimensions of the image so that it is automatically scaled to fit the webpage? Because when i upload a screenshot it is cut into half or even more because my page is narrow (obsess blue). Thank You Very Much!
  22. When i add a page from the admin panel. It automatically adds links to the page in the menu bars (navigational). I am using obsess blue and i thought maybe theres a code in layout.tpl that does that and i should delete? But what is it? thanks!
  23. Thanks A Lot Brad! And Everyone And Simpilot For Creating This Module.
  24. So how do i get the news off every page??? I only want it in the sidebar
×
×
  • Create New...