-
Posts
57 -
Joined
-
Last visited
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by Ahmad
-
Dear Members few days back i have been looking one post by somebody dont remember it the post is about having different templates for one website pilots can click on the given link and Skin and template will be change for them and we need to make changes in local.config file maybe can you please help to find that post for me? Thanks in Advance Regards Ahmad
-
Post Mark as Resolved i got it Working by myself by work around with the Codes many thanks goes out to PKAV and Mark for there suggestions......... Regards Ahmad
-
thanks mark..... go it
-
mark you mean i should put that code on pages which i created and create another .tpl file to show them? Ahmad
-
Dear Forum Members hi i just wanted to ask that i have created Fleet Pages wit downloading link in it so how i can protect downloads from out siders i wanted to allow downloads only for Registered Pilots i have created different pages from admin center what should we need to put in those pages so it will show downloading link to Pilots only. for example page created like http://www.websitename/index.php/pages/Fleet Any IDea Regards Ahmad
-
Hey i just witnesed your VA have some Errors on Pilot Center Page please resolve it as it is not good for your VA reputation. SEE THIS [b]Warning[/b]: scandir(E:\inetpub\vhosts\waleeddc.com\httpdocs\birdva\/lib/signatures/background1) [[url="http://www.birdva.waleeddc.com/index.php/profile/function.scandir"]function.scandir[/url]]: failed to open dir: No error in [b]E:\inetpub\vhosts\waleeddc.com\httpdocs\birdva\core\common\PilotData.class.php[/b] on line [b]420[/b] [b]Warning[/b]: scandir() [[url="http://www.birdva.waleeddc.com/index.php/profile/function.scandir"]function.scandir[/url]]: (errno 0): No error in [b]E:\inetpub\vhosts\waleeddc.com\httpdocs\birdva\core\common\PilotData.class.php[/b] on line [b]420[/b] [b]Warning[/b]: Invalid argument supplied for foreach() in [b]E:\inetpub\vhosts\waleeddc.com\httpdocs\birdva\core\common\PilotData.class.php[/b] on line [b]422[/b] Ahmad
-
hi mates i just need a code to display most harsh landings of all times by pilots. Regards Ahmad
-
to get Pilot ID in email accepted form you must put this code Pilot ID: <?php echo PilotData::getPilotCode($pilot->code, $pilot->pilotid); ?> i hope it works for you now. Regards Ahmad
-
Now the Current Update is i am able to show the data from database into jgrid table but now i wanted to add option like Add to biid Pilot brief route and the restriction for pilots to fly only those aircraft and schedule which they are assigned to fly according to the ranks set at backened...... can some one help me in this now?
-
can you send me the pic and format you are using in http://www.birdva.waleeddc.com/lib/signatures/background/ i will look into it?
-
Ok no problem take your time i shall wait for your final result thanks in advance.......
-
Pkav i tried it wih no luck yet changed the URL but nothing showing in the table? no records to show coming there........
-
YEP the error was resolved now there is no ERROR on the schedules page but no result showing empty tables?
-
i was getting ERROR while using this code in my schedules page public function getSchedulesJSON() { echo json_encode((object)SchedulesData::GetSchedules()); } ERRROR [b]Parse error[/b]: syntax error, unexpected T_PUBLIC in [b]/home/ahmad/public_html/EmiratesVirtual/core/modules/Schedules/Schedules.php[/b] on line [b]244[/b]
-
as you can see here this is the working code of admin section of jgrid table in operations.php file this code of the part is for schedules adding or deleting or showing in admin section. EDIT ---> CODE Removed We need to match the above code i think what you say?
-
Got it Mark Thanks so much mate it worked for me also didn't find it before just one more question mark how can i put <a href=""> option on pics when somebody click on them it will open in full screen on another page...? Forum Members if you got the same problem here is the solution of you also simpilot changed version of screenshots called paginated version. download from here http://forum.phpvms....10/page__st__80 POST SOLVED
-
Ok Mark No problem but i think you can help me on this for sure http://forum.phpvms.net/topic/5215-pagination-of-screensots/
-
hi there i just need to know how to do pagination for screenshots page only i know for others but using PHP code i cannot i wanted to do pagination for my screenshots page so it will only display 20 items on one page and than create next page for 21st item i hope experts can understand what i wanted to do actually. Maybe mark1million can help me on this as he has done it already. mark looking forward for your help need proper code please or explanation maybe you can put that in code snippets also. Thanks in advance Ahmad
-
No Mark i wanted to show it on Main Website/Schedules Page for pilots in place of schedules_result.tpl i have copied all same code which is in ops_schedules.tpl file for admin section but now dont understand how to show my schedules in it how to fetch them from database? Should i have to create another .tpl files or .php file or i can use schedules.php file for it?
-
Update is i have displayed the Pager on my schedules page but it wont showing anything in jgrid table confusion is in here <script type="text/javascript"> $("#grid").jqGrid({ url: '<?php echo actionurl('/schedules/schedulegrid');?>', What URL should i put to fetch data or i have to make .php page for this can someone explain please?
-
Dear Forum Members and experts once again need little help for displaying my all schedules using javascript the option already implemented in PhpVms but in Admin section only i need it for pilots now so can anyone just explain me a bit how to work with it and display all of my schedules on schedules page. here is the code for schedules pager in admin section need little tweaking i think to display schedules need some expert advise on this. EDIT---> CODE REMOVED Thanks in Advance Ahmad
-
Hey you are a Genius Stuart God Bless you my friend it worked for me now looks so great.......... Post Resolved +100 for Stuartpb but only +1 allowed great thanks for all your support
-
I dont know i have done everything possibly i can but dont know why it was not showing the Font on frontpage in flights board ? Fonts folder moved to skins folder and added flight board code in CSS looks everythinf perfect but dont know not showing........ here is the code } @font-face { font-family: 'SFAlienEncountersRegular'; src: url('../fonts/sf_alien_encounters-webfont.eot'); src: url('../fonts/sf_alien_encounters-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/sf_alien_encounters-webfont.woff') format('woff'), url('../fonts/sf_alien_encounters-webfont.ttf') format('truetype'), url('../fonts/sf_alien_encounters-webfont.svg#SFAlienEncountersRegular') format('svg'); font-weight: normal; font-style: normal; } body{ background:#fff; font:11px/20px Tahoma,Helvetica,sans-serif; color:#222; } Board Code table.flight th { font-family: 'SFAlienEncountersRegular' Arial, Helvetica, sans-serif; font-weight: bolder; font-size: 14px; color: #e0bb26; } table.flight td {font-family: 'SFAlienEncountersRegular' Arial, Helvetica, sans-serif;font-size: 14px; font-weight: bolder; color: #e0bb26;} table.flight { border-color: #ada45b; border-style: dashed; } what you think?
-
i have added CSS in main Style sheet also but no result on the page still missing the font font know maybe because of URLS not correct please Advise what should i put in URLS my fonts folder are in here http://www.localhost/EmiratesVirtual/fonts i have placed all files in this folder which came with font kit but not result on main page what i was doing wrong? and in CSS these are the URLS i placed @font-face { font-family: 'LEDBOARDNormal'; src: url('fonts/ledboard-webfont.eot'); src: url('fonts/ledboard-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/ledboard-webfont.woff') format('woff'), url('fonts/ledboard-webfont.ttf') format('truetype'), url('fonts/ledboard-webfont.svg#LEDBOARDNormal') format('svg'); font-weight: normal; font-style: normal; }