Jump to content

Recommended Posts

Posted

can this be converted over to the php system by simply renaming files? I would love to test this template out just not sure I have a html format phpVMS laying around anywhere anymore.

**EDIT**

I got it working for php phpvms. Now It say my VA lauched 200 days ago in the stats. Is that supposed to change to reflect the real days in operation?

Posted

can this be converted over to the php system by simply renaming files? I would love to test this template out just not sure I have a html format phpVMS laying around anywhere anymore.

**EDIT**

I got it working for php phpvms. Now It say my VA lauched 200 days ago in the stats. Is that supposed to change to reflect the real days in operation?

It was originally released for the php version too. There some errors that I don't have time to look into right now. If you are running it on the php version, look at the login page and register page. Thats where people reported the errors.

You can edit the days in frontpage_main. On my file its line 152. It is right after the stats

countup(2014,07,01)

<script>
var montharray=new Array("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec")
function countup(yr,m,d){
var today=new Date()
var todayy=today.getYear()
if (todayy < 1000)
todayy+=1900
var todaym=today.getMonth()
var todayd=today.getDate()
var todaystring=montharray[todaym]+" "+todayd+", "+todayy
var paststring=montharray[m-1]+" "+d+", "+yr
var difference=(Math.round((Date.parse(todaystring)-Date.parse(paststring))/(24*60*60*1000))*1)
difference+=" days"
document.write("It\'s been "+difference+" since the launch of Demo Airways!")
}
//enter the count up date using the format year/month/day
countup(2014,07,01)
</script>

Posted

Hello I come to you because I just aujour'hui download ocean_blue themes and page Register I have this problem or images below.

Message :

Warning: file_exists(): File name is longer than the maximum allowed path length on this platform (4096): /var/www/vhosts/simuaero.fr/httpdocs//lib/skins/ocean_blue/

Locat in /var/www/vhosts/simuaero.fr/httpdocs/core/classes/TemplateSet.class.php on line 96

113111site.png

Posted

I want a sub tab of the regular dropdown. Like when they scroll over one of the tabs on the original dropdown, there's another set of tabs that pop out of the side of the first one.

So i want like this:

Corporate

-Hubs

--KSEA

--KBOS

etc.

Posted

I want a sub tab of the regular dropdown. Like when they scroll over one of the tabs on the original dropdown, there's another set of tabs that pop out of the side of the first one.

So i want like this:

Corporate

-Hubs

--KSEA

--KBOS

etc.

I don't have this skin downloaded, can you paste the navigation bar CSS?

Posted

Disregard, I got it! For anyone else wanting this here's an example of the code:

<li><a href="#">Regions</a>
   <ul class="sub_menu">
    <li><a href="<?php echo url('/pages/NorthAmericanregion'); ?>" title="NorthAmerica">North America</a></li>
    <li><a href="<?php echo url('/pages/SouthAmericanregion'); ?>" title="SouthAmerica">South America</a></li>
    <li><a href="<?php echo url('/pages/Europeanregion'); ?>" title="Europe">Europe</a></li>
    <li><a href="<?php echo url('/pages/Asianregion'); ?>" title="Asia">Asia</a></li>
    <li><a href="<?php echo url('/pages/Australianregion'); ?>" title="Australia">Australia</a></li>
    <li><a href="<?php echo url('/pages/Africanregion'); ?>" title="Africa">Africa</a></li>
   </ul>
   </li>

Posted

Having an issue. I added a new space to have 3 images on the slider. slideheader0.jpg , slideheader1.jpg , slideheader2.jpg. I've cleared my cache and all but it still shows the old header i made and not the 2 new ones at all. I deleted the old one completely yet it still shows.... what's going on?

Posted

You are missing the css info for the 3rd slider. You only have 2 sliders in the css.

.art-slideheader0 {
   background-image:  url('../images/slider/slideheader0.jpg');
       background-size:  100%;
       background-position:  0 0;
   background-repeat: no-repeat;
}
.art-slideheader1 {
   background-image:  url('../images/slider/slideheader1.jpg');
       background-size:  100%;
       background-position:  0 0;
   background-repeat: no-repeat;
}

  • 3 weeks later...
Posted

@flyalaska can I just say thanks again for your amazing skin? Lol I go to my own website constantly just to look at it..

Anyway, can i remove that mobile website view on from the template? Because on my iphone there is a dropdown menu issue.

Posted

Sorry for the late reply, The issue is the menu button when i tap it. it brings up my default cove nav but the dropdown menus within those nav wont load if i tap the word

and the layout is all aligned badly. I see the pc version loads first then afterwards something kicks in to bring up the mobile site. I just wanna take out that mobile site feature.

Posted

Comment out the responsive css file and js file like shown below.

<!--<link rel="stylesheet" href="<?php echo SITE_URL?>/lib/skins/ocean_blue/styles/style.responsive.css" type="text/css" title="Ocean Blue" media="screen" />-->

<!--<script type="text/javascript" src="<?php echo SITE_URL?>/lib/skins/ocean_blue/js/script.responsive.js"></script>-->

  • 1 month later...
Posted

Managed to install on two servers, all with phpvms 5.5 from simpilot...

But, on one server, all page with recaptcha on it, won't display properly

Can anybody tell me how to resolve this captcha issue?

RESOLVED!!

This is what i did...

1. go to https://www.google.c...ntro/index.html, and get your key (public/site key and secret key)

2. set your key on the app.config.php

3. open core_htmlhead.php and add :

<script src='https://www.google.com/recaptcha/api.js'></script>

4. open contact_form.php and registration_mainform.php and then on both files :

replace

<?php echo recaptcha_get_html(Config::Get('RECAPTCHA_PUBLIC_KEY'), $captcha_error); ?> 

with

<div class="g-recaptcha" data-sitekey="YOUR_PUBLIC_KEY"></div>

Thank you for this awesome skin.

  • 2 weeks later...
Posted

OceanBlue is my first skin for phpVMS. It is available in tpl only at this time.

Features:

- Animated Header

- Custom Dashboard

- Custom Public Profile

- Custom CSS Tables

- Matching Ranks

- Many paged have been styled

Feel free to demo the skin,

http://www.bluedogde...vms/Ocean_Blue/

User: DEM003

Passord: 112211

Download:

Download Skin

For the links to work on the recent bids, you will need two MODS.

http://forum.phpvms....eettracker-v13/

http://forum.phpvms....ormation-addon/

Setup Instructions:

http://www.bluedogde...?f=3&t=2&p=2#p2

Screenshots:

main.png

dashboard.png

How do I add a new page? I'm new to php.

When I click Ranks appears: An Error Was Encountered The module "RANK" does not exist!

When I click Awards appears: An Error Was Encountered The module "AWARDS" does not exist!

Posted

An Excellent skin and canidate for Canadian Arctic. Love the blues and white's bring in the Winter Arctic feel very nice. Still studying design and all needed. To bad one couldnt add the skin to the same folder as the default Crystal skin and then go to Admin and switch to make ease lol.

  • Like 1
Posted

Hello, so far I am loving the skin. Just a quick question. How do I edit the "Ocean Blue" Title in front of the slider? Many thanks. I have spent over three hours to figure this out but I have now given up.

  • Administrators
Posted

Hello, so far I am loving the skin. Just a quick question. How do I edit the "Ocean Blue" Title in front of the slider? Many thanks. I have spent over three hours to figure this out but I have now given up.

I think it is layout.tpl line 81

<a href="#">Ocean Blue</a>

  • Like 1

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...