Jump to content

Obsess Blue


RogerB

Recommended Posts

  • 2 months later...
  • 2 weeks later...

download the skin upload it to your lib/skins folder go to your admin setup choose obsess blue

doesnt work for me dont know why

I see the template in Admin Section but when I want to save the template change it jumps back to default crystal template any Ideas whats causing this problems?

happens with all templates for me also all other plugins do not work so it could be a permission problem but I did not what I have to change to get everything right

thanks in advance

Thomas

Link to comment
Share on other sites

I have this installed on 935 beta rev and it works fine except for the pilots page which I had to get a helping hand on. I am not sure why you would be having that issue. I grabbed a few more phpVMS skins and tried to duplicate your issue without any results. They all worked fine.

Link to comment
Share on other sites

ok TAV1702,

here is what I have done uploaded to lib skins then I have tried to enable in admin section without sucess

but one question is about the tpl files should they moved to another folder or should they just leaved where they are?

BR

Thomas

Link to comment
Share on other sites

Ok here is the only way I have been able to replicate your scenario. When you very first unzip the Style, it is in a folder called ObsessBlue. Do NOT upload that folder. Click on it one more time to find another folder inside of it called ObsessBlue. Upload that one to your root/lib/skins directory and activate it via the admin panel.

Other then that, I can not think of any reason why it will not work. As I said, that is the only reason I can think of that it will not work. It is a common mistake that I myself have made many a times.

Link to comment
Share on other sites

Ok here is the only way I have been able to replicate your scenario. When you very first unzip the Style, it is in a folder called ObsessBlue. Do NOT upload that folder. Click on it one more time to find another folder inside of it called ObsessBlue. Upload that one to your root/lib/skins directory and activate it via the admin panel.

Other then that, I can not think of any reason why it will not work. As I said, that is the only reason I can think of that it will not work. It is a common mistake that I myself have made many a times.

