StartVM Posted May 3, 2014 Report Posted May 3, 2014 Aloha Everyone! As a former CEO of a VA and a current web developer in self-training, I know how frustrating it is to spend hours playing with code trying to pull elements from your database or, maybe you just don't know where to find the scripts. To make your job easier, I have gone through the entire phpVMS Installation and pulled every PHP call I could find and compiled it into one document for easy use. If you find any errors, or more PHP calls, please post it here and I will update the original post. Cheers and happy coding! http://pastebin.com/ERuvPcmV I have updated this call sheet as of 5/20/14 to correct some bugs 3 Quote
in2tech Posted May 3, 2014 Report Posted May 3, 2014 What great information...Thank You so much. Now who wants to make up all the other calls like Schedules, Pilot Center. My Flight, etc... unless there already is one : ) Like a dummy when I was first learning to make skin's from existing templates I was using links like http://www.domainname.com/schedules for schedules instead of <a href="<?php echo url('/Schedules') ?>">Schedules</a>, of course now I feel really stupid! Took me forever to figure this out. Not to mention every person that downloaded my first (and still some old ones) skins had to change all that. With the codes below it just works, (usually)! Example from drop down menu: <?php echo url('/'); ?> -Home <li class="active"><a href="<?php echo url('/'); ?>">Home</a></li> <?php echo url('/contact'); ?> -Contact <li><a href="<?php echo url('/contact'); ?>">Contact Us</a></li> <?php echo url('/Schedules') ?> -Schedules <li><a href="<?php echo url('/Schedules') ?>">Schedules</a> I am always going back to old templates to copy and paste this info. Would love a Master copy with all the codes! Unless one exist! Quote
StartVM Posted May 20, 2014 Author Report Posted May 20, 2014 Updated Call Sheet see new link above Quote
HighFlyerPL185 Posted June 8, 2014 Report Posted June 8, 2014 I think this should get pinned, really useful for novice administrators. 1 Quote
Members Vangelis Posted June 8, 2014 Members Report Posted June 8, 2014 Very helpfull is the phpvms API http://docs.phpvms.net/api/packages/Default.html Just click on the class and it will display the calls and how you can use it Quote
RafaelLetras Posted June 21, 2017 Report Posted June 21, 2017 I need help , I can't make the db calls and the vangelis link is outdated Quote
Members Vangelis Posted June 22, 2017 Members Report Posted June 22, 2017 my website at the moment is under redesign also i want to mention that this api has nothing to do with my site Quote
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.