Jump to content

StartVM

Members
  • Posts

    513
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by StartVM

  1. Hi I already have PHPvms installed on a webhost, however im using a free domain that they supply. If i was to buy a domain and have have it changed, would all the features within phpvms still work, or would i have to reset everything and do a fresh install of the files.

    You would need to change the domain in your core/local.config.php file

    • Like 1
  2. @Vansers I am sure you are pretty busy, but I have a feature suggestion for the vStaff module. I think it would be helpful if the current user groups dropdown is included on the add staff page and when you add a new staff member you can asign admin permissions right there

  3. There is always a way to do something if you have the required knowledge with a lot of ways. I answered the post taking into consideration the current phpvms admin structure. If you have something remarkable to suggest then be my guest.

    Sorry if my post came off as if I was pointing out something wrong with your comment (probably shouldnt have quoted it). I just wanted to make sure the original poster knew it could be done

  4. Taran don't use this forum as an outlet for you to make a quick buck. Its in poor taste. I think it would be a lot better to allow people to find fivdev. After all, Nabeel did provide phpMS and this forum to you for free. Don't abuse it

    • Like 1
  5. I was wondering if you could build my VA website for me?

    Lol, no I am not going to develop your website.

    1. Since you can't afford basic hosting then I assume you want me to do it for free

    2. This is a forum dedicated to phpVMS, not the "International Virtual Airline Emporium" for you to "advertise" your va in.

    Good luck with your va...

    • Like 2
  6. Nope not on my host is phpmyadmin built in. I do have a C-panel although. Just not a ability to edit groupmembers file to activate manually my admin panel. the host setup from link in Post 3 for me. The phpmyadmin comes with the deluxe package hosting. By the way Chase do you have a youtube video out on the install of Phpvms?? The site in your sig seems familiar to me.

    Yessir.

    • Like 1
  7. Check out what my clients have to say about my service.

    "Chase gave us a very modern, sleek-looking design very quickly and for a very good price. His service met all of our requirements as a virtual airline and he worked with our needs every step of the way. Overall, he's done a very good job for us, and we are glad we went to him."

    - James Thompson | Gocal Virtual

    flygocal.com

    Ready to launch your dream site? Check out my portfolio at chasemorgan.co!

  8. So i'm having extreme difficulty getting my custom pilot center's schedules, working with action.php, to be able to add bids without giving the well known "No route Passed" error. I have done everything i can think of to removing all references of ANY javascript being called in to copying everything in core_htmlhead.tpl and placing it in either of the schedule_x.tpl files. Nothing will get this to work!

    I have it working on my website now that does not have a custom pilot center page. Just having issues adding bids using action.php......

    So now, instead, i am looking at making it just a link, as described in http://forum.phpvms.net/topic/7431-no-route-passed-solved/page__p__49472 but i find it annoying that it takes you to another page just to say "Bid Added"

    Is there any way to make the below code (which is a popup message) show instead of switching to a different website?

    Command: toastr[success]("Your bid has been added", "Flight Schdules")
    toastr.options = {
     "closeButton": true,
     "debug": false,
     "positionClass": "toast-top-right",
     "onclick": null,
     "showDuration": "1000",
     "hideDuration": "1000",
     "timeOut": "5000",
     "extendedTimeOut": "1000",
     "showEasing": "swing",
     "hideEasing": "linear",
     "showMethod": "fadeIn",
     "hideMethod": "fadeOut"
    }
    

    Most likely the template for your skin has a newer javascript file (I found its usually a newer version of jquery) than what phpvms is using an its breaking your install. I am not positive, but I think simpilot's version fixed this

  9. Hello my name is Chase, whats yours? :)

    About Me

    I am an independent freelance web designer and server-side developer. I have been vested in web design for about two years and more recently (Aug 2014), launched my freelance website in which I have maintained a steady business since the 2014 holidays up through now.

    My Services

    • phpVMS Skin Design
    • Theme Conversions -> phpVMS
    • Simple Module Development (Entrance Exams -> NOTAM API, etc.)

    Pricing

    Because I am an individual freelancer, I do not have set prices for any one project. I provide a quote based on the work requested, the time frame, and how much I have charged for my previous projects.

    Contact Me

    Ready to check out my portfolio? Visit my website HERE

    Email: me@chasemorgan.co

    Skype Name: chase.morgan38

    Facebook: CLICK HERE

  10. Thanks, I got around that once I found the post. However I'm locked out of the Admin end, any thoughts?

    Go into the mysql database. Go to the groupmembers tables. And find the row where your pilot id is. Change the group number to 1 and you should have admin

  11. Not through the config file, but you could edit the code for the $userinfo class. So, if the ID is 0000 echo 'Retired'.

    Problem there is that might cause some issues where it is expected as a number, i.e passed into functions.

    Thats a good point if casted by php as an integer there will be issues

×
×
  • Create New...