-
Posts
1307 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by Jeff
-
Nathan, view my statement I made 2 days ago to another member. View Post
-
We need more information than that. Maybe an image or more descriptions. The speed is in Ground Speed, not knots.
-
Here is the thread you are looking for, but as Keith said it is not currently finished yet. http://forum.phpvms.net/topic/4397-autoawards-input-required/page__view__findpost__p__29137
-
Very nice, thanks. Should be in Code Snippets though
-
Maybe a link to your site?
-
Great job daniel. I can actually remember when you first started your VA, and I'd have to say that I knew you were going to stay around for awhile. Here's to another year!
-
I'm not going to start a long griping session about you that may lead to the locking of this thread, but once you can prove yourself to everyone in here that you are serious about starting (1) Virtual Airline, and stick with it without starting another one for at least 6 months, you might be able to get a response to your questions in a positive way. Not to be harsh, but maybe you should get your VA up and running, and wait until you have about 20 members join your VA (not including your relatives or family pets). Until then just don't bother asking any more questions because we're fed up with you at the moment.
-
I like the way that you were able to get it set in the View Pilot (Admin Center), as I am constantly in there anyways. Jus ty a couple of questions for you Kyle. Is there a way to find out what page they most frequently visit, and how often they go there? I have a lot of pages, and I'd like to know if I need to keep some of them or just remove the pages if they aren't visiting them.
-
Scott, this might be what you are looking for: <td align="center"><a href="<?php echo url('/pireps/view/'.$report->pirepid);?>"><?php echo $report->code .- $report->flightnum; ?></a></td> If not, try this one: <td align="center"><a href="<?php echo url('/pireps/view/'.$report->pirepid);?>"><?php echo $pirep->code .- $pirep->flightnum; ?></a></td>
-
It is, in fact in a straight line. The issue is...the table is adjusting itself according to the Pilot Name. The length of the pilot name is forcing the table to look c**k-eyed because the whole table is "centered". Soultion: Restructure the table to align itself by using the following <th width="200px"> so it might look like this: <th align= "center" width="200px">Name</th>
-
I usually find this to be a quick fix. Before your first flight of the day, start FSX first and begin at the gate. Once you are sitting in your cockpit, run Acars and set it up normally. Ever since I've started doing it this way, I have yet seen that in the box again.
-
Here's another code for you who are having trouble adding an icon to your web browser. First, create your .ico using whichever program or online generator you wish, and upload it to: public_html Next add this code to your layout.tpl just after <head> <link rel="icon" type="image/png" href="http://www.yoursite.com/site.png"> <link rel="icon" href="http://www.yoursite.com/favicon.ico" type="image/x-icon"> Rename the favicon.ico to the name of your .ico image and change both address to your website (do not include /index.php). Leave the site.png and type="image/x-icon" as they are, and it should show. This method is tested, and works on both IE9 and Firefox.
-
I found this little code that will give you a shadow under your text. You can change the font color, type, size, and more. <span style='font-family:monotype corsiva;font-size:40px;color:#aaaaaa;'>Text goes here</span><span style='display:block;position: relative;left: -4px;top: -22px;font-family:monotype corsiva;font-size:40px;color:#048DC6;'>Text goes here</span>
-
Place the code in frontpage_main.tpl and remove it from the layout.tpl
-
It's showing that you are logged into your site.
-
Your link goes to http://www.southernukva.co.uk/en/. Make sure you have the files in the /en folder. That might be the problem.
-
I am by no means taking sides with TCX0001, but if you look on the bottom left of http://www.ryanairvirtual.org/ you will see this: And on this page, http://www.ryrva.co.uk/index.php/pilots you see his name as the CEO (I presume). Now whether or not it is the real "Joakim Tangfeldt" or just the name he put so he wouldn't get called out (like all the other VA's he's opened and closed that aren't legit). Oh well, I'm personally done with this dude. I have better things to do with my time than mess around with someone who has turned something this good (talking about phpVMS), into a controversy act. I'll spend my time helping other phpVMS users who actually take this serious.
-
Ah! Oh well, it's only a number. Most members that have been around as long as we have kinda know what we're talking about. But, enough on that crap... Will, just create a blank page in your Admin Center, then edit it with the coding you need using the cPanel or FTP editor and you should be fine.
-
Sorry Tom, I voted the wrong one. As you can see by my last, I was agreeing with you.
-
Better yet, NEVER COME BACK!!! By the way, it is the 11th and I don't see your server online. I guess I was right in your last thread.
-
This only works for most HTML codes. If you are wanting to use .css or .php you will need to use your cPanel or FTP editor to do it as it will remove the other coding when you try to edit it (as Tom said in post #2). If you are wanting to know where the file is located, check here: public_html/core/pages/yourpage.htm.
-
I got it to work Jeffrey. The tables weren't getting filled as you said prior. I was able to figure out how to add to it. They are showing up for me now. Thank you for your help, it was actually easier than I thought. I guess I need to spend more time in phpMyAdmin more often to see how things work. Thanks a lot. +2
-
I have to figure out how to do these. Until then... do I need to add to this section at all?:
-
Some of these (but a lot go through though, not sure why some do, some don't): AC7397 was not added, reason: Unknown column 'services' in 'field list' AC7399 was not added, reason: Unknown column 'services' in 'field list' AC7394 was not added, reason: Unknown column 'services' in 'field list' AC7396 was not added, reason: Unknown column 'services' in 'field list' AC7443 was not added, reason: Unknown column 'services' in 'field list' AC7445 was not added, reason: Unknown column 'services' in 'field list' AC7442 was not added, reason: Unknown column 'services' in 'field list' AC7446 was not added, reason: Unknown column 'services' in 'field list' AC537 was not added, reason: Unknown column 'services' in 'field list' AC538 was not added, reason: Unknown column 'services' in 'field list' AC961 was not added, reason: Unknown column 'services' in 'field list'
-
you create the table in phpMyAdmin.