Skinning
Post your skins, and any skinning questions here
Subforums
901 topics in this forum
-
- 2 replies
- 1.8k views
I think on my site, style.css doesnt have inputs for main, mainbox, conetnt area, how do i call it. When i go to my pilots or other page, it displays something rude...ok for instance in pilot info, so my pilot center...I have something regular, then i go to style.css...i cant find which area is dedicated for style of that letters in tha mainboard srea, i think im speaking right...So i entered pilot_something.tpl and i found tables there, i can do change in fonts there but i will need whole eternety entewring everything with every single line...so i found on net tbody and i done something including that...and i managed to change one table bu couldnt change font size, evey…
Last reply by Tom, -
- 2 replies
- 2k views
I have my site working now , now i have to add the bling and by that i mean change the navigation to look good. is there a way to change this code to look like my sites menu bar. <a href="<?php echo url('/'); ?>">Home</a> <?php if(!Auth::LoggedIn()) { // Show these if they haven't logged in yet ?> <a href="<?php echo url('/login'); ?>">Login</a> <a href="<?php echo url('/registration'); ?>">Register</a> <?php } else { // Show these items only if they are logged in ?> <a href="<?php echo url('/profile'); ?>">Pilot Center</a></li> <?php } ?> <a href="<?php echo url('…
Last reply by Shuttle VA, -
I just finished the tutorial video on the skinning, but i came across this <?php if($_GET['module'] 'frontpage'] { ?> now i know that, there is something betweetn the mod and front but i could not read it on the video or understand what was said, could someone point me tothe correct direction? Thanks!
Last reply by JohnMck93, -
Well I dont seem to understand how to use custom CSS for a custom nav bar, where do i put this? <ul id="nav"> <?php Template::Show('core_navigation.tpl'); ?> </ul> and from there where should i put my Drop down nav? Thanks everyone!
Last reply by JohnMck93, -
- 2 replies
- 1.5k views
If I add a page called "New Page" using the administrator, it adds the page and places text at the beginning. This text always seems to be the name of the page. "New Page" in this example. If I open the html file it created, the page is blank. I can't find the "New Page" text. How can I remove this? Thanks Dan
Last reply by danmand, -
- 2 replies
- 1.6k views
In my css file, I have this: td.horizontal_center { background-color: #FFFFFF; border-top-width: 15px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #FFFFFF; border-right-color: #FFFFFF; border-bottom-color: #FFFFFF; border-left-color: #FFFFFF; height: 130px; display: table-cell; vertical-align: top; background-image: url(images_template1/headernew1.jpg); background-repeat: no-repeat; background-position: bottom left; } Which works as I want, but I want to add a second image beside…
Last reply by CPC900, -
- 2 replies
- 1.3k views
Hey all, I was messing with this skin from FSPaintshop and it is old. Like early 2009 old. I was simply enough trying to update it to work with our new version we are on now being the latest beta 864. I have most of the small issues worked out, however, now I ran into a error and am not sure what it amounts to. When trying to upload a avatar, I get the following Warning: imagesy(): supplied argument is not a valid Image resource in /home/xxxxxx/public_html/test/core/common/PilotData.class.php on line 361 Warning: imagesx(): supplied argument is not a valid Image resource in /home/xxxxxx/public_html/test/core/common/PilotData.class.php on line 362 Warning: Division by…
Last reply by TAV1702, -
- 2 replies
- 1.4k views
This Is The Picture of my Site with two Side Bars. If you would like to have it, then reply back and i'll put it in the releases. It's easy to add things in your side bar!
Last reply by Kyle, -
- 2 replies
- 1.9k views
Either I am way to ignorant or incompetent- but I cannot seem to use the docs section to find the skinning codes... help/link? Much appreciated, Spencer D.
-
- 2 replies
- 12.3k views
there is an IP board bridge for phpvms to read out the registrations?
Last reply by Rickisani, -
Skin Changes
by Kyle- 2 replies
- 1.4k views
K, since the 2.1 is coming out in a few weeks and i want to get my skin ready for it but there is one change that the layout was made, but i don't want to do the rest of the work. Will the header and footer work in 2.1?
Last reply by Kyle, -
- 2 replies
- 2k views
Ok so this is going to be a looooooooooooooooong message because its my first time and i need some help! Ok so far here is my website: website right now this is the code im using: Header.tpl <head> <link rel="stylesheet" type="text/css" href="/lib/skins/euroskies/stylesheet.css" /> </head> <div id="container"> <div id="header"> <h1> Site name </h1> </div> <div id="navigation"> <ul> <li><a href="#">Home</a></li> <li><a href="#">About</a></li> <li><a href="#">Services</a></li> <li><a href="#">Contact us</a>…
Last reply by Nabeel, -
- 2 replies
- 1.6k views
Hi, guys. I am working on my skin for Frontier Airlines Virtual and it is finally getting close. You can take a look here: http://hawaiianairva.org/test/ This is not a template from scratch. I took the Obsess Blue template and modified some of the pages, the header, the footer (just a bit), the colors, and the menu. I would love to hear comments or suggestions! Thanks! Cory
Last reply by coryb12, -
- 2 replies
- 2.1k views
Can somebody help me in the installation of a Templates of Dreamweaver? I do not know to which folder the *dwt file comes. Here: http://www.justdreamweaver.com/dreamweaver-templates.html i like this ZoombaBlue with jQuery Superfish Menus template.
Last reply by Tom, -
- 2 replies
- 1.8k views
I put a new forum on my site for support with my skins, and also made a request forum. This will make it easier to keep track of issues as I don't always check the forums here. www.fspaintshop.com
Last reply by Strider, -
- 2 replies
- 1.4k views
i am wondering how to make it so the page detects the users screen size and automatically adjusts itself to its size, i personally use a 21 inch widescreen dell monitor. and would be cool to se the entire page without a lot of black border
Last reply by Nabeel, -
Is it possible to make a bg image clickable? #main-header-right{ width:370px; height:100px; float:right; background-image:url(../img/header_right_bg.jpg); }
Last reply by Kieran, -
- 2 replies
- 1.4k views
While I have some idea how to incorporate CSS with HTNL, I've never dealth with th CSS/PHP combination. What would really be helpful is to see an example of CSS that can be applied to tables and how it is incorporated into a PHP page. More simply stated, I want to make the tables in my site consistant with each other. TIA
Last reply by CrashGordon, -
I am so amazed that as a complete newbie, I was able to finally pick this up so fast (with a little help from Jeff). Makes me hopeful for when I start going back to school this fall for web development and database management. Anyways, I'm looking for a little feedback and what I have come up with so far. I know the header image looks funky on the left, I'm still tweaking that part, but so far I like it, at least. So everyone knows, this is a highly edited/tweaked version of Aer.I still have some more eye candy to get set up on the front page, but I think I'm getting somewhere finally...
Last reply by Jeff, -
- 2 replies
- 1.5k views
Hello together, because I am occupied at the moment with the homepage of my VA, we search a second person who helps me with the design of the Skin. Logos, Repaints and plans are already finished and most tests are carried out. I have looked on-line already to Templates, but they could not persuade me really. Hoping for help Martin
Last reply by Airport, -
- 2 replies
- 1.6k views
Hi all, I have downloaded and installed a copy of ObsessBlue skin. I have started to edit it for my needs. I have been able to do most things however I have created a page which I have linked to from a small menu right at the top of the page. The page is also linked from the main nav bar. I was wondering if anyone knows how to have this page but not linked from the main nav bar. I have looked through the php code and cannot work it out. I can usually work things like this out but this one has stumped me. I have tried setting it not public and this works if you are not signed in however I don't want it to be on the nav bar even if you are logged in or not. Thanks for yo…
Last reply by TheBulk, -
- 2 replies
- 3.9k views
I checked the releases area and I am extremely intrested in using the Brilliance Template. Unfortunately the download doesnt work. Does anyone know what is going on? can a new link/download be made? Please & Thanks!
Last reply by Angello, -
- 2 replies
- 1.6k views
Ok, so on my frontpage I have a column for each thing like new pilots, pirep and news, now the news is setup to only show the first few sentences of the story then I have a read more link...what I want to do is limit the number of characters that are shown, then I want the full story to be in another file. I'm guessing I'll need to edit the news_newsitem.tpl file to only show x amount of letters and what not then make a new .tpl file to have the full story in. So, here is my question, how do I limit the characters..like the php..I'm a php n00b.. How do I echo the link to the full story..I'm guessing each news story has an id in the database..? Php is so confusing...sor…
Last reply by flynryan692, -
- 2 replies
- 1.3k views
Ok, So I think I'm getting somewhere with 2 big books on sql and php, utill ive spent the entire night trying to place the IVAO and VATSIM callsigns into the private profile page of the website. THe code I'm using is the one laid out within the public profile tables, so i know there is a logical way to display it. The code I'm using is: <?php echo PilotData::GetFieldValue($pilot->pilotid, 'IVAO Callsign') However, It doesnt work in the profile_main.tpl files and maybe this is a reason it wasnt there to start with? Please could someone steer me in the correct direction? Not to worry I fixed it by changing $pilot to $userinfo... Must be tired lol!
Last reply by savagegrave, -
- 2 replies
- 1.2k views
Hello. Can someone either edit the templte for me or get on my Teamspeak server and help me write it. Thanks in advance. To get the Teamspeak information, my email is: ceo@virtualamerican.org
Last reply by Jacob Armstrong, -
- 1 follower
- 2 replies
- 2.4k views
I am starting to develop with phpvms, and I wonder how do I put a different skin of the front-end phpvms, a totally different skin home page
Last reply by willyanferdinando, -
- 2 replies
- 1.7k views
Pilots List hello Nabeel - how poso add the exmp.ID BZS0124 id of the pilot in admin pilotolista
Last reply by mark1million, -
- 2 replies
- 2.1k views
I remember there use to be a really nice video somewhere on this site where it showed you everything you needed to do to skin. Now there are only a few pointers that I can find in various places but no visuals. I checked the four topics made to "help" skin but im still stuck with a template and nothing else to do with it. Does anyone have any other kind of tutorial, video or pdf or something? I think it would help out a lot of people like me who need a refresher on the whole process. Heres the template I just finished.... I have changed the banner image now, and i also had to kill the quality to attach it I'm just doing this for fun/practice.
Last reply by Flightguy123, -
- 2 replies
- 2.5k views
Hey guys, how would i go about changing the menu for phpVMS's Brilliance template? And what are some recommended websites do create a menu thanks
Last reply by Jason, -
- 2 replies
- 1.6k views
Has anyone coded the pilot roster page to have it sorted when you click on either Pilot ID, Name, Rank, Flights or Hours? If so, could you share the code please.
Last reply by CPC900,