monkeypaw201 Posted July 4, 2010 Report Share Posted July 4, 2010 Removed due to copyright violation - Nabeel Template Name: Surreal Template Current Version: 1.1.1 Neat Features to Note: Dropdown Menu Top Picture Slider (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 (surrealv1) + contents to /lib/skins/ folder Active template in admin center 1 Link to comment Share on other sites More sharing options...
Moderators Kyle Posted July 6, 2010 Moderators Report Share Posted July 6, 2010 It is a skin problem. When i add a flight to the bids and i got the error, no routes passed. I tried the other skin and it worked for me. What is wrong with it? Link to comment Share on other sites More sharing options...
monkeypaw201 Posted July 6, 2010 Author Report Share Posted July 6, 2010 Bluntly put: I have no idea, I can take a look this afternoon. Link to comment Share on other sites More sharing options...
Moderators Kyle Posted July 6, 2010 Moderators Report Share Posted July 6, 2010 Bluntly put: I have no idea, I can take a look this afternoon. Ok, thanks Lorenzo. Link to comment Share on other sites More sharing options...
monkeypaw201 Posted July 6, 2010 Author Report Share Posted July 6, 2010 Alright, fix is as follows: In layout.tpl replace: <link rel="stylesheet" type="text/css" href="<?php echo SITE_URL?>/lib/skins/surrealv1/css/style.css" /> <link rel="stylesheet" type="text/css" href="<?php echo SITE_URL?>/lib/skins/surrealv1/css/blue.css" /> <link rel="stylesheet" type="text/css" href="<?php echo SITE_URL?>/lib/skins/surrealv1/css/ddsmoothmenu.css" /> <!--[if IE 6]><link rel="stylesheet" type="text/css" href="<?php echo SITE_URL?>/lib/skins/surrealv1/css/ie6.css" /><![endif]--> <!--[if IE 7]><link rel="stylesheet" type="text/css" href="<?php echo SITE_URL?>/lib/skins/surrealv1/css/ie7.css" /><![endif]--> <?php echo $page_htmlhead; ?> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"></script> <script type="text/javascript" src="<?php echo SITE_URL?>/lib/skins/surrealv1/js/pikachoose.js"></script> <script type="text/javascript" src="<?php echo SITE_URL?>/lib/skins/surrealv1/js/ddsmoothmenu.js"> /*********************************************** * Smooth Navigational Menu- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code ***********************************************/ </script> <script type="text/javascript"> <!-- ddsmoothmenu.init({ mainmenuid: "navigation", //menu DIV id orientation: 'h', //Horizontal or vertical menu: Set to "h" or "v" classname: 'menu', //class added to menu's outer DIV //customtheme: ["#1c5a80", "#18374a"], contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"] }) $(document).ready(function(){ $("#pikame").PikaChoose(); }); --> </script> with: <link rel="stylesheet" type="text/css" href="<?php echo SITE_URL?>/lib/skins/surrealv1/css/style.css" /> <link rel="stylesheet" type="text/css" href="<?php echo SITE_URL?>/lib/skins/surrealv1/css/blue.css" /> <link rel="stylesheet" type="text/css" href="<?php echo SITE_URL?>/lib/skins/surrealv1/css/ddsmoothmenu.css" /> <!--[if IE 6]><link rel="stylesheet" type="text/css" href="<?php echo SITE_URL?>/lib/skins/surrealv1/css/ie6.css" /><![endif]--> <!--[if IE 7]><link rel="stylesheet" type="text/css" href="<?php echo SITE_URL?>/lib/skins/surrealv1/css/ie7.css" /><![endif]--> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"></script> <script type="text/javascript" src="<?php echo SITE_URL?>/lib/skins/surrealv1/js/pikachoose.js"></script> <script type="text/javascript" src="<?php echo SITE_URL?>/lib/skins/surrealv1/js/ddsmoothmenu.js"> /*********************************************** * Smooth Navigational Menu- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code ***********************************************/ </script> <script type="text/javascript"> <!-- ddsmoothmenu.init({ mainmenuid: "navigation", //menu DIV id orientation: 'h', //Horizontal or vertical menu: Set to "h" or "v" classname: 'menu', //class added to menu's outer DIV //customtheme: ["#1c5a80", "#18374a"], contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"] }) $(document).ready(function(){ $("#pikame").PikaChoose(); }); --> </script> <?php echo $page_htmlhead; ?> Link to comment Share on other sites More sharing options...
monkeypaw201 Posted July 6, 2010 Author Report Share Posted July 6, 2010 Removed due to copyright violation - Nabeel Link to comment Share on other sites More sharing options...
Moderators Kyle Posted July 6, 2010 Moderators Report Share Posted July 6, 2010 Removed due to copyright violation - Nabeel It messed up the header, Link to comment Share on other sites More sharing options...
monkeypaw201 Posted July 6, 2010 Author Report Share Posted July 6, 2010 Removed due to copyright violation - Nabeel 1 Link to comment Share on other sites More sharing options...
Moderators Kyle Posted July 6, 2010 Moderators Report Share Posted July 6, 2010 IT works! thanks! you are awsome! Link to comment Share on other sites More sharing options...
markusr Posted July 8, 2010 Report Share Posted July 8, 2010 Hi, is there a way to use only dropdown menues and disable the default menues (pilots and pilots center) ?? And is it possible to remove the small thumbnails below the pictures? thanks, Mark Link to comment Share on other sites More sharing options...
monkeypaw201 Posted July 8, 2010 Author Report Share Posted July 8, 2010 Hi markusr, It sure is, on line 52, just remove to get rid of the default links: <?php Template::Show('core_navigation.tpl'); ?> As for the thumbnails, I'll have to get back to you on that. Link to comment Share on other sites More sharing options...
markusr Posted July 9, 2010 Report Share Posted July 9, 2010 Hi markusr, It sure is, on line 52, just remove to get rid of the default links: <?php Template::Show('core_navigation.tpl'); ?> As for the thumbnails, I'll have to get back to you on that. Thanks Lorenzo. best regards, Mark Link to comment Share on other sites More sharing options...
markusr Posted July 14, 2010 Report Share Posted July 14, 2010 Hi Lorenzo, did you had a chance to look into it? Link to comment Share on other sites More sharing options...
skymx Posted July 14, 2010 Report Share Posted July 14, 2010 Is there a direct link to download? or I have to go thru the registration process in your board? to download... Thanks! SK Not Found The requested URL /downloads/phpvmstemplate_surrealv11.zip was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. Apache/2.2.15 (Unix) mod_ssl/2.2.15 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4 Server at www.la92.com Port 80 Link to comment Share on other sites More sharing options...
patva1 Posted August 4, 2010 Report Share Posted August 4, 2010 Ok. I have been trying over an over to get the drop down menu to work. I can't get the links to the certain pages to work correctly. Here is my website you can take a look for yourself. Here is the address: www.flypatrioteast.byethost2.com. Most of the links work correctly from the home page, except for an entire tab thats missing under the operations menu, but when navigation using the drop down menus from a different page they are all messed up. I have included a pic of the menu area of my layout.tpl. Link to comment Share on other sites More sharing options...
Moderators mark1million Posted August 4, 2010 Moderators Report Share Posted August 4, 2010 Have you tried putting in the full url? I know its a pain but that may sort your problem out, or you can always use <a href="<?php echo SITE_URL ?>/index.php/profile">Pilot Center</a> Link to comment Share on other sites More sharing options...
patva1 Posted August 4, 2010 Report Share Posted August 4, 2010 Have you tried putting in the full url? I know its a pain but that may sort your problem out, or you can always use <a href="<?php echo SITE_URL ?>/index.php/profile">Pilot Center</a> Thank you, i got it fixed by using the <?php echo SITE_URL?> however if i just typed in the whoel address it didn't work correctly. Odd thing. Anyways it's working now, thank you very much, never even crossed my mind to use it. Link to comment Share on other sites More sharing options...
Jeff Posted August 6, 2010 Report Share Posted August 6, 2010 Another reason for your problem is that you are using a free server to run your phpVMS. tsk tsk tsk Link to comment Share on other sites More sharing options...
Adamm Posted August 9, 2010 Report Share Posted August 9, 2010 I'm guessing you've purchased an extended license for this template? http://themeforest.net/item/surreal-business-portfolio/50548 Link to comment Share on other sites More sharing options...
markusr Posted August 13, 2010 Report Share Posted August 13, 2010 (edited) Hello, when I am not logged into my VA, I can't see the images rotating. After Login the images will appear. Anyone an Idea? Maybe some overseen security settings in phpvms?? Thanks for help. Mark edit: solved - had an issue with the core_navigation.tpl Edited August 18, 2010 by markusr Link to comment Share on other sites More sharing options...
markusr Posted August 28, 2010 Report Share Posted August 28, 2010 Hello, any news on how to remove the thumbnails? regards, Mark Link to comment Share on other sites More sharing options...
Artjom Posted August 29, 2010 Report Share Posted August 29, 2010 Can you upload your tempate to phpvms forum? but I've problem with your forum.... Link to comment Share on other sites More sharing options...
markusr Posted September 7, 2010 Report Share Posted September 7, 2010 I'm guessing you've purchased an extended license for this template? http://themeforest.net/item/surreal-business-portfolio/50548 Hi, is this theme now free to use or not? It is published at the LA92 forum, but I can't find any advice regarding license. thanks, Markus Link to comment Share on other sites More sharing options...
Adamm Posted September 21, 2010 Report Share Posted September 21, 2010 Hi, is this theme now free to use or not? It is published at the LA92 forum, but I can't find any advice regarding license. thanks, Markus As far as I'm aware Markus, this theme has been illegally distributed. I highly doubt LA92 spent hundreds of dollars to allow him distribute the theme. Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted September 21, 2010 Administrators Report Share Posted September 21, 2010 Closed for copyright violation Link to comment Share on other sites More sharing options...
Recommended Posts