I did exactly everything like you said did not work :(

I have made a Test install with Xampp on my machine and everything installed without troubles

conclusion:

it must been an server issue

BR

Thomas

Link to comment
Share on other sites

I have this installed on 935 beta rev and it works fine except for the pilots page which I had to get a helping hand on. I am not sure why you would be having that issue. I grabbed a few more phpVMS skins and tried to duplicate your issue without any results. They all worked fine.

You mind sharing what you had to do to fix the pilots page? I'd appreciate it.

Great Skin by the way.

Link to comment
Share on other sites

Here is my pilots_list.tpl in it's entirety. It works for me. You may need to tweak it to fit your needs but leave the div statements alone and it should be fine.

<div class="mcright">

<h3><?php echo $title?></h3>

<?php

  if(!$allpilots)

  {

     echo 'There are no pilots!</div>';

     return;

  }

?>

<div class="mcright">

                   <div class="mc01">

                       <div class="mc0101" style="left: 0px; top: 0px">

                           <img class="r0101" src="<?php echo SITE_URL?>/lib/skins/ObsessBlue/image/img_150.jpg" alt="" />

                           <img class="r0102" src="<?php echo SITE_URL?>/lib/skins/ObsessBlue/image/img_153.jpg" alt="" />

                           <img class="r0103" src="<?php echo SITE_URL?>/lib/skins/ObsessBlue/image/img_202.jpg" alt="" />

                           <img class="r0104" src="<?php echo SITE_URL?>/lib/skins/ObsessBlue/image/img_205.jpg" alt="" />

                           <div class="mcr">

                               <div class="mcr01">

                                   News Real

                               </div>

                               <div class="mcr02">

                                   <script type="text/javascript">



// Highlighter Scroller II script- By JavaScript Kit (http://www.javascriptkit.com)

// For this and over 400+ free scripts, visit http://www.javascriptkit.com/

// This notice must stay intact



//CONFIGURE MESSAGES AND VARIABLES

var tickercontents=new Array()

tickercontents[0]='Welcome to the all new and improved Thunder VA website. Thanks for your Visit!</a>'

tickercontents[1]='Special thanks to SimPilot Group.'

tickercontents[2]='Special thanks to FsPAINTSHOP'

tickercontents[3]='No launch date scheduled yet. Please check back soon.'



var tickerwidth="300px"

var tickerheight="25px"

var fontcss="font: bold 10px Verdana; color:black"

var tickdelay=4000 //delay btw messages

var highlightspeed=2 //2 pixels at a time.

var highlightcolor="white"

var backdroptextcolor="#E1E1E1"



////Do not edit pass this line////////////////



document.write('<style>#highlighterbg a{color:'+backdroptextcolor+'}</style>')

document.write('<div style="position:relative;left:0px;top:0px; width:'+tickerwidth+'; height:'+tickerheight+';'+fontcss+'">')

document.write('<span id="highlighterbg" style="position:absolute;left:0;top:0;color:'+backdroptextcolor+'; width:'+tickerwidth+'; height:'+tickerheight+';padding: 4px"></span><span id="highlighter" style="position:absolute;left:0;top:0;clip:rect(auto auto auto 0px); background-color:'+highlightcolor+'; width:'+tickerwidth+';height:'+tickerheight+';padding: 4px"></span>')

document.write('</div>')



var currentmessage=0

var clipbottom=1



function changetickercontent(){

msgheight=clipbottom=crosstick.offsetHeight

crosstick.style.clip="rect("+msgheight+"px auto auto 0px)"

crosstickbg.innerHTML=tickercontents[currentmessage]

crosstick.innerHTML=tickercontents[currentmessage]

highlightmsg()

}



function highlightmsg(){

//var msgheight=crosstick.offsetHeight

if (clipbottom>0){

clipbottom-=highlightspeed

crosstick.style.clip="rect("+clipbottom+"px auto auto 0px)"

beginclip=setTimeout("highlightmsg()",20)

}

else{

clipbottom=msgheight

clearTimeout(beginclip)

if (currentmessage==tickercontents.length-1) currentmessage=0

else currentmessage++

setTimeout("changetickercontent()",tickdelay)

}

}



function start_ticking(){

crosstickbg=document.getElementById? document.getElementById("highlighterbg") : document.all.highlighterbg

crosstick=document.getElementById? document.getElementById("highlighter") : document.all.highlighter

crosstickParent=crosstick.parentNode? crosstick.parentNode : crosstick.parentElement

if (parseInt(crosstick.offsetHeight)>0)

crosstickParent.style.height=crosstick.offsetHeight+'px'

else

setTimeout("crosstickParent.style.height=crosstick.offsetHeight+'px'",100) //delay for Mozilla's sake

changetickercontent()

}



if (document.all || document.getElementById)

window.onload=start_ticking



</script>



                               </div>

                           </div>

                       </div>

                       <div class="mc0102">

                           <img class="r0101" src="<?php echo SITE_URL?>/lib/skins/ObsessBlue/image/img_155.jpg" alt="" />

                           <img class="r0102" src="<?php echo SITE_URL?>/lib/skins/ObsessBlue/image/img_157.jpg" alt="" />

                           <img class="r0103" src="<?php echo SITE_URL?>/lib/skins/ObsessBlue/image/img_207.jpg" alt="" />

                           <img class="r0104" src="<?php echo SITE_URL?>/lib/skins/ObsessBlue/image/img_209.jpg" alt="" />

                           <div class="mcl">

                               <div class="mcl01">

                                   Test Content

                               </div>

                               <div class="mcl02">

                                   Testing other content box.

                               </div>

                           </div>

                       </div>

                   </div>

<div class="mc02">

                       <div class="mc0201">

                           The Crew

                       </div>

                       <div class="mc0202" style="width: 18px; height: 15px">

                            

                       </div>

                       <div class="mc0203">

                           <div class="mc020301">

                             <h3><?php echo $title?></h3>



<?php

if(!$allpilots)

{

	echo 'There are no pilots!';

	return;

}

?>

<table id="tabledlist" class="tablesorter">

<thead>

<tr>

<th>Pilot ID</th>

<th>Name</th>

<th>Rank</th>

<th>Flights</th>

<th>Hours</th>

</tr>

</thead>

<tbody>

<?php

foreach($allpilots as $pilot)

{

/* 

	To include a custom field, use the following example:



	<td>

		<?php echo PilotData::GetFieldValue($pilot->pilotid, 'VATSIM ID'); ?>

	</td>



	For instance, if you added a field called "IVAO Callsign":



		echo PilotData::GetFieldValue($pilot->pilotid, 'IVAO Callsign');		

 */

?>

<tr>

<td width="1%" nowrap><a href="<?php echo url('/profile/view/'.$pilot->pilotid);?>">

		<?php echo PilotData::GetPilotCode($pilot->code, $pilot->pilotid)?></a>

</td>

<td>

	<img src="<?php echo Countries::getCountryImage($pilot->location);?>" 

		alt="<?php echo Countries::getCountryName($pilot->location);?>" />



	<?php echo $pilot->firstname.' '.$pilot->lastname?>

</td>

<td><img src="<?php echo $pilot->rankimage?>" alt="<?php echo $pilot->rank;?>" /></td>

<td><?php echo $pilot->totalflights?></td>

<td><?php echo Util::AddTime($pilot->totalhours, $pilot->transferhours); ?></td>

<?php

}

?>

</tbody>

</table>

                       </div>

                   </div>

               </div>

           </div>

       </div>

Link to comment
Share on other sites

have a question since I am using this template now for my Airline as I have written in Support board Problem Installing Templates is Solved was a wrong PHP version on server

my question is how can I target the Top Nav?

I want to link that fleet page in Navigation

and where can I find the Scroll ticker?

thanks in advance

Thomas

Link to comment
Share on other sites

For users to register to my site I had to update the following file: registration_mainform.tpl.

Quote from Nabeel:

That skin is not updated to 2.1, so you need to update it using the stock registration_mainform.tpl from /core/templates folder (copy it into your skin's folder).

You might want to post in the topic for that skin asking for it to be updated

Link to comment
Share on other sites

For users to register to my site I had to update the following file: registration_mainform.tpl.

Quote from Nabeel:

That skin is not updated to 2.1, so you need to update it using the stock registration_mainform.tpl from /core/templates folder (copy it into your skin's folder).

You might want to post in the topic for that skin asking for it to be updated

you just need to copy the re-captcha from default registration_mainform.tpl from /core/templates and replace the defunctionating captcha in Obsess Blue registration Template and your captcha should work :)

BR

Thomas

Link to comment
Share on other sites

OMG I just found an opportunity to maybe contribute... YAY!

Anyway, I have experience dealing with this template. I used it to make a site just a little while back. Someone might notice that the header "MAIN MENU" on the sidebar is not formatted the same as the others down the list. It's a simple error made by the original creator of the template, and it can be fixed by adding one character to the code.

So, find this in header.tpl:

<div class="mc01t">
MAIN MENU
</div>

And add the number two to the end of the div class, so it reads:

<div class="mc01t2">
MAIN MENU
</div>

Link to comment
Share on other sites

OMG I just found an opportunity to maybe contribute... YAY!

Anyway, I have experience dealing with this template. I used it to make a site just a little while back. Someone might notice that the header "MAIN MENU" on the sidebar is not formatted the same as the others down the list. It's a simple error made by the original creator of the template, and it can be fixed by adding one character to the code.

So, find this in header.tpl:

<div class="mc01t">
MAIN MENU
</div>

And add the number two to the end of the div class, so it reads:

<div class="mc01t2">
MAIN MENU
</div>

Cool mate, ta.

Link to comment
Share on other sites

it gives that nice blue head to the column and makes it look like the other columns :)

BR

Thomas

How can you change the delay on the ticker? It looks like it is set at one second, can you set it to 3 seconds to let it be easier for people to read?

DL_logo.gif?Signature=YqDRtwArqtl5AfuJEtsTFmGnqvM%3D&Expires=1274808366&AWSAccessKeyId=195AGCM8AD5H7VDPQVG2

Link to comment
Share on other sites

How can you change the delay on the ticker? It looks like it is set at one second, can you set it to 3 seconds to let it be easier for people to read?

DL_logo.gif?Signature=YqDRtwArqtl5AfuJEtsTFmGnqvM%3D&Expires=1274808366&AWSAccessKeyId=195AGCM8AD5H7VDPQVG2

Nevermind...I found it in the following code

var tickdelay=8000 //delay btw messages

Link to comment
Share on other sites

  • 2 weeks later...

Been tinkering with the Pilots Profile page and this is what I have come up with:

pilotprofilepage.png

If anyone would like the code (I have only added a few lines and took a couple out) then please let me know. The code is very rough around the edges and I am sure there are easier ways to do it but I think it looks a damn sight better than the original.

Link to comment
Share on other sites

  • 3 weeks later...
  • 3 weeks later...

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