TAV1702 Posted January 18, 2015 Report Share Posted January 18, 2015 can this be converted over to the php system by simply renaming files? I would love to test this template out just not sure I have a html format phpVMS laying around anywhere anymore. **EDIT** I got it working for php phpvms. Now It say my VA lauched 200 days ago in the stats. Is that supposed to change to reflect the real days in operation? Quote Link to comment Share on other sites More sharing options...
flyalaska Posted January 18, 2015 Author Report Share Posted January 18, 2015 can this be converted over to the php system by simply renaming files? I would love to test this template out just not sure I have a html format phpVMS laying around anywhere anymore. **EDIT** I got it working for php phpvms. Now It say my VA lauched 200 days ago in the stats. Is that supposed to change to reflect the real days in operation? It was originally released for the php version too. There some errors that I don't have time to look into right now. If you are running it on the php version, look at the login page and register page. Thats where people reported the errors. You can edit the days in frontpage_main. On my file its line 152. It is right after the stats countup(2014,07,01) <script> var montharray=new Array("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec") function countup(yr,m,d){ var today=new Date() var todayy=today.getYear() if (todayy < 1000) todayy+=1900 var todaym=today.getMonth() var todayd=today.getDate() var todaystring=montharray[todaym]+" "+todayd+", "+todayy var paststring=montharray[m-1]+" "+d+", "+yr var difference=(Math.round((Date.parse(todaystring)-Date.parse(paststring))/(24*60*60*1000))*1) difference+=" days" document.write("It\'s been "+difference+" since the launch of Demo Airways!") } //enter the count up date using the format year/month/day countup(2014,07,01) </script> Quote Link to comment Share on other sites More sharing options...
TAV1702 Posted January 18, 2015 Report Share Posted January 18, 2015 Ok thanks I appreciate it. Ill look in to it. I noticed today it said 201 so I know it works I just need to edit it as you pointed out. Thanks again! Quote Link to comment Share on other sites More sharing options...
Jonathan Posted January 19, 2015 Report Share Posted January 19, 2015 Hello I come to you because I just aujour'hui download ocean_blue themes and page Register I have this problem or images below. Message : Warning: file_exists(): File name is longer than the maximum allowed path length on this platform (4096): /var/www/vhosts/simuaero.fr/httpdocs//lib/skins/ocean_blue/ Locat in /var/www/vhosts/simuaero.fr/httpdocs/core/classes/TemplateSet.class.php on line 96 Quote Link to comment Share on other sites More sharing options...
Taran Posted January 20, 2015 Report Share Posted January 20, 2015 I want a sub tab of the regular dropdown. Like when they scroll over one of the tabs on the original dropdown, there's another set of tabs that pop out of the side of the first one. So i want like this: Corporate -Hubs --KSEA --KBOS etc. Quote Link to comment Share on other sites More sharing options...
freshJet Posted January 20, 2015 Report Share Posted January 20, 2015 I want a sub tab of the regular dropdown. Like when they scroll over one of the tabs on the original dropdown, there's another set of tabs that pop out of the side of the first one. So i want like this: Corporate -Hubs --KSEA --KBOS etc. I don't have this skin downloaded, can you paste the navigation bar CSS? Quote Link to comment Share on other sites More sharing options...
Taran Posted January 20, 2015 Report Share Posted January 20, 2015 Disregard, I got it! For anyone else wanting this here's an example of the code: <li><a href="#">Regions</a> <ul class="sub_menu"> <li><a href="<?php echo url('/pages/NorthAmericanregion'); ?>" title="NorthAmerica">North America</a></li> <li><a href="<?php echo url('/pages/SouthAmericanregion'); ?>" title="SouthAmerica">South America</a></li> <li><a href="<?php echo url('/pages/Europeanregion'); ?>" title="Europe">Europe</a></li> <li><a href="<?php echo url('/pages/Asianregion'); ?>" title="Asia">Asia</a></li> <li><a href="<?php echo url('/pages/Australianregion'); ?>" title="Australia">Australia</a></li> <li><a href="<?php echo url('/pages/Africanregion'); ?>" title="Africa">Africa</a></li> </ul> </li> Quote Link to comment Share on other sites More sharing options...
Taran Posted January 20, 2015 Report Share Posted January 20, 2015 Having an issue. I added a new space to have 3 images on the slider. slideheader0.jpg , slideheader1.jpg , slideheader2.jpg. I've cleared my cache and all but it still shows the old header i made and not the 2 new ones at all. I deleted the old one completely yet it still shows.... what's going on? Quote Link to comment Share on other sites More sharing options...
flyalaska Posted January 20, 2015 Author Report Share Posted January 20, 2015 Did you also add the new image in the css? Quote Link to comment Share on other sites More sharing options...
Taran Posted January 20, 2015 Report Share Posted January 20, 2015 Did you also add the new image in the css? Yes, I added the code as you have shown. I have the new image under slideheader0.jpg Quote Link to comment Share on other sites More sharing options...
freshJet Posted January 20, 2015 Report Share Posted January 20, 2015 Yes, I added the code as you have shown. I don't see any code. Quote Link to comment Share on other sites More sharing options...
Taran Posted January 20, 2015 Report Share Posted January 20, 2015 I'm speaking of the code he posted to add a new image to the slider Quote Link to comment Share on other sites More sharing options...
flyalaska Posted January 20, 2015 Author Report Share Posted January 20, 2015 Can I have your URL? Quote Link to comment Share on other sites More sharing options...
Taran Posted January 21, 2015 Report Share Posted January 21, 2015 http://skyteamv.org/ Quote Link to comment Share on other sites More sharing options...
flyalaska Posted January 21, 2015 Author Report Share Posted January 21, 2015 You are missing the css info for the 3rd slider. You only have 2 sliders in the css. .art-slideheader0 { background-image: url('../images/slider/slideheader0.jpg'); background-size: 100%; background-position: 0 0; background-repeat: no-repeat; } .art-slideheader1 { background-image: url('../images/slider/slideheader1.jpg'); background-size: 100%; background-position: 0 0; background-repeat: no-repeat; } Quote Link to comment Share on other sites More sharing options...
freshJet Posted January 21, 2015 Report Share Posted January 21, 2015 That's a lot of code for a slider. 1 Quote Link to comment Share on other sites More sharing options...
Curshad Posted February 8, 2015 Report Share Posted February 8, 2015 @flyalaska can I just say thanks again for your amazing skin? Lol I go to my own website constantly just to look at it.. Anyway, can i remove that mobile website view on from the template? Because on my iphone there is a dropdown menu issue. Quote Link to comment Share on other sites More sharing options...
flyalaska Posted February 8, 2015 Author Report Share Posted February 8, 2015 What issue do you have? Quote Link to comment Share on other sites More sharing options...
Schnuupi Posted February 13, 2015 Report Share Posted February 13, 2015 How can I remove the "It's been 227 days since the launch of Demo Airlines!" Quote Link to comment Share on other sites More sharing options...
Curshad Posted February 13, 2015 Report Share Posted February 13, 2015 Sorry for the late reply, The issue is the menu button when i tap it. it brings up my default cove nav but the dropdown menus within those nav wont load if i tap the word and the layout is all aligned badly. I see the pc version loads first then afterwards something kicks in to bring up the mobile site. I just wanna take out that mobile site feature. Quote Link to comment Share on other sites More sharing options...
flyalaska Posted February 14, 2015 Author Report Share Posted February 14, 2015 Comment out the responsive css file and js file like shown below. <!--<link rel="stylesheet" href="<?php echo SITE_URL?>/lib/skins/ocean_blue/styles/style.responsive.css" type="text/css" title="Ocean Blue" media="screen" />--> <!--<script type="text/javascript" src="<?php echo SITE_URL?>/lib/skins/ocean_blue/js/script.responsive.js"></script>--> Quote Link to comment Share on other sites More sharing options...
Pilotdave1970 Posted March 15, 2015 Report Share Posted March 15, 2015 Any ideas why the menu does not work on Anroid? Quote Link to comment Share on other sites More sharing options...
YusufBudi Posted March 16, 2015 Report Share Posted March 16, 2015 Managed to install on two servers, all with phpvms 5.5 from simpilot... But, on one server, all page with recaptcha on it, won't display properly Can anybody tell me how to resolve this captcha issue? RESOLVED!! This is what i did... 1. go to https://www.google.c...ntro/index.html, and get your key (public/site key and secret key) 2. set your key on the app.config.php 3. open core_htmlhead.php and add : <script src='https://www.google.com/recaptcha/api.js'></script> 4. open contact_form.php and registration_mainform.php and then on both files : replace <?php echo recaptcha_get_html(Config::Get('RECAPTCHA_PUBLIC_KEY'), $captcha_error); ?> with <div class="g-recaptcha" data-sitekey="YOUR_PUBLIC_KEY"></div> Thank you for this awesome skin. Quote Link to comment Share on other sites More sharing options...
flyalaska Posted March 19, 2015 Author Report Share Posted March 19, 2015 Any ideas why the menu does not work on Anroid? Try the fix above your post Quote Link to comment Share on other sites More sharing options...
RodrigoMoreira9 Posted April 1, 2015 Report Share Posted April 1, 2015 OceanBlue is my first skin for phpVMS. It is available in tpl only at this time. Features: - Animated Header - Custom Dashboard - Custom Public Profile - Custom CSS Tables - Matching Ranks - Many paged have been styled Feel free to demo the skin, http://www.bluedogde...vms/Ocean_Blue/ User: DEM003 Passord: 112211 Download: Download Skin For the links to work on the recent bids, you will need two MODS. http://forum.phpvms....eettracker-v13/ http://forum.phpvms....ormation-addon/ Setup Instructions: http://www.bluedogde...?f=3&t=2&p=2#p2 Screenshots: How do I add a new page? I'm new to php. When I click Ranks appears: An Error Was Encountered The module "RANK" does not exist! When I click Awards appears: An Error Was Encountered The module "AWARDS" does not exist! Quote Link to comment Share on other sites More sharing options...
Moderators mark1million Posted April 2, 2015 Moderators Report Share Posted April 2, 2015 Search the forum for Ranks and awards module Its all in here. Adding a new page can be done manually or using the admin section. Quote Link to comment Share on other sites More sharing options...
MPECEO Posted April 5, 2015 Report Share Posted April 5, 2015 An Excellent skin and canidate for Canadian Arctic. Love the blues and white's bring in the Winter Arctic feel very nice. Still studying design and all needed. To bad one couldnt add the skin to the same folder as the default Crystal skin and then go to Admin and switch to make ease lol. 1 Quote Link to comment Share on other sites More sharing options...
raznet Posted April 7, 2015 Report Share Posted April 7, 2015 Hello, so far I am loving the skin. Just a quick question. How do I edit the "Ocean Blue" Title in front of the slider? Many thanks. I have spent over three hours to figure this out but I have now given up. Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted April 8, 2015 Administrators Report Share Posted April 8, 2015 Hello, so far I am loving the skin. Just a quick question. How do I edit the "Ocean Blue" Title in front of the slider? Many thanks. I have spent over three hours to figure this out but I have now given up. I think it is layout.tpl line 81 <a href="#">Ocean Blue</a> 1 Quote Link to comment Share on other sites More sharing options...
flyalaska Posted April 9, 2015 Author Report Share Posted April 9, 2015 Yes it's layout.tpl and line 81 1 Quote Link to comment Share on other sites More sharing options...
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.