Administrators simpilot Posted March 28, 2010 Author Administrators Report Share Posted March 28, 2010 Where to put admin link one ? which file ? Olbi. You can put the admin link in the core_navigation.tpl as well. Maybe make a new line right after the acars link "live map" for the EXAM Center admin link. Quote Link to comment Share on other sites More sharing options...
Moderators mark1million Posted April 11, 2010 Moderators Report Share Posted April 11, 2010 SimPilot, are your going to put this back up for download? Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted April 11, 2010 Author Administrators Report Share Posted April 11, 2010 I had worked on coding a new version with the admin side being incorporated in the admin side of phpVMS but got frustrated with the bitwise permission values and set it down. I will get the license added to this version and get it posted, maybe someday I will pick up the next version again. Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted April 11, 2010 Author Administrators Report Share Posted April 11, 2010 File posted again with license included in first post of this thread. Please respect the license. Quote Link to comment Share on other sites More sharing options...
Moderators mark1million Posted April 11, 2010 Moderators Report Share Posted April 11, 2010 Thank you, very much appreciated. Quote Link to comment Share on other sites More sharing options...
dimitris Posted May 29, 2010 Report Share Posted May 29, 2010 hello everyone ! i would like to make a change on the exam center... how i can make the exam request number of hours and not total pay ? Thank you for this great add on ! Quote Link to comment Share on other sites More sharing options...
CPC900 Posted May 29, 2010 Report Share Posted May 29, 2010 Awesome Simpilot, as usual! Thanks. Would LOVE it if this was continued on in development. Quote Link to comment Share on other sites More sharing options...
Matthew Talbot Posted June 5, 2010 Report Share Posted June 5, 2010 can any one post a screenshot? Quote Link to comment Share on other sites More sharing options...
Matthew Talbot Posted June 5, 2010 Report Share Posted June 5, 2010 First Beta Release - EXAMCenter Developed using phpVMS ver 1.2.778 and ie8 Features: 2 Levels of Administration -Administrator -Staff Member Exam and Question creation and editing Optional "Assign Only" system Installation: 1 - Download Package and place files in your phpVMS install in the proper paths 2 - Load the exam_center.sql file in your phpVMS database using phpMYAdmin or similar 3 - Place a link to the EXAMCenter in your menu -> <a href="<?php echo url('/Exams') ?>">EXAMCenter</a> 4 - Place a link in your menu for the Admins and Staff Members of EXAMCenter -> <?php $admin = ExamsData::check_admin(Auth::$userinfo->pilotid);         if ($admin->admin_level >= '1') {echo '<a href="'.url('/Exams_admin').'">EXAMCenter Admin</a>';} ?> 5 - Start building exams! Some Notes: 1 - EXAMCenter Staff Members have the ability to assign & approve exams, author exams and questions, and create revision reasons. 2 - EXAMCenter Administrators have all the abilities that a staff member has plus the ability to open and close the center, add/remove staff members and admins, edit static messages for the EXAMCenter, change the assign/purchase option, and edit revision codes. 3 - The system automatically assigns the pilot with the database id of "1" as the first administrator. DO NOT un-assign this pilot as an admin unless you have at least one more admin assigned, you will not be able to log back into the center as an admin. I am still working on a check that will not let you do this but wanted to get the beta out. 4 - There are two exams already in the database to give some guidance on how things work. *The code has some extra in it still. Still working on getting rid of some of the duplicate functions. I dont get what you mean by: Load the exam_center.sql file in your phpVMS database using phpMYAdmin or similar I have searched it in my database using phpMyadmin and browsed all of my database and could not find it, I have never used phpMyadmin and I really want to use the entrance exam, Please help me. Many Thanks, Matthew Quote Link to comment Share on other sites More sharing options...
Matthew Talbot Posted June 5, 2010 Report Share Posted June 5, 2010 Thank you, very much appreciated. Hi mark, just the man i needed, I do not know how to do this step : Load the exam_center.sql file in your phpVMS database using phpMYAdmin or similar... I have been in phpMyadmin and cannot find it. Please help me as I know you have this in your VA as my brother told me, He is Josh Talbot at Luton Airport (EZY0040). I have searched all of my database and browsed all of it and don't know what to do. Many Thanks, Matthew Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted June 5, 2010 Author Administrators Report Share Posted June 5, 2010 You have to create the tables in your database for the mod to work, they are not already there. The easiest way to do it is to open your database with phpmyadmin then import the sql file from the download and hit the go button. Phpmyadmin will build all the tables you need then from the file that is included with the download. Quote Link to comment Share on other sites More sharing options...
Matthew Talbot Posted June 6, 2010 Report Share Posted June 6, 2010 First Beta Release - EXAMCenter Developed using phpVMS ver 1.2.778 and ie8 Features: 2 Levels of Administration -Administrator -Staff Member Exam and Question creation and editing Optional "Assign Only" system Installation: 1 - Download Package and place files in your phpVMS install in the proper paths 2 - Load the exam_center.sql file in your phpVMS database using phpMYAdmin or similar 3 - Place a link to the EXAMCenter in your menu -> <a href="<?php echo url('/Exams') ?>">EXAMCenter</a> 4 - Place a link in your menu for the Admins and Staff Members of EXAMCenter -> <?php $admin = ExamsData::check_admin(Auth::$userinfo->pilotid);         if ($admin->admin_level >= '1') {echo '<a href="'.url('/Exams_admin').'">EXAMCenter Admin</a>';} ?> 5 - Start building exams! Some Notes: 1 - EXAMCenter Staff Members have the ability to assign & approve exams, author exams and questions, and create revision reasons. 2 - EXAMCenter Administrators have all the abilities that a staff member has plus the ability to open and close the center, add/remove staff members and admins, edit static messages for the EXAMCenter, change the assign/purchase option, and edit revision codes. 3 - The system automatically assigns the pilot with the database id of "1" as the first administrator. DO NOT un-assign this pilot as an admin unless you have at least one more admin assigned, you will not be able to log back into the center as an admin. I am still working on a check that will not let you do this but wanted to get the beta out. 4 - There are two exams already in the database to give some guidance on how things work. *The code has some extra in it still. Still working on getting rid of some of the duplicate functions. I click exam center in my Pilot Center and it appears with the following: An Error Was Encountered The module "EXAMS" doesn't exist! Quote Link to comment Share on other sites More sharing options...
KDTeam Posted June 6, 2010 Report Share Posted June 6, 2010 I click exam center in my Pilot Center and it appears with the following: An Error Was Encountered The module "EXAMS" doesn't exist! you must copy the Exams and Exams_admin folders to core/modules Quote Link to comment Share on other sites More sharing options...
vancouverA380 Posted June 12, 2010 Report Share Posted June 12, 2010 Hi all, is possible to create or doing something by our own maybe modifying some code, to do that a pilot to have for example the last rating must do a praticl exam? So if he go over the hour of this rating he can have the same rating until he do the exam? We already have the Exam Center! Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted June 12, 2010 Author Administrators Report Share Posted June 12, 2010 At this point there is nothing built in to the ExamCenter to accomplish this. I think your best bet would be to set your ranks to manual, not automatic and just make sure they have both the hours and test you require before promoting them. I have the ranks set to manual in my VA and actually it helps to accomplish a few other things as well. All the staff positions are within the ranking system so they will show up in my rank and roster lists. I will look at including something automated within a new version if I ever do get a chance to write it. Quote Link to comment Share on other sites More sharing options...
vancouverA380 Posted June 12, 2010 Report Share Posted June 12, 2010 At this point there is nothing built in to the ExamCenter to accomplish this. I think your best bet would be to set your ranks to manual, not automatic and just make sure they have both the hours and test you require before promoting them. I have the ranks set to manual in my VA and actually it helps to accomplish a few other things as well. All the staff positions are within the ranking system so they will show up in my rank and roster lists. I will look at including something automated within a new version if I ever do get a chance to write it. Mmmmm... how can we set it manually? Quote Link to comment Share on other sites More sharing options...
dimitris Posted June 12, 2010 Report Share Posted June 12, 2010 Mmmmm... how can we set it manually? open local.config.php and find: # Automatically calculate ranks? Config::Set('RANKS_AUTOCALCULATE', true); and change it to: # Automatically calculate ranks? Config::Set('RANKS_AUTOCALCULATE', false); then to add the rank you can do it from the admin center=>pilots=>edit Quote Link to comment Share on other sites More sharing options...
vancouverA380 Posted June 12, 2010 Report Share Posted June 12, 2010 open local.config.php and find: # Automatically calculate ranks? Config::Set('RANKS_AUTOCALCULATE', true); and change it to: # Automatically calculate ranks? Config::Set('RANKS_AUTOCALCULATE', false); then to add the rank you can do it from the admin center=>pilots=>edit Ok perfect thanks, i hope to see an optiosn like my request in the next relase of the Exam Center!!! Maybe it can be only an Exam Center, but also a Training Center... Quote Link to comment Share on other sites More sharing options...
Jacob Armstrong Posted June 15, 2010 Report Share Posted June 15, 2010 First Beta Release - EXAMCenter Developed using phpVMS ver 1.2.778 and ie8 Features: 2 Levels of Administration -Administrator -Staff Member Exam and Question creation and editing Optional "Assign Only" system Installation: 1 - Download Package and place files in your phpVMS install in the proper paths 2 - Load the exam_center.sql file in your phpVMS database using phpMYAdmin or similar 3 - Place a link to the EXAMCenter in your menu -> <a href="<?php echo url('/Exams') ?>">EXAMCenter</a> 4 - Place a link in your menu for the Admins and Staff Members of EXAMCenter -> <?php $admin = ExamsData::check_admin(Auth::$userinfo->pilotid);         if ($admin->admin_level >= '1') {echo '<a href="'.url('/Exams_admin').'">EXAMCenter Admin</a>';} ?> 5 - Start building exams! Some Notes: 1 - EXAMCenter Staff Members have the ability to assign & approve exams, author exams and questions, and create revision reasons. 2 - EXAMCenter Administrators have all the abilities that a staff member has plus the ability to open and close the center, add/remove staff members and admins, edit static messages for the EXAMCenter, change the assign/purchase option, and edit revision codes. 3 - The system automatically assigns the pilot with the database id of "1" as the first administrator. DO NOT un-assign this pilot as an admin unless you have at least one more admin assigned, you will not be able to log back into the center as an admin. I am still working on a check that will not let you do this but wanted to get the beta out. 4 - There are two exams already in the database to give some guidance on how things work. *The code has some extra in it still. Still working on getting rid of some of the duplicate functions. Where do I put the link for the admin page at? Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted June 15, 2010 Author Administrators Report Share Posted June 15, 2010 You can put it anywhere within your phpvms install. Some put it in the main menu, some in the pilot center. It is really just your preference. Quote Link to comment Share on other sites More sharing options...
Jacob Armstrong Posted June 15, 2010 Report Share Posted June 15, 2010 You can put it anywhere within your phpvms install. Some put it in the main menu, some in the pilot center. It is really just your preference. Let me rephrase it. "How" do I do it. LOL! I'm a newbie! Quote Link to comment Share on other sites More sharing options...
TennShadow Posted June 15, 2010 Report Share Posted June 15, 2010 Let me rephrase it. "How" do I do it. LOL! I'm a newbie! Open up core_navigation.tpl and add it in there to get it on the main menu. Quote Link to comment Share on other sites More sharing options...
Jacob Armstrong Posted June 15, 2010 Report Share Posted June 15, 2010 Open up core_navigation.tpl and add it in there to get it on the main menu. Thanks! Quote Link to comment Share on other sites More sharing options...
Jacob Armstrong Posted June 15, 2010 Report Share Posted June 15, 2010 Does anyone know why this is happening. It's below where it should be. Also, the images don't show up, neither do the rank images either. Quote Link to comment Share on other sites More sharing options...
TennShadow Posted June 16, 2010 Report Share Posted June 16, 2010 Does anyone know why this is happening. It's below where it should be. Also, the images don't show up, neither do the rank images either. I can't help you with the first part of you question but I can with the images issue. It looks like you didn't place the examimages folder in the root of your website. Try that and see if they appear. Quote Link to comment Share on other sites More sharing options...
Jacob Armstrong Posted June 16, 2010 Report Share Posted June 16, 2010 I can't help you with the first part of you question but I can with the images issue. It looks like you didn't place the examimages folder in the root of your website. Try that and see if they appear. I put it in the root. It's where the admin and core and lib is. Also the Rank Images don't come up. I put them in the ranks folder. Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted June 16, 2010 Author Administrators Report Share Posted June 16, 2010 As far as the positioning of the ExamCenter table in your screenshot, that is a css and html issue, not a issue of functionality. You can adjust the tables to fit your skin, the module is only supplied with a generic layout. For the images not showing up, double check that the examimages folder in in the root of your install, and that tthe files do exisit inside of it. If you could post a link to the install I may be able to tell you more from there. Quote Link to comment Share on other sites More sharing options...
Jacob Armstrong Posted June 16, 2010 Report Share Posted June 16, 2010 As far as the positioning of the ExamCenter table in your screenshot, that is a css and html issue, not a issue of functionality. You can adjust the tables to fit your skin, the module is only supplied with a generic layout. For the images not showing up, double check that the examimages folder in in the root of your install, and that tthe files do exisit inside of it. If you could post a link to the install I may be able to tell you more from there. I really am as stupid as I sound. I uploaded the examimages folder, but it didn't go through. I got that part now, how do I make it go where it needs to go. I'm a newbie! LOL! Quote Link to comment Share on other sites More sharing options...
Airport Posted July 15, 2010 Report Share Posted July 15, 2010 Hello together, looks very good, but theres a problem: when I try to go into the admin center theres only the "Home"-site! 1.: /exams works fine 2.: /exams_admin doesnt work fine Martin Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted July 15, 2010 Author Administrators Report Share Posted July 15, 2010 exams_admin is not in the site admin panel, it stands alone, you have to link to it. 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.