
gio1961
Members-
Content Count
249 -
Joined
-
Last visited
-
Days Won
1
gio1961 last won the day on December 19 2018
gio1961 had the most liked content!
Community Reputation
15 GoodAbout gio1961
-
Rank
Advanced Member
Recent Profile Visitors
3862 profile views
-
Hi, try it file: app_top.php <div class = "pull-left image"> <? php $ pilotcode = PilotData :: getPilotCode (Auth :: $ userinfo-> code, Auth :: $ userinfo-> pilotid); ?> <img src = "<? php echo PilotData :: getPilotAvatar ($ pilotcode);?>" class = "img-circle" alt = "User Image"> </ Div> file: pilot_public_profile.php <? Php if (! file_exists (SITE_ROOT.AVATAR_PATH. '/'. $ pilotcode. '. png')) { echo '<img src = "****** / en / lib / skins / crewcenter / images / pilot
-
Open the lib/skins/CrewCenter/profile_edit.tpl or .php file and replace line from: <input type="text" class="form-control" value="<?php echo $userinfo->email;?>"> to: <input type="text" class="form-control" name="email" value="<?php echo $userinfo->email;?>">
-
Unfortunately, the site has closed http://www.simpilotgroup.com otherwise I would have already done. However I solved. Sincerely
-
Like mentioned it is in core/common/Auth.class.php In the default file on line 293
-
The text is located in the core folder. Open the app.config.php file Sincerely
-
Hi, try to see if it works. Greetings foreach($stats as $stat) to if($stats) foreach($stats as $stat)
-
Hi, see here if it can be useful https://www.crazycreatives.com/downloads/flight-position-tracker/
-
Hello, try changing this line and see if it works. <script a sync defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDULRUmBg6SusuQGJe35DNuNGlMNzdwYdo"></script> <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDULRUmBg6SusuQGJe35DNuNGlMNzdwYdo&callback=initMap" type="text/javascript"></script>
-
LARGE random screenshot on frontpage_main.tpl
gio1961 replied to topher2880's topic in Code Snippets
Hi, open the core / templates / screenshots_random.tpl file and edit the height and width values and see if it works (<img src = "'. SITE_URL.' / Pics /'.$ screenshot-> file_name. '" Height = "350px" width = "672px" alt = "Random Screenshot" />) frontpage_main.tpl file <center> <? php Screenshots :: show_random_screenshot (); ?> </ Center> -
Hi, see if it works. if(Auth::$userinfo->totalhours < 30){ echo 'You do not have permission to access this page. You must have at least 30 hours of flight'; return; }
-
The loa.sql file is missing, which you can download from here: https://github.com/carriercomm/phpvms_loa Use the loa.sql file to create the table necessary for the module to work. You can do this by using phpmyadmin.
-
Hi everyone, someone has a pop-up form or modal window to share to view incoming emails. I found this on the net but I could not change it <div class="container"> <div class="modal fade" id="myModal" role="dialog"> <div class="modal-dialog modal-sm"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal">×</button> <h4 class="modal-title">EMAIL</h4> </div> <div class="modal-body"&
-
Hi, see here if it can help you..