-
Posts
1954 -
Joined
-
Last visited
-
Days Won
2
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by TAV1702
-
Ahh the field is where I went wrong. That is the part that I was worrying about. I am not sure how to do that. Can you elaborate a little further on that one please? And ok thanks for letting me know to delete that code. I will dot hat now. **EDIT** Ok I found where to add profile fields. Is this where I need to be?
-
Did you do the fix suggested on the second page of this thread for deleting mails? I did and have not gotten a error from airmail since then.
-
Ok I got everything in the templates looking good. However, when I try to add pay, it does not update the pilots total cash amount. Did I miss something somewhere? Was I supposed to do anything in phpMyadmin? I did not try to subtract pay. I only tried to add pay to his total. Would I have to add this pay through a pirep only? I did it via tha admin center when viewing that pilots info.
-
Thanks Lorathon! I'll check in to doing that here in a few. I appreciate it.
-
Yeah that would be sweet as hell. I know how time is now days though. ;-) I will try as I can to do the quick fix that was listed on that other thread. Thanks for replying Nabeel.
-
Yeah and the funny part is I just read that and like a dork I came and posted here. My apologies for that. I like the last poster on that page am not to slick with the code necessary to do such things. I can template ok, but I get a little on the iffy side after that. The only sure thing I would get out of that would be to ruin my website and have to upload backups.
-
Hey Nabeel, I am wondering if there is any way at all in to making the system allow us to give sign on bonuses. For example, register now and file a pirep that is verifyable by use of an acars type script and recieve a 5k sign on bonus on pirep acceptance. I have done this already, but when you optimize the database and recalculate stuff, it takes the cash away from the pilot and puts everything back in order. I know that is how it is supposed to work and that is great. I was just curious if there was a way around it for that one very reason or similar. Oh and I almost forgot. Since I updated to 943, I can not edit pilot info such as transfer hours or cash or anything. I can add them to groups though. Strange. I have optimized my database and all and still a no go. It just seems stuck.
-
Have you added any pages via the admin panel? I have only had that issue once and it only lasted a minute. I added a page and for some reason, the new tab/link never appeared. I believe I had a cookie issue or something like that. Cleared my cache and cookies , closed browser while I got a drink and came back and was good to go. Also, for now, try to delete cache in the admin panel under maintenance options. This template is picky for sure, but very workable. I am tweaking all of my addons as we speak to work the best with this template. Once that is all done, I can begin working new colors and such in to make it more Thunder VA like instead of out of the box like. It is a nice skin and many thanks to zrotzel for porting it.
-
Make sure them paths match exactly how it is setup on your server. I had the exact same problem. As well, my problem was I failed to create them folders. Make sure you have them folders and not just paths to them that do not exist. Sorry guys just my $0.02
-
Yeah that is a pretty sweet thing right there. I am curious, If once you create a menu, do you have to come back every time you wish to update your menu like add new tabs or links?
-
Did you ever use this drop down and if so were you successful? I can not get it to go any wider no matter what I do. I have adjusted the width and all. If I add another menu item, it just drops it below the menu. I am really scratching my head on this one. I can't give a link either unless I catch you on. It is on my WAMP server so I would have to turn it on for anyone to see it. I suppose I could add a screen shot. I may do that tomorrow. I was just curious if you ever used it or not.
-
That sure is a neat little trick. Where can a guy get those files from? I must have missed something somewhere I guess.
-
Yeah what he said! Thanks guys.
-
Sorry my keyboard just shot the craps on me as I was posting. Had to switch. What I was going to say was, I find it hard to believe someone would rip a man off that adds and gives away so much for free to the community. That is just wrong on so many different levels.
-
That is real close to being exact I would say. And didn't even give you any kudos for it?
-
Now that is kind of odd. I never had that problem. All of my buttons were as they should be not counting addons. You sure your dload was not corrupt or all files were uploaded correctly then?
-
DOH! I missed that one somehow. Thanks.
-
Yeah that's what I was thinking all along. I just simply forgot about fixing that until I added my awards in again. I got rid of my old temporary ones and put all my new ones in and that is when I remembered to fix it. So do you know if the title tag works for opera and the rest of them? So far the only browsers I have tested my site with are IE7 and IE8 and firefox and slim browser.
-
yeah that pastebin gives an invalid paste id now. I'm guessing I got in on this one too late. I have the table on my site but I dont belive mine says departing, landing or what ever it was that got listed before. that is slick to say the least. Mine just says arriving shortly, and in flight I believe. Mine is the basic plane jane version of the table that was released. never altered it at all.
-
Oh the Thunder VA banner/logo? A guy over at Real World ATC made it for me. They have since closed their doors for operation. Did you happen to notice the dates for my posts in that thread? Took me that dam long just to come up with the title idea.
-
Well guys/gals (if any), I have finally fixed my mouse over problem after all this time and version later. alt does not work for firefox. The code was originally <li><?php echo $award->name ?><br /> <img src="<?php echo $award->image?>" alt="<?php echo $award->descrip?>" /> </li> I changed it to <li><?php echo $award->name ?><br /> <img src="<?php echo $award->image?>" alt="<?php echo $award->descrip?>" title="<?php echo $award->descrip?>"/> </li> And now it works just fine. I had to do that for the pilot_public_profile as well as the profile_main.tpl Go to http://thunderva.com and go to my pilots page and view a pilots profile. Like mine or doug or matt. Mouse over an award and see what happens.
-
A couple pages need tweaked such as the contact form and the registration form. You may want to go back over some of the old code changes and see if you can find any template changes. I use mine on a 943 site as we speak.
-
Nice job! On a side note, I too think it is a nice addition for a VA and I do thank Dave as well. And I really like your pilots page. Well done.
-
Yeah I have done all that I can think of. The only one that I was able to manipulate to go where I wanted was the menu. That one I was able to align left with no problems at all. That one will be gone though as soon as I find a decent drop down to use. Like you, I am heavily modifying it as well. Of course on my test server though. I hate to jack up a perfectly good live website.