Whats your URL?
hello i got everything to work but where do i change those words here i have looked in every file almost http://prntscr.com/dvwd53 thanks you and a great work yo do with your temeplates
5 hours ago, lapw123 said:
hello i got everything to work but where do i change those words here i have looked in every file almost http://prntscr.com/dvwd53 thanks you and a great work yo do with your temeplates
sub_menu.php and sub_menu_out.php
sub_menu_out.php is for logged out pilots.
On 1/7/2017 at 2:19 PM, flyalaska said:
Whats your URL?
hi, i have a question, how can i edit the button color?
i don’t find the file.
in the skins css!
Hey love this skin. Had one issue where I forgot to place an “</I>” and the entire page went nuts. Took me about 6 hrs of scouring thru the files to find where it was supposed to go.
19 hours ago, Longhaul444 said:
Hey love this skin. Had one issue where I forgot to place an “</I>” and the entire page went nuts. Took me about 6 hrs of scouring thru the files to find where it was supposed to go.
I hate when that happens.
lol yup, now I’m just having to align all the modules to be within the “box” of the website. Most are flowing outside to the edge. Keeping me busy to I don’t get in the way (according to the wife)
SOLVED: LAYOUT.TPL is the file
Which file has the footer code, the very last part of the home screen that shows:
About SkyBlue Air
Recent Activity
Our Partners
SOLVED ALSO!!
LAYOUT.PHP change My Earnings(<?php setlocale(LC_MONETARY…
to
My Earnings(<?php setlocale(LC_MONETARY,“en_GB.UTF-8”); ?><?php echo money_format(“%n”, Auth::$userinfo->totalpay); ?> )
New question:
Where do you change the currency, from $ to UKP (£)
Now have a problem that when selecting a flight when clicking on Add to Bid, I get a message
No route passed
"
What did you change? Add any new MODs that added new jquery? I need your URL.
33 minutes ago, flyalaska said:
What did you change? Add any new MODs that added new jquery? I need your URL.
Nope. Add bid works with default skin & ocean blue, just not skyblue
You had to do something or add something. That is one thing I test for. Can I have your URL?
1 hour ago, flyalaska said:
You had to do something or add something. That is one thing I test for. Can I have your URL?
You don’t have a closing tag on your googlemap key
\<script async defer src="https://maps.googleapis.com/maps/api/js?key=your key&callback=initMap"
see if that helps. First thing that I saw.
18 minutes ago, flyalaska said:
You don’t have a closing tag on your googlemap key
<script async defer src=“https://maps.googleapis.com/maps/api/js?key=your key&callback=initMap”
see if that helps. First thing that I saw.
Added > at end. Still same error
17 minutes ago, LakerVirtual said:
Added > at end. Still same error
add this right after ">
\</script\>
Where are you getting this error?
Think I will just reinstall the skin and start again.