Jump to content

Thomas Rozanov

Members
  • Posts

    131
  • Joined

  • Last visited

Posts 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. All you need to do is copy the code in to your template, what version are you using? you might look in the header tpl for the location.

    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. You know, all the add on templates should really go in to your active skin folder and not the core templates, that way you know everything that is being served up is in the same place, and its less confusing.

    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. 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

    sidebar%20random%20screenshot%20error.jpg

  5. 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

    sidebar%20random%20screenshot%20error.jpg

  6. The only thing I did to the css was add detailed info on how to edit. If you want to update don't use the css

    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.

  7. Ok, I've got it, but now you know the pros last code of the pilot and flight booked flights?

    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!

  8. <?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/

    • Like 1
  9. Try asking your host if they can change the setting for your server space, if they will not, find out if you can put a custom php.ini file in your server root.

    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!

  10. 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!

  11. You need to remove <?php PopUpNews::PopUpNewsList(5); ?> from layout.tpl, you will have it in there twice one for the main content and one for the sidebar. You can identify which one is in the sidebar by looking for a sidebar divider or you might see <!-- sidebar -->. You can modify the way it looks by opening up the module which can be found in core > modules > PopUpNews > Popupnews.php. Sadly if you remove the copyright mark you will no longer receive support on any simpilot module.

    Thanks A Lot Brad! And Everyone And Simpilot For Creating This Module.

×
×
  • Create New...