Template Name: Sleek Template
Current Version: 1.1
Download URL: http://rapidshare.com/files/440863609/phpvmstemplate_sleekv112.zip (181 KB)
Neat Features to Note:
Dropdown Menu
Sidebar Tabs (Cool Switch / Slide Effect)
Template Notes:
Only 3 Templates are overridden; acarsmap.tpl , frontpage_main.tpl , route_map.tpl
acarsmap.tpl - Override google map width/height to fit into template (550 x 600). It can also be done in your /core/local.config.php
# Google Map Options
Config::Set('MAP_WIDTH', '550px');
Config::Set('MAP_HEIGHT', '600px');
frontpage_main.tpl - Remove the latest reports, pilots and online users as its redundant. Information already available in sidebar.
route_map.tpl - Override google map width/height to fit into template (550 x 600). It can also be done in your /core/local.config.php
# Google Map Options
Config::Set('MAP_WIDTH', '550px');
Config::Set('MAP_HEIGHT', '600px');
Preview Image:
Installation Directions:
Download
Unzip / Extract
Upload folder (sleekv1) + contents to /lib/skins/ folder
Active template in admin center
Jeff
July 4, 2010, 2:18am
2
Very nice. Love the flash feel to it. Can the drop-down menu contain sub menus as well?
Hi Jeff, thanks for the positive feedback.
It sure can have nested menus. I’ve actually added an example to the demo, but here is what you do.
Your normal menu item (dropdown) will look similar to this:
<li><a href="#">Sample Dropdown</a>
<ul>
<li><a href="#">Remove This</a></li>
<li><a href="#">Or Use It</a></li>
<li><a href="#">In layout.tpl</a></li>
</ul>
</li>
All you need to do, is add another list inside one of the items, like this:
<li><a href="#">Sample Dropdown</a>
<ul>
<li><a href="#">Remove This</a></li>
<li><a href="#">Or Use It</a></li>
<li><a href="#">In layout.tpl</a>
<ul>
<li><a href="#">Nested</a></li>
</ul>
</li>
</ul>
</li>
CPC900
July 5, 2010, 12:55pm
4
Yeah, I love this one! I am going to utilize it in the near future, when I get time. Great work on the skins.
Jeff
July 5, 2010, 6:27pm
7
Want more previews? Click my signature, I have it working on my site.
Jason
July 6, 2010, 4:34pm
8
Can you have a logo on the top left, or is only text?
Update version 1.1 Now Available: http://www.la92.com/thread-4.html
Can you have a logo on the top left, or is only text?
Yes, its possible, you would just replace the text there with an image.
Jason
July 6, 2010, 5:30pm
12
Yes, its possible, you would just replace the text there with an image.
Thanks,
What is new on the update?
Just a fix in regards to the issue brought up in:
I went back to see if any other templates where having the same issue (and no-one reported it yet), and I found it in a couple, so I just fixed it and published an update.
Its just some readjustment of lines.
truemo9
November 20, 2010, 7:50pm
14
Is there any other links, the others are down
TAV1702
November 20, 2010, 8:12pm
15
Every link he has posted is dead. I am not sure of him now. I found his personal site but other then that, I believe he is gone now. I know one thread of his was closed for copyright infringement and haven’t seen him since.
I think the la92.com site became a liability to him, cut and run may have been the best option… Too bad, seemed like a talented guy.
Taran
February 3, 2012, 1:43pm
17
I love the skin! But, how do I get the “extra” links off the main nav bar and add my own? Like the default ones that are there when you add a page using the phpVMS admin center? http://suncountryva.org/
Edwin
March 5, 2012, 9:26pm
18
This is a very nice skin, neat and clean.
I installed it to try it out on my personal VA, but some things are a bit off, like the pirep overview and the pilot profile (past 30 days PIREPS and the pirep list)
Any idea where i can adjust the wide settings of these options?