Jump to content

Recommended Posts

Posted

Quick question.

Is there any way you can link me to the correct awards and ranks modules? I have some but not sure they are correct. And I do have the airmail but is is v 4.0 not airmail 3.

Questions, concerns or answers?

Thanks bud.

Ray

Posted

I use the Ocean Blue v1 and the shrinking of the boxes has been happening for awhile. Once my pilots are set to retired their boxes shrink, filing a new PIREP fixes them. Always thought it was supposed to do that.

Posted

It should not shrink no matter what. I have been fiddling with it all day and ahve not figured out the trick to stop it from doing that yet. I have still yet to fix the footer either.

Posted

Yeah thats where I been looking. Maybe I need to hang it up for tonight and try some more tomorrow.

**EDIT** The lost has been found. Sorry man. I never thought of looking at the psd's for the slider.

Posted

I use the Ocean Blue v1 and the shrinking of the boxes has been happening for awhile. Once my pilots are set to retired their boxes shrink, filing a new PIREP fixes them. Always thought it was supposed to do that.

I can fix it for you if you want me too. PM me your email address.

Posted

This is for the profile border. Open ocean.css. Find .art-sheet around line 608. Replace

.art-sheet
{
background: #FFFFFF;
-webkit-box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.25);
-moz-box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.25);
box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.25);
padding:3px 3px 0;
margin:0 auto;
position:relative;
cursor:auto;
width: 1012px;
z-index: auto !important;
}

with

.art-sheet
{
background: #FFFFFF;
-webkit-box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.25);
-moz-box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.25);
box-shadow:0 0 3px 2px rgba(0, 0, 0, 0.25);
border:1px solid #ffffff;
padding:3px 3px 0;
margin:0 auto;
position:relative;
cursor:auto;
width: 1012px;
z-index: auto !important;
}

I also fixed the alignment issue with the profile. Did you alter the public profile file? I can send you the file if you didnt.

Posted

I get this on my homepage after installing the skin: Notice: The template file "/home/chinaeas/public_html//lib/skins/ocean_blue/header.tpl" doesn't exist in /home/chinaeas/public_html/core/classes/TemplateSet.class.php on line 248

What can I do to fix this?

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