Jump to content

Sleek Template v1 with Dropdown Menus


monkeypaw201

Recommended Posts

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:

2hp0hdx.jpg

Installation Directions:

  • Download
  • Unzip / Extract
  • Upload folder (sleekv1) + contents to /lib/skins/ folder
  • Active template in admin center

  • Like 1
Link to comment
Share on other sites

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>

Link to comment
Share on other sites

Just a fix in regards to the issue brought up in: http://forum.phpvms.net/topic/3217-surreal-template-v1-with-dropdown-menus/page__view__findpost__p__21861

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.

Link to comment
Share on other sites

  • 4 months later...
  • 1 year later...
  • 1 month later...

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?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...