BAW432 Posted January 27, 2015 Report Posted January 27, 2015 How do i get to the admin center? 1 Quote
magicflyer Posted January 27, 2015 Author Report Posted January 27, 2015 How do i get to the admin center? You need to just head over to your /admin directory; ie. If your website is example.com, your admin panel is example.com/admin Quote
magicflyer Posted February 11, 2015 Author Report Posted February 11, 2015 The download link on the website has been changed to a github repository. Download this skin the same way you would download a module. Quote
Schnuupi Posted February 13, 2015 Report Posted February 13, 2015 This does not work, when you extract it to the skins folder and activate it you just get unformatted text and 0 images of any kind. Same with the other skin too by you. Quote
magicflyer Posted February 13, 2015 Author Report Posted February 13, 2015 This does not work, when you extract it to the skins folder and activate it you just get unformatted text and 0 images of any kind. Same with the other skin too by you. All issues fixed. Had to do with Github's folder naming not matching with the code. Quote
Schnuupi Posted February 13, 2015 Report Posted February 13, 2015 Sorry same problem with a re-download. Quote
mitcheinfo Posted March 4, 2015 Report Posted March 4, 2015 Hi very good. I am troubled when booking a flight, I click ADD to BID and get the message No route passed. Quote
mitcheinfo Posted March 4, 2015 Report Posted March 4, 2015 Sorry same problem with a re-download. That's easy to fix, you must have the latest version assumes no PHP and TPL, if so you just have to change the extensions for php. Quote
mitcheinfo Posted March 7, 2015 Report Posted March 7, 2015 Hi very good. I am troubled when booking a flight, I click ADD to BID and get the message No route passed. ???? Quote
magicflyer Posted March 8, 2015 Author Report Posted March 8, 2015 We're working on an update that addresses most issues that have been posted here. Please check this post again, in 3 days. Quote
BAW432 Posted March 30, 2015 Report Posted March 30, 2015 Hello Can you please tell me how to replace the slideshow image with my own images??? Many Thanks Quote
mitcheinfo Posted April 5, 2015 Report Posted April 5, 2015 The images have here. /lib/skins/Arctic/images/slideshow.png And /lib/skins/Arctic/layout.php o .tpl <div class="item active"> <img src="<?php echo SITE_URL; ?>/lib/skins/Arctic/images/slideshow.png"> </div> Quote
mitcheinfo Posted April 12, 2015 Report Posted April 12, 2015 Hi Hello something new I click ADD to BID and get the message No route passed Quote
magicflyer Posted April 21, 2015 Author Report Posted April 21, 2015 Updated to Version 1.1 Preview is back up and running + Download link is fixed and fully operational Changelog Page Width set to 75%, Changing it from the original full-width design Responsiveness added(Site adapts to various device sizes) Code Indenting and Structure upgraded to our 2015 Standards. Much, much easier for the end-user to experiment with Slideshow made easier to edit by adding in a settings.php file. Instructions on how to edit can be found on the main post. Changed basic styling for text fonts Fixed "Add to Bid" issue New link: http://zumeweb.com/e...w?target=Arctic Quote
MPECEO Posted April 21, 2015 Report Posted April 21, 2015 Thanks Magicflyer, been waiting on this very much and eager. Now this fits my VA like a Polar Bear Paw http://www.canadiana...pvms/index.php/ Quote
MPECEO Posted April 21, 2015 Report Posted April 21, 2015 Help, I cant see where to get to my Admin Zone of the phpvms?? Going to http://www.canadianarcticvirtual.net/phpvms/index.php/admin I get An Error Was Encountered The module "ADMIN" doesn't exist! Quote
magicflyer Posted April 21, 2015 Author Report Posted April 21, 2015 Admin is not a module, it is in a separate directory usually example.com/admin, in your case it's - http://www.canadianarcticvirtual.net/phpvms/admin Note the absence of index.php Quote
MPECEO Posted April 21, 2015 Report Posted April 21, 2015 Yep, Learned that one the middle way. Now just trying to figure out the Slider and how to get my three favorite pics into it. Quote
magicflyer Posted April 21, 2015 Author Report Posted April 21, 2015 Yep, Learned that one the middle way. Now just trying to figure out the Slider and how to get my three favorite pics into it. The slider can now be configured via the settings/settings.php file in the skins folder. Quote
MPECEO Posted April 22, 2015 Report Posted April 22, 2015 This what I see and now thinking visually here of how to direct a new image <?php /* * Configuration File for Arctic Skin * Distributed for Free by Zumeweb.com */ // **Slideshow Settings** // To add more images simply follow the pattern in the array, and be sure to seperate each URL with commas. $slideshow_images = array("//placehold.it/1800x400&text=Sample Banner1", "//placehold.it/1800x400&text=Sample Banner2", "//placehold.it/1800x400&text=Sample Banner3", Quote
magicflyer Posted April 22, 2015 Author Report Posted April 22, 2015 $slideshow_images = array( "URL FOR IMAGE 1", "URL FOR IMAGE 2", "URL FOR IMAGE 3" ) The instructions are in the comments just above it. Just replace the URL FOR IMAGE tag with your actual link for your image. You can also add as much images as you wish by just separating each by commas, and enclosing them in quotes. Quote
mitcheinfo Posted April 24, 2015 Report Posted April 24, 2015 Hi good afternoon. To my works not get the error No route passed Quote
magicflyer Posted April 24, 2015 Author Report Posted April 24, 2015 Hi good afternoon. To my works not get the error No route passed With the latest version? Are you editing something in it? Quote
MPECEO Posted April 24, 2015 Report Posted April 24, 2015 I'm trying to figure out how to add in more statistics to the box. Like Passenger/Cargo/Shedule's ?? Quote
magicflyer Posted April 25, 2015 Author Report Posted April 25, 2015 I'm trying to figure out how to add in more statistics to the box. Like Passenger/Cargo/Schedule's ?? Unfortunately our current template doesn't support that statistic, but I am sure there's a module out there capable of gathering that information. The file you're going to want to look at is frontpage_main.tpl, under the "Statistics" heading in the file. Be wary of the code that's on there, so create a backup before experimenting. Quote
MPECEO Posted April 26, 2015 Report Posted April 26, 2015 Unfortunately our current template doesn't support that statistic, but I am sure there's a module out there capable of gathering that information. The file you're going to want to look at is frontpage_main.tpl, under the "Statistics" heading in the file. Be wary of the code that's on there, so create a backup before experimenting. This worked <tr> <td><strong>Pax Carried:</strong></td> <td><span class="label label-default">1230</span></td> </tr> <tr> <td><strong>Cargo Carried:</strong></td> <td><span class="label label-default">81315lbs</span></td> </tr> Quote
MPECEO Posted April 28, 2015 Report Posted April 28, 2015 Template is working nice on the VPS http://www.canadianarcticvirtual.net/ 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.