Jump to content

PilotMohamed

Members
  • Posts

    28
  • Joined

  • Last visited

Everything posted by PilotMohamed

  1. Hello, is there any tutorials that show you, how you make a Drop Down Menu?
  2. The problem is not resolved! I set all my database and tables to UTF-8 but nothing works. Look: http://www.skyairway...90.net/ "�" Can anybody help please? If anybody will help me via Skype here is my Skype Name: moha.med526
  3. It dont work if I add these to the layout.tpl....
  4. Hello everyone, I have a problem with the enconding. Can anybody help me how I can change the enconding to "UTF-8"? I don´t get where I can do that. I already have edit the app.config to UTF 8 but it dont works. Sorry for my English.
  5. Delete in the "core" file, the local.config.
  6. I would like to install the phpvms but I have these problem if I enter my Airline Code: "Duplicate entry 'SAV' for key 'code'"
  7. 122 VIEWS 2 REPLYS Please can anyone help me please?
  8. Please help, or if you want, I can send you my Template files (per Email) and you can edit it for me, please?
  9. Step 1 "The entire vAriline folder goes into you phpvms/lib/skins folder." I done it already. But Step 2, I don´t understand it. So what I must edit in the "core navigation.tpl" ? <div class="chromestyle" id="chromemenu"> <ul> <li><a href="<?php echo url('/'); ?>">Home</a></li> <li><a href="#" rel="dropmenu1">About Us</a></li> <?php if(!Auth::LoggedIn()) { // Show these if they haven't logged in yet ?> <li><a href="<?php echo url('/registration'); ?>">Join</a></li> <?php } else { // Show these items only if they are logged in ?> <li><a href="<?php echo url('/profile'); ?>" rel="dropmenu2">Pilot Operations</a></li> <?php } ?> <li><a href="<?php echo url('/acars'); ?>">Current Flights</a></li> <li><a href="#">Events</a></li> <li><a href="#">Forums</a></li> <li><a href="#" style="border-right: none">Contact</a></li> <?php echo $MODULE_NAV_INC;?> <?php if(Auth::LoggedIn()) { if(PilotGroups::group_has_perm(Auth::$usergroups, ACCESS_ADMIN)) { echo '<li><a style="border-left: 1px solid #DADADA;" href="'.fileurl('/admin').'">Admin Center</a></li>'; } ?> <li><a href="<?php echo url('/logout'); ?>">Log Out</a></li> <?php } ?> </ul> </div> <!--1st drop down menu --> <div id="dropmenu1" class="dropmenudiv"> <a href="#">Our Staff</a> <a href="#">History</a> <a href="#">Timeline</a> </div> <!--2nd drop down menu --> <div id="dropmenu2" class="dropmenudiv" style="width: 150px;"> <a href="<?php echo url('/'); ?>">Home</a> <a href="[url="http://skyairwaysva.site90.net/%22>1st"]http://skyairwaysva....ite90.net/">1st[/url] item</a> <a href="<?php echo url('/profile/edit'); ?>">Edit Profile</a> <a href="<?php echo url('/pireps/mine'); ?>">Logbook</a> <a href="<?php echo url('/profile/stats'); ?>">Statistics</a> <a href="<?php echo url('/pireps/filepirep'); ?>">File Report</a> <a href="<?php echo url('/'); ?>">Statistics</a> <a href="<?php echo url('/'); ?>">Flight Log</a> </div> <script type="text/javascript"> cssdropdown.startchrome("chromemenu") </script> And than, where I must insert the "core navigation.tpl" file? Hope you can help me, and sorry for my English.
  10. The other problem is, I don´t now which all files I must upload to my "phpvms Folder" (via FileZilla)? I only uploaded the "layout.tpl" and nothing more, to my VA Homepage.
  11. What is a "menu link"? The URL of my Website?
  12. Hello everyone, I use the vAirline Template, and it´s a great template but I have, after I edited the template for my VA, this problem: http://screenshooter.net/9328839/rwfhspb I now, that I edited something wrong, but please help me, how I can fix this problem (Maybe in the layout.tpl), because the "category list" etc. is in my VA wrong. I will, that it will be look, like on the "vAirline.org" Homepage. http://screenshooter.net/9328839/fkyxjva I hope that everyone can help me.
  13. You don´t will help me, so I ask other people ;D
  14. Hello everyone, my Name is Mohamed and I need help, please! I want to upload my Template, that I chosse, to my new VA but I don't now how I can do that. I already read the Tutorial text "[Tutorial] Using HTML/CSS templates with phpvms." here in the forum, but I must say I don't understand it, because my English is not good enough. So I want help, please. Can I send everyone here, my template per Email and edit it for my VA? And than everyone send me, the edited template again, and than I can upload it to my VA Homepage. If everyone will help me, please contact me here on the forum, or on these Email: skyairwaysvainfo@gmail.com I hope everyone can help me, please.
  15. Can everyone else edit for me please, my Template for the VA, it take max. 10 Minutes.
  16. Hello Sir, I need your help, please! I want to upload my Template, to my new VA but I don't now how I can do that. I already read you Tutorial text "[Tutorial] Using HTML/CSS templates with phpvms." but I must say I don't understand it, because my English is not good enough. So I want your help, please. Can I send you my template and can you edit it? And than you send me, my template, that you edit it, per E-Mail. Please answer me at these Email: skyairwaysvainfo@gmail.com I hope you can help me, please.
  17. But can I use it for a new "phpVMS Admin Account"?
  18. How? I create a new datebase or what I do, if I dont have a backup? And thank you, you are very helpful
  19. But Can I create a new phpvms database and a new phpvms account with my Website, that I used for the last datebase?...... I'm very wooryy.
  20. Thank you for you answer. But where I can found the table prefix settings? I´m already on my phpvms datebase but in the settings I found nothing tabel prefix settingen. And the database table are blank. It is A PROBLEM, if I delete my old Datebase from phpvms and add a new one?
×
×
  • Create New...