Skinning
Post your skins, and any skinning questions here
Subforums
901 topics in this forum
-
- 5 replies
- 2.3k views
Hey, guys. Thought I'd show you my latest skin for my VA. This is actually the ObsessBlue template, but majorly modified. I would love to hear your feedback and comments! Here it is: http://hawaiianairva.org/ And real quick, I am aware the website icon is messed up. I am working on that Thanks, Cory
Last reply by RogerB, -
- 1 follower
- 2 replies
- 2.3k views
Hi All, I am looking for someone who could make me a custom skin. I have tried talking to Simpilot but he has not responded and its been around two weeks. I have customized a template to a certain extent but I can not go farther for I do not know a lot of PHP or HTML. If you have any ideas or know anyone I would love to hear them. Thank you so much! Website: http://staralliancevirtual.net/ VA: Star Alliance Virtual
Last reply by Vangelis, -
- 2 replies
- 2.3k views
Anyone have any luck using a admin dashboard as there pilot dashboard? https://almsaeedstudio.com/
Last reply by Heritage1, -
- 1 follower
- 4 replies
- 2.3k views
How do we include the stats of the airline on the frontpage? Like how many flights, hours, etc.?
Last reply by Nabeel, -
- 4 replies
- 2.3k views
Hey all, I'm attempting to have a logged in pilot's groupid redirect to a specific skin. I've been fiddling with it for a while without success. Here's what I've come up with: if(!Auth::LoggedIn()) { if(PilotGroups::$groupid==2<a href="<?php echo url('/lib/skins/yaddayadda'); ?>) Obviously it's not working quite the way I had anticipated. Any thoughts would be greatly appreciated.
Last reply by C1971W, -
- 6 replies
- 2.3k views
I need help with editting the .tpl files in the Obsess Blue skin. When I try to open in notepad it just shows up as a blank notepad, please help someone. I also have no idea how to edit the frontpage_main.tpl
Last reply by RogerB, -
- 3 replies
- 2.3k views
Looking for a new skin for my VA. Can anyone suggest some and possibly provide download links?
Last reply by servetas, -
CSS Drop Down Menus
by Guest itrobb- 7 replies
- 2.3k views
Here is my CSS code for the menu: ul#css3menu,ul#css3menu ul{ margin:0;list-style:none;padding:0;background-color:#FFFFFF;border-width:1px;border-style:solid;border-color:#5f5f5f;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;} ul#css3menu ul{ display:none;position:absolute;left:0;top:100%;-moz-box-shadow:3.5px 3.5px 5px #000000;-webkit-box-shadow:3.5px 3.5px 5px #000000;box-shadow:3.5px 3.5px 5px #000000;padding:0 10px 10px;background-color:#05A2EA;border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px;border-color:#d4d4d4;} ul#css3menu li:hover>*{ display:block;} ul#css3menu li:hover{ position:relative;}…
-
Pilot list
by Wood- 3 replies
- 2.3k views
Hi all After changing the signature and the text color I have noticed that it affected my viewing the pilot list in the admin side of things. Is there a way to fix this where I can repair the pilot list still having the new signature and colored text on the sig. I can't seem to access any of the pilots any longer if they need to be edited. Thanks Wood
Last reply by Txmmy83, -
- 6 replies
- 2.2k views
hello everybody does anny off you know where i can find the old skinning video from nabeel as i just started mij verry first skin thanks in advance joeri
Last reply by mark1million, -
- 0 replies
- 2.2k views
Hi guys - the default installation of iCrew LITE sometimes does not automatically go to the login page if you visit the site while not logged in, or when your login session expires. I'm posting the fix below. Hope this helps some of you: In index.php in the root of phpvms: define('CODON_DEFAULT_MODULE', 'Frontpage'); change to: define('CODON_DEFAULT_MODULE', 'Profile'); And in modules/Profile/Profile.php: public function index() { if(!Auth::LoggedIn()) { $this->set('message', 'You must be logged in to access this feature!'); $this->render('core_error.php'); return; change to: public function index()…
Last reply by aktorsyl, -
- 2 replies
- 2.2k views
EDITED: Apologies, volunteers found. Thanks for any replies.
Last reply by Eurojet, -
- 4 replies
- 2.2k views
I have a strange problem, and that I have in the header area in the left side of this (ï »¿). my page www.freedomair-va.com how do I remove it, I searched through all the php files, but found nothing. who can help
Last reply by Rickisani, -
- 4 replies
- 2.2k views
Hello i can change everything on the brialliance template excpt the Brialliance logo in the top, can some one tel me how i can replace it?
Last reply by ddlidd, -
- 3 replies
- 2.2k views
Hi all, Today I decided to download the vAirline skin, just to get some inspiration, and to have an example. what I see when I apply the skin and then click on ' view your site' is well.. like it misses all of its ' make-up' sort to speak. Everything is in black and white, no styling whatsoever. I host my website at 000webhost (yes I know it's not the best thing to do, but I want to experiment and fiddle around a bit before spending any money) PHPVMS installs perfectly, but I can't get any skins to work. I change the topbanner image, but it keeps using the default one. I'm starting to think that there are a couple of links aren't correct. Any ideas? Stefan
Last reply by TheFlyingDutchman, -
- 2 replies
- 2.2k views
Good Day all Today i have change my Pilot_public_profile.tpl. With a good Friend i have make an background image and have put in all Datas from the old with some changes. Uploaded with ImageShack.us
Last reply by Industrialshadow, -
- 2 replies
- 2.2k views
Hello guys, I would like to display the award in my pilot list. I added this code <?php if(!$allawards) { echo '<center><img src="http://www.voegolv.n...g_recusado.png" border="0" /><br><font face="Trebuchet MS" size="2">Pilota non iscritto al roster online.</font></center>'; } else { /* To show the image: <img src="<?php echo $award->image?>" alt="<?php echo $award->descrip?>" /> */ ?> <?php foreach($allawards as $award){ ?> <img src="<?php echo $award->image?>" alt="<?php echo $award->name ?> …
Last reply by Tato123, -
- 3 replies
- 2.2k views
O'Que happened the free modules simpilotgroup were deleted the links to download????? is error modules download
Last reply by pedrobrandine, -
- 3 replies
- 2.2k views
I'm assisting a friend on some code and their is an issue: Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/hawaiian/public_html/core/templates/pilots_list.tpl on line 59 <td><?php if($pilot->retired == '1') {echo '<img src="'www.hawaiianairva.com/lib/skins/BrettLoweUALSkin/images/no.png'" alt="warning" /> - Retired';} else {echo '<img src="'www.hawaiianairva.com/lib/skins/BrettLoweUALSkin/images/yes.png'" alt="warning" /> - Active';} ?></td> <?php I know what the parse error means etc. however my php skills are in the deve…
Last reply by miniarma, -
- 4 replies
- 2.2k views
There is a lot to be done, all but one of the main links are not functioning, but how does it look so far? Is there any problems that are going to sink this design? Nabeel, thank you for this wornderful platform, I hated it at first because I couldn't figure it out but now I cannot live without it. http://www.spark-jet.com/index.php
Last reply by freshJet, -
- 1 reply
- 2.2k views
Right, i had a few issues before on how to convert html and css to php/tpl, but i have now fixed it. However, i was wondering how do you create custom pages within index.php? For example when i go to the main page it comes up with "Welcome to PHPVMS" etc. Here is a screenshot : https://gyazo.com/073f50edf709b6d11b3e8bd53ce72431 Any help will be hugely appreciated! Thank you.
Last reply by web541, -
- 5 replies
- 2.2k views
Hi, I've decided to give my startup VA a unique look (after looking at some opinion polls) by starting from scratch. I am of a decent standard in HTML4 and CSS; so I am trying to make my VA website from scratch in Dreamweaver. I have some questions: Will I have to edit the .tpl files in the /template folder to make the site or is there a way to implement the individual phpVMS modules into my .php site? How would I get the admin center show on the navbar (custom made) only when I log in? and How would I get the new site communicating with the control panel? Thanks for your help, John Richardson Owner - Yorkshire Air
Last reply by Strider, -
- 4 replies
- 2.2k views
Dear Members few days back i have been looking one post by somebody dont remember it the post is about having different templates for one website pilots can click on the given link and Skin and template will be change for them and we need to make changes in local.config file maybe can you please help to find that post for me? Thanks in Advance Regards Ahmad
Last reply by James142, -
- 7 replies
- 2.2k views
Hi all, Here is my first attempt at editing the pilot centre, any comments or suggestions welcomed. Thanks Scott
Last reply by Industrialshadow, -
- 4 replies
- 2.2k views
origin my Help me ! all archives ok in ftp ! thanks !!!
Last reply by RogerB, -
- 4 replies
- 2.2k views
I need help I downloaded the drop down menu from http://www.cssmenumaker.com/ and I don't know where to place lines which are below. Do I place this in the layout text file please help. <link rel='stylesheet' type='text/css' href='/menu/menu_style.css'> href='/menu/menu_style.css'
Last reply by miniarma, -
- 3 replies
- 2.2k views
I was wondering if thre are examples out there of sites that use a different log in/registration interface with phpvms so that way guests or other are limited in what they see. I am familiar with re-arranging navigation items based on the vanilla crystal skin. However, what i want to try to do is have a single page that would show for the site, that would have the login just for va members and basic VA joining information. I just want to get some ideas on what is out there or what folks may have done as I am new to phpvms. I also wanted know if others have ever modified their registration_mainform.php file and was it a hard thing to do? Regards, Nat
Last reply by ryanek20, -
ok I got the header and footer done but I have a few problems I have watched all the tutorials and there is nothing that says were to put the part of code that is between the header and the footer.. also now the main info that goes between the header and footer has now lost all formatting.. i have included a pic to help u understand my problem..
Last reply by Nabeel, -
- 3 replies
- 2.2k views
Hello guys, First let me tell you that i am completely new to phpvms, i have never typed a line of code in my life. I hired a developer to get my VA's website up and going, and basically his job is done. Now there are still some thing that needs attending, and the most time critical is if anyone can tell me how to delete certain airports that i don't want in my Admin Panel? Can't seem to find delete anywhere, only edit, which does not work. second, i got the route map by crazy creatives on the site, but it is not functioning properly, and my developer said he didn't know how to install/fix it. Anyone know what might be wrong? Third, how do i edit the Pilot Badge in …
Last reply by web541, -
- 3 replies
- 2.2k views
Hello everyone. Im brand new here, and Ive been having a lot of problems trying to set up my new VA site. Before I ask for anything, yes I have searched through the forum, google and everything else to try to find an answer. I am wanting to make a nice custom site using phpVMS. I sort of understand the concept of using css, along with html, and then throwing in the use of template files. I found a website design I'd like to use for my site, and the website was built using a css style. My question is: how do I configure my website, so that it will be able to use the phpVMS? Do I use the template files code, and insert them on each page of html that I making? I am tota…
Last reply by airline-alliance,