Is possible to make the exam center require hours instead of pay ?
The Exam Center deducts the money for the test. Not sure why you want to deduct hours.
The Exam Center deducts the money for the test. Not sure why you want to deduct hours.
not to reduce hours.
for example Expl Test 1 hour 100. If the pilot have less than 100 hours he can’t proceed to exam. if pilot got 100 hours ++ he can continue. not to reduce
Sounds like you need to figure a way to have it automatically acknowledge it like auto ranking does.
Is possible to make the exam center require hours instead of pay ?
You will have to change the coding a number of places but you could base all the if commands off of an hours configuration. Most of your work will be in the controller, look around for where it is calling for money and change it all to hours. There is a built in sql call in the pilots data class to get pilot hours to compare to your needs.
exams_admin is not in the site admin panel, it stands alone, you have to link to it.
I know and I had added it! But when I push on the link it goes to the Startpage!
;artin
I know and I had added it! But when I push on the link it goes to the Startpage!
;artin
Are you using ->
<?php
$admin = ExamsData::check_admin(Auth::$userinfo->pilotid);
if ($admin->admin_level >= '1')
{echo '<a href="'.url('/Exams_admin').'">EXAMCenter Admin</a>';}
?>
as is in the setup instructions?
Are you set as an admin for the exam center? By default only the pilot with the database id of 1 is an admin until more are assigned. If you are not #1 in the database it will send you back to the home page.
Also, what version are you running, are you on 2.x or still on 1.0?
Hello,
im running phpVMS Version 2.1.934!
Im using the code for setting up.
Im an admin and have full control in the Admin Panel.
Martin
Are you set as an admin for the exam center? By default only the pilot with the database id of 1 is an admin until more are assigned. If you are not #1 in the database it will send you back to the home page.
Can you also post a link to the site, Thanks.
Hello,
I have updated to the newest Version and now it works .
Nice Tool
Martin
Hello,
it doesnt work again . What can I do?
Admin-Page: http://flygermany-va.de/index.php/Exams\_admin’>http://flygermany-va.de/index.php/Exams_admin
User-Page: http://flygermany-va.de/index.php/Exams
Now Im using 943
Martin
Hello,
it doesnt work again . What can I do?
Admin-Page: _admin’>http://flygermany-va.de/index.php/Exams_admin
User-Page: http://flygermany-va.de/index.php/Exams
Now Im using 943
Martin
Not sure, are the folders all in the right place? It is odd that it goes back to the homepage. Did you change any of the code that determines the permission set for the modules?
Hello,
all folders are at the right place and I didnt change the code
Martin
Hello,
all folders are at the right place and I didnt change the code
Martin
If it works and then doesnt and the does again, my guess would be it is the server causing issues, what configuration are you on? (free, shared, vps, dedicated)
Hello,
no, its a payhoster, and it is working perfektly!
Martin
Hello,
no, its a payhoster, and it is working perfektly!
Martin
Errr, ok. I thought you were having problems with it. Glad to hear you got things working.
OK, this is an excellent addon, but I have a really stupid question. How do you add a pilot so that they are an event admin?
OK, this is an excellent addon, but I have a really stupid question. How do you add a pilot so that they are an event admin?
Do you mean an Exam Admin? For that you would use the “add/remove administrators” link from the main exam center management panel, then just click on the pilot you want to change and set them to staff or admin.
Do you mean an Exam Admin? For that you would use the “add/remove administrators” link from the main exam center management panel, then just click on the pilot you want to change and set them to staff or admin.
EDIT: got it working. Thanks for this great module!
Anyone that ca tell me how to get this to fit into my ObsessBlue Skin??
I have the exam and admin running fine but some of the tables will not fit into the screen. So i need a way to resise it
EDIT: Just found it out ![]()
Try and see works sometimes ![]()