Jump to content

Dominican Airways

Members
  • Posts

    68
  • Joined

  • Last visited

Posts posted by Dominican Airways

  1. I have ported another skin for PHPVMS, have a look on my site www.fspaintshop.com.

    I left some comments in the code to guide you, make sure and read them.  Not all of the pages have been made ready for the skin but it has a good start.

    clowdy.jpg

    link?

  2. Anywhere you want. I created a new page called Videos (in the Admin Panel) and added it there. Then I created a link in my navigation menu to go to the page www.yoursite.com/index.php/pages/videos

    Here is an example table I have in my Videos page to show the videos on my site:

    <table>
    <thead width="100%" align="center">
    <th>Video 1</th>
    <th>Extreme Crosswind Landing</th> //THIS IS AN EXAMPLE VIDEO NAME THAT WILL SHOW ABOVE THE VIDEO
    </thead>
    <tbody>
    <td>YOUR IFRAME CODE GOES HERE</td>
    <td><iframe width="455" height="300" src="http://www.youtube.com/embed/lnHHelsfXYE" frameborder="0" allowfullscreen></iframe></td> //THIS IS HOW YOUR IFRAME SHOULD LOOK
    </tbody>
    </table>
    <table>
    <thead width="100%" align="center">
    <th>Video 3</th>
    <th>Video 4</th>
    </thead>
    <tbody>
    <td>YOUR IFRAME CODE GOES HERE</iframe></td>
    <td>YOUR IFRAME CODE GOES HERE</iframe></td>
    </tbody>
    </table>

    thank you it worked thanks ALOT

  3. Images

    <img src="http://www.mysite.com/images/myimage.jpg">

    YouTube Videos

    <iframe width="455" height="300" src="http://www.youtube.com/embed/lnHHelsfXYE" frameborder="0" allowfullscreen></iframe>

    The above video code is an example code to embed on your site. You can find the code on the YouTube page of the video. This video shows a Extreme 747 landing in crosswinds. You can change the size of the video by changing the width and height.

    Were I go to add the video?

  4. Detachable 2.1 - Version one bugs fixed

    No routes passed has been fixed

    Download this template: http://forum.simflightgen.com/index.php?topic=5.msg8#new

    View Live Demo http://simflightgen.com/demodetachable

    To adjust the size of the live map, please replace the default local.config.php to this code:

    # Google Map Options
    Config::Set('MAP_WIDTH', '600px');
    Config::Set('MAP_HEIGHT', '400px');

    This is the first version of this template. If you have any problems with it, please leave a comment below, or contact me: jason@simflightgen.com

    1551621cb6d05c49f40964b6376957df.jpg

    a136bfe913a05cea8b678e7acf919e53.jpg

    **You must be logged in to download this template. Please login/register to have unlimited downloads, Its FREE!

    Can I please have the link to the template

    • Like 1
  5. Eye Candy Template Free by SimFlightGen.com

    LIVE DEMO: http://simflightgen.com/demodetachable/index.php/

    DOWNLOAD URL: http://forum.simflightgen.com/index.php?topic=6.0

    Extra Features:

    -Flash banner

    -Tab Panel - Easily customizable, the default options are Airline Stats, Current Flights, and Whose Online.

    What is a Tab Panel?

    A tab panel is a easy to navigate box that allows multiple codes in one spot. Users can navigate through the codes with a click of a button, without be redirected to another page.

    ffb42f543e512ee28706f8a285225011.jpg

    a6a920f70d46b6d8f55462228fc9cd8d.jpg

    b2b7775a886306227e11b1984fa6e874.jpg

    160c086e1399b48dad381846282f3e6d.jpg

    a7d60a94c4517ec310e72f72009d8d36.jpg

    ***You must be logged in to download this template. Go here to login/register http://forum.simflightgen.com/index.php?action=login

    The Download link doesn't work can I have a working one?

  6. I have a small problem menue point Pilots says "module Listing" did not exist which is ok since my Pilots list is not named Listing but when I set it to default pilot list it doesnt show any Pilot what can be wrong here?

    template so far is great big thanks for sharing :)

    Best Regards and thanks in advance

    Thomas

    just figured out why :) I did not Placed pilots_list.tpl in skin folder now it work

    I have the same problem do you know how to fix it

  7. What more do you need?

    Read the documentation provided.

    You move the files to your host via FTP or the Control Panel of your host.

    Than you extract them to <site>lib/skins/

    So for example: rtfm-va.com/lib/skins/myskin1

    Activate your skin by going to the Admin CP @ rtfm-va.com/admin and then in General Settings set the theme to myskin1

    About that because I cant find anything like that

×
×
  • Create New...