-
Posts
1954 -
Joined
-
Last visited
-
Days Won
2
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by TAV1702
-
Yeah it is not showing the description at all when mousing over an image. It did originally place it next to the award name and the award image was WAY to the right of the page. something like this AWARDS Pilot of the Month Pilot of the Moth - For being the most active pilot for the month. ( IMAGE HERE) Pilot of the Month Notice how it listed the award name twice in the list? AND when it lists the award the first time, it gives the name twice, puts the description beside it, then the image beside it. It should have only listed the award once in the list and then showed the pic and when mousing over it, it pulls the description as alt text.... Is that correct? If so, that is not what it does. And as I said before, the pilot center and public profile pages are un altered. The code is yours. I'm sure it is one of those simple things that are going to make me go DOH!!! in the end. ;D The only changes I made were in the css file when I made my make shift skin.
-
Well actually, the template is mine, BUT the public profile and pilot center templates have never been touched. The only thing different is the css info to change color. And yeah, my girlfriend is trying to learn how to do the whole FS thing. I add so much crap on her simulator, she is lost. lol One thing at a time and she will know it all more than any of us do. ;D Here are some pics and I'll narrate as I go. Ok here is the ACP side of things. First things first..... is the image supposed to show up here or just the link to it? I thought the image was supposed to but... That's what I get for thinking ;D Now here is another ACP side of things. I do not think it is possible to add code to the description field for it to show up as alt text over pic. Here is the Pilot Center. Originally, the image never showed up until I did this <strong>Awards</strong> <?php if(is_array($allawards)) { ?> <ul> <?php foreach($allawards as $award) { /* To show the image:*/?> <li><?php echo $award->name ?><img src="<?php echo $award->image?>" alt="<?php echo $award->descrip?>" /></li> <?php } ?> </ul> But that gave the award name twice. And on one of them, it was Award Name with description RIGHT next to it then the pic to the right of it. So it would be like this ATC Of The Month For being the best controller on the scopes this month ( PIC HERE) Now I altered that code to do the following which made it look MUCH better IMO and got rid of the double award name..... And that means it was listed 2 times each one with a bullet next to it. Notice how the Award name is on top and the image is below it? Much cleaner looking to me. Now it would be sweet if I moused over that image and got a tool tip. My problem with hard coding it is, I will then get the same description for different awards. I just hope I have not confused you any worse than I most likely already have. If you want me to, I can change the code back to the way it was originally and get a screen shot for you so you can see the double image name and LONG description.
-
Well, in that case, do you think it would be just as wise for me to update to latest build and test with that one and see if it happens again, or wait and stay on 815 and keep testing? I'm guessing since it has been reported once before, that I can go ahead and upgrade and continue on as was. I'm gonna go grab the dload now just incase.
-
Well, that is exactly what I started to do except, the code in the template is used to call up any award issued so it can not be hard coded. As far as admin side goes, all I have is the name, description, and a link to the image. So there is really no where to add the alt text. Am I correct or am I missing something? I am on the old ladies Laptop at the moment getting all her FS stuff back in order. As soon as I get on my PC I will post a pic and some code so I know we are on the same page. From time to time my explanations are not the best. ;D As usual, thanks for the quick reply Nabeel.
-
I am a build behind now. I just installed this one a day or two ago. Acars works great. XAcars on the other hand gave an error. I am curious if anyone had this issue with this build or if it is on my simulator end of things. XAcars worked great entire flight. After flight getting an error saying cannot get the server. I re downloaded the config info and it is all correct. it worked up until I wanted to send it then it would not unlock the option to send. Worked up until I upgraded site. Coincidence or do you recon it is a issue on my PC? And yes FSUIPC is there and working accordingly. I have not tried a reinstall yet. if there was an issue such as this in this build, is it fixed in the next build 816?
-
Hi Nabeel. I was just wondering, with the coding the way it is now, how hard would it be to make it so that awards name and description is a tooltip ( Alt Text ) when you mouse over an award image instead of it appearing beside the image. I think it would simply be for asthetics of course. I'm not asking for this to be a built in feature, was just a thought I had. I was going to take a stab at it, but I decided against it. Reason: Since I am on Beta, I hate to come back and report something broke after I altered it. That is not fair to waste your time like that on something that might be my fault.Â
-
I agree. that is the best way I have figured out so far. I have a dev site and a live and on my dev, I did as Nabeel pointed out and it works. On my live site, All I did was transfer hours.
-
I REALLY hope I just missed something here. Like the guy reported in the build before, I am now reporting only 1 flight in my schedules list in the admin panel. Please tell me this is a simple fix and nothing in my DB got erased? Like an idiot, I uploaded and updated website and did not backup my DB. :-[ **EDIT** Never mind. I figured it out ;D. I'm not so fond of this method. but it will do I recon. My vote would have been pagination to shorten pages and maybe some choices across the top like searching for schedules by arrival, departure, etc etc, from the pilot center.
-
As slick as it is working now, I'm more than sure you will find a easy fix I just happened to notice that last night and I knew it had to be brought up. I had another guy testing it all out today on my site and he likes it as well. I'm thinking this is going to go over very well on my site once I open it up public. Thanks again for your hard work. It is appreciated.
-
Isn't it funny how at times we overlook the smallest of things like the Ol' sessions table? That did the trick. Thanks for helping me get my train of thought back in order Nabeel. 2 weeks off did a number on me. ;D
-
I took the private pilot exam today and it was flawless. Worked great. later on tonight, I flew a flight and uploaded a pirep and recalculated everything in the control panel, and it gave me the money back that it took from me today to take the exam. So if pilots pay, they get the money back on recalcs. phpVMS Version 2.0.812
-
yeah everything is good to go in the config file. I'll try to email him tomorrow and ask him to get on and try it out. If not, I'll make another user I know will be on tomorrow and admin and they can try. I'm thinking the way you are though. I cleared that table. I think he will be good to go now.
-
That is correct. I had that issue on a previous news post before the one pictured and I removed them and all was good to go.
-
Ok I'll give that a try real quick. I'll have to wait for him to get back on to let me know if it worked or not. As posted in another thread, I upgraded lastnight and then moved my site from one domain to another. I set all permissions and redid a load of links. Other then that, nothing else has been done that should error it out. If you can think of anything else that may have went wrong in a site move, I'm game to look into that as well.
-
Here ya go. Is a small one but serves the purpose.
-
yeah I can link you but the way I coded my home page, news does not show unless one is logged in. You want me to post a screen shot or pm you some login info?
-
He is a full admin. He has been in the administrator group since day 1.
-
Hi Nabeel. Am using Version 2.0.812 and the one and only other admin besides me, can no longer access Admin Panel since I upgraded to this version lastnight. I have checked his default group and it is infact admin. I had him delete site cookies and clear cache and it did not work. Is there anything else I can do or check before I call this a bug?
-
This fixed my issue from earlier on. Thanks!
-
Ah ok. Fair enough. It looks kind of goofy, but hey, the addon works a treat so far. I'm happy with it.
-
Anyone else having issues posting news? I JUST updated lastnight to the new beat and now when posting news, anywhere it inserts a , it gives me that thing where it shows a ff fd in a little box. Not sure if this is a bug or what so posted here first. I never had this issue prior to. I just moved my website to it's own url now instead of a sub domain off of another website, but it is the same exact server. So I'm ruling server config out.
-
Ok well, after leaving the site last night and checking back on this today, it mysteriously works now. ;D
-
Yes it is a slick addon for sure and am glad it was given to us. I really appreciate it. A little nip and tuck here and there to make it match my site a bit more and I will be happy as can be.
-
I actually use a website and look up all the airports that I put into my database. I find all of the FBO's that sell fuel and get an average price and use it. I find it is working out ok. Some of the airports, the fuel cost is extremely high, where as in others it is extremely cheap. So in the end, it basically evens out for me.
-
Thanks! I appreciate it. And yeah, I do use Dreamweaver. I however, do not have Firebug installed for FireFox. I forgot to reinstall it after a reformat of my PC. :-[ On another note, Is is safe to get rid of the lines like emplate::Show('exam_list.tpl'); ? Just curious. I have yet to figure out why they are there. I'm guessing it is for the testing and tweaking stage so we know what files do what?