Skinning
Post your skins, and any skinning questions here
Subforums
901 topics in this forum
-
- 9 replies
- 3.2k views
Hello everyone, I was wondering if it was possible not to show something (in this case a table) in the layout.tpl file on some pages? thanks
Last reply by TAV1702, -
- 2 replies
- 1.9k views
When a module is requested and it does not exist, it puts up a error page. I edited one page but it did nothing. Maybe it was the wrong one. Can anyone tell me what tpl file that is? I tried core_error.tpl but that did not do anything.
Last reply by TAV1702, -
- 2 replies
- 2.8k views
how can i create a website template for PHPVMS?
Last reply by Mark J, -
- 2 replies
- 1.7k views
I got a quick question. Not sure if I have a skin issue or what. On my live site, I have a recent bids block and it shows like this: N839TA-CYVR to PANC Now the N839TA is bold. On my test website, I added recent bids block and nothing is bold, all the text is real small and it reads like this: 7 - MEP401 - KBWI to KMKE I used the same exact code from my live site. So I know why the text is small and not bold. It is the .css . What I am curious of is where in the hell is the 7 - coming from? And it will only show one recent bid instead of the 5 like I have it set to show. Not quite sure what the hell is going on.
Last reply by TAV1702, -
Just thought I'd start sharing my web site with yall...I just finished up some new ranks...the art work is that hardest part for me, b/c it requires so much patience and attention to detail, omg. I'm using a modified eye_candy skin, my thanks to whoever developed it. I'm certainly open to an constructive comments on how to further improve the site. I'm way happy with PHPVMS, that's for sure. VSX Link
Last reply by James142, -
- 4 replies
- 1.9k views
Able to create a layout in HTML? or PHP! Using all the resources. tpl, because I tried here and failed, not the pictures appeared! Thanks!
Last reply by RogerB, -
- 1 follower
- 19 replies
- 5.2k views
Is there a way to use phpvms without the traditional "skinning" process? I want to use a normal html site without the restrictions of skinning...I want to know if it will work first. Skinning has too many hurdles ....
Last reply by RogerB, -
- 6 replies
- 4.1k views
The downloads page, when you click on a download goes into an infinite loop situation and the page just sits there clicking at you as it continuously reloads. I know this has to do with a loop function in the code, but Iive not been able to resolve it. Anyone else expreience this or have an idea? thanks in adv ------------------------------------------- SOLVED: I discovered I had an error in my download link : [embarassed lol]
Last reply by 5SA CEO, -
- 0 replies
- 1.2k views
done
Last reply by RogerB, -
- 5 replies
- 3.6k views
I am building a module for PHPVms which I wan't to be AJAX driven. When passing an URL through the to the PHPVms website by a XMLHttpRequest, I want my module's public function to 'echo' a variable to the Javascript. But phpvms send all the headers and the whole site again, even if the modules function only echoes out a variable. Is there a way to prevent phpvms to resend the whole page? I am using the open method with GET, url and async = true. And I am receiving responseText, which I only wan't to be an variable used in an innerHTML tag. The PHP function is just echo "blah blah blal"; Can anyone help me with this? Regards. Wingthor.
Last reply by Wingthor, -
I want a new skin for Kesuk, I have an idea what I want but really don't have the time with all the other stuff going on as registration has really taken off. Anyone want to help?? I can pay.
Last reply by Kyle, -
- 11 replies
- 4k views
Hello folks on my way to a new skin and after countless changes of "ObsessBlue" now you can see first results here: http://www.vacg.eu ! This is not the final result - it´s only work in progress to learn skinning!
Last reply by volkerjacob, -
- 1 reply
- 2.6k views
Does anyone know how to display a pilot's badge in their profile? I tried using this: <h2>Pilot Signature</h2> <p align="center"> <img src="<?php echo $badge_url ?>" /> </p> <p> <strong>Direct Link:</strong> <input onclick="this.select()" type="text" value="<?php echo $badge_url ?>" style="width: 100%" /> <br /><br /> <strong>Image Link:</strong> <input onclick="this.select()" type="text" value='<img src="<?php echo $badge_url ?>" />' style="width: 100%" /> <strong>BBCode:</strong> <input onclick="this.select()" type="text" value='[img=<?php ech…
Last reply by polirom, -
- 4 replies
- 2.4k views
Hey all, I was adding the Recent Pilots code to my site today and it works fine, but I want the pilot's nationality flag next to their name. I tried editing it myself using the flag code from the profile_public_main.tpl, but it just leaves a space. For those who don't know what I mean, here is an example: [FLAG IMAGE] VMS001 John Smith [FLAG IMAGE] VMS002 Michael Jackson [FLAG IMAGE] VMS003 Bob Marley [FLAG IMAGE] VMS004 Paul McCartney [FLAG IMAGE] VMS005 Elvis Presley
Last reply by freshJet, -
- 2 replies
- 2k views
Hello, help me understand how to align all the pilot in a single table? I want all the rank,flight and hours with the same allignement Here my pilot list My link Thanks
Last reply by Tom, -
- 14 replies
- 4.4k views
Ok folks, one last good one for today and then I believe I am going to be done for today. We all know to hide a sidebar area or anything else for that matter we can use the following <?php if($_GET['module'] == 'frontpage') { ?> CONTENT CODE PLACED HERE WILL ONLY SHOW UP ON FRONTPAGE NOW <?php } ?> I have 1 page that on my whole site that I do not wish for the sidebar to show up on. That is the Timetable module page. On the time tables to go 2 wide is just not good looking. I would rather it be pull page width. So how would I use the above code to hide the sidebar area ONLY on the Timetable page? If I plac…
Last reply by TAV1702, -
- 0 replies
- 1.3k views
<---------SNIP!!----------> Sorry! Never Mind. Yet another useless post. My apologies. Please feel free to delete if you want.
Last reply by TAV1702, -
- 3 replies
- 2.2k views
In My Schedule_Briefing.tpl file, I am wondering if it is possible to get rid of the two charts that appear, and make them links only? I mean I obviously see the links to go to Airnav. I want to get rid of the charts due to the skinny template I am using. The 2 charts side by side REALLY bust up my template bad. If I can not make links that say "Click here to view charts" I am sure one chart under the other would be fine.
Last reply by mark1million, -
- 1 reply
- 2.8k views
Hi All This may be a long topic as im very new to php. I need to know how phpvms works in order to change my pages to suite my VA. I guess as normal web sites use the index.php page to load first, what then controls the rest of the pages as i see many folders eg lib/skins In this folder i have copied crystal and renamed it. Inside there are styles.css and layout.tpl (Do i change these) Inside the core folder is loads of other folders with php and tpl files. im confused thats there a template folder, modules and pages folders with many more php can you see where im coming from what controls what pages to be displayed and what ones do i alter. I create web sites whe…
Last reply by Tom, -
- 8 replies
- 3.6k views
HI guys, I have installed Obsess blue on our site and works fine, I have made some small changes, nothing major at this time. On the site I have modified the scroll to read with our VA name, but how do I slow it down as it moves too fast? Alaso down on the left there is news links, with our causing major issues with the .tpl file how do I just get rid of it and move the other links up? One last one, before uploading the file to my host I changed what I thought was the back ground black color to our blue color, but its still black, is there a way I can do this? I have tried doing it a few times but still comes out black on the live site? Cheers Deano
Last reply by 5SA CEO, -
- 5 replies
- 3.7k views
Bit more interesting than the boring default listing.
Last reply by freshJet, -
- 6 replies
- 2.7k views
Hi guys, I have downloaded Obsessblue, changed a few bits and uploaded to my host, as I have not got a clue about coding, please for a simpl person how do I make this my default skin? I have been looking at the forums and they are full of good info but for a simple person like me I get lost. Is there or can someone make a dummies guide to skinning, with practical advice and screen shots for other folk, not just me, or if anyone has the time help me out. Thanks for all the support. Deano 5SA0001 5 Star Virtual Aviation CEO
Last reply by bravo27, -
- 1 reply
- 1.6k views
Hello, I'm from cloud virtual airlines and I was making our flight operations panel. I do this with making pictures an then make a hyperlink of them to the right page. I have finshed the coding and pictures and I can see them on my website "http://www.cloudvairlines.com/index.php/pages/flightoperations#" But now the first 4 just drop straight below eachother and I want them to have 2 pictures a rule! Here's my coding: <a href="http://www.cloudvairlines.com/index.php/pages/flightinfo"><img src="http://www.cloudvairlines.com/lib/skins/brilliancev1/images/flight info.png"></a> <a href="http://www.cloudvairlines.com/index.php/pages/training"><…
Last reply by James142, -
- 7 replies
- 3k views
Just curious if anyone has ever skinned their sites Down For Maintenance page to match their site and if so was it easy to do? Or can it even be done?
Last reply by Daniel Gallagher, -
- 16 replies
- 7.4k views
The virtual airline that I was previously closed down and I was thinking about starting it up again using phpVMS instead of vafs. However, i don't know much about it and was wondering if someone would be able to offer me suggestions of websites that design skins for cheap. I do know that there are some free skins on the forums but they aren't customised to the virtual airline and are a bit of a hassle to edit. If anyone would like to give me a link i would appreciate it. Thanks, Daniel
Last reply by Remington Box, -
- 2 replies
- 2.4k views
Can someone pass me the code map of the last flights of the VA and the Pilot please? I find no place in not one, thank you. Equal to that at low!
Last reply by Thomas Rozanov, -
- 0 replies
- 3.5k views
How do I get that map of the last flight? could someone please pass me the HTML?
Last reply by Rafael, -
- 0 replies
- 1.4k views
I have a simple table on my front page that shows recent flights (flight number, dep, and arr). I like the simplicity of it underneath the smaller map, however I want to get the flight number to show as a link that will take you to the flight details / pirep page. For example, I submitted a test PIREP, VX67. In my profile, I can click on my recent flight, and get this page. I want to be able to have each flight number clickable, and connecting to it's respectful page. Am I makin' sense? Thanks =) /edit - Map credits will be displayed before VA, in case you noticed they aren't underneath the map. I'm no stealer =)
Last reply by Michael, -
- 0 replies
- 1.3k views
Hey, I wonder if anyone has like a script or something which makes a sideshow of images. I don't like the Generator one.(Tried it and don't like it) so the image fades in then out. I have a rotator that when you refresh the page it changes, and the url is /rotator/random.php so any images in the directory rotator is changed. Is there a thing for a slide show so images fade in and out. Or if there are any other things that I could do. Thanks a lot! Daniel
Last reply by Daniel, -
- 5 replies
- 6.2k views
Hey guys i am trying to display the route map, route_map.tpl in another template the profile_main.tpl, how can i call this please? I dont want to include, iframe or embed. Thanks.
Last reply by djtiger76,