Jump to content

Sava

Members
  • Posts

    575
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Sava

  1. Thanks for the reply. I did search but cannot find what part of the stylesheet.css fixes that.

    If you can find out, that would be great.

    Also I made a mistake while writing the question:

    I wanted to ask is there a way of putting the country flag next to the last

    flights section; So:

    Recent Flight

    FLAG FNUMBER NAME SURNAME

    I tried putting what you wrote but it doesnt do it.

    <div class="mc01cc">
    
                               <ul>
    
                                   <?php MainController::Run('PIREPS', 'RecentFrontPage', 5); ?>
    <img src="<?php echo Countries::getCountryImage($pilot->location);?>" 
                           alt="<?php echo Countries::getCountryName($pilot->location);?>" />
                               </ul>
    
                           </div>

    Thanks!

  2. fixed

    Thank you very much sir!!!

    Aslo can you help me regarding the other Qs?

    edit:

    And one more question if I may ask:

    How can I make the content of the page start from the top.

    You see how it has a white space and than it displays the cotnent (like map etc)

    cant find it in css...

    Hope you get my point :)

    Thanks: :)

  3. Hello everyone!

    I am making my way thru phpVMS and I am really liking it.

    The problem is that my php/css knowledge is very small so I need to google and research for every step I make which in the end is making the process hard.

    Anyway, I am using the ObsessBlue2.0 template and I would like to know the following:

    1. How can i input static text on the FrontPage instead of the News. I deleted the

    echo $page_content;

    and added some text I wanted but It now displays on every single page?

    How can that be fixed?

    2.How can I align the ACARS map and the tables to fit the page perfectly. I am getting this now:

    991K7.png

    e4ewy.png

    3. How can the menu items and everything in the left menu be aligned to the left side instead of the right (slightly) like by default?

    4. Is incorporating drop down menus possible in OB2.0?

    Also would anyone be willing to help me on skype/msn?

  4. Hey everyone!

    I need help regarding the OB2.0 theme :)

    I am a real newbie when It comes to php/css so help is really appreciated.

    1.<fixed>

    2. Is there anyway of brining up the flag in the Newest Pilots part of the page

    So you have Flag ID Name Surname?

    3. is there a way of adding drop down menus in the template?

    4. When I go to Ranks or Awards its says that module doesnt exists

    PLase help :)

  5. You would really need to skin it to match your joomla. Iframe is not such a good idea. Search the net for security issues using Iframes.

    If you are in no hurry to open your VA, Might I suggest going with a local host server such as WAMP or Xampp? They are both free and easy to use. That would allow you to set up a website strictly for testing purposes and is a great way to learn. If you foul up your test site, hey, no big deal! It was only a test site anyhow right? ;) And if you find yourself creating a skin that looks good and works the way you want it, back those files up regularly until you get it spot on.

    Also, I know that is not the answer you were looking for, but it is the one true correct answer. Try to search Joomla again. It has come up several times in the past. Try to get fancy with your search terms. Do not just search the word Joomla.

    If you take our suggestion and start a local host to learn how to skin on, do not be afraid to ask questions. Nabeel gives us a GREAT script to use for free, so in return, we all try to give free help when able. Sometimes it takes a day or so, but normally an answer is given in a timely manner. We have some of the greatest users on the net here on the phpVMS site.

    I hope it works out for you. Take care!

    Ray

  6. Hey.

    Thanks for the reply. I think i am not going to skin it but just do same basic integration with iframes. Maybe just integrating the stats,roster and map. Is there any way you can help me do that? I already had xampp and site was made there. VA is already open, check the site.

    Maybe i will just leave it as is. So again, would you be kind enough to help me out? If so please respond or pm me. I know I am a bit stubborn, sorry.

  7. What do you mean by inital install in the instructions.

    I put the files in the folder in root and than executed the query but when I direct to site/index.php/toppilot it says The module "TOPPILOT" doesn't exist!

    eDIT; managed to do it but how to add a link from the menu to the TopPilot :)

×
×
  • Create New...