Jump to content

ObsessBlue 2.0


RogerB

Recommended Posts

Chris, go into the layout.tpl and check the link that controls that image. Here is mine:

<?php
/* This should be the first thing you place after a <body> tag
This is also required by phpVMS */
echo $page_htmlreq;
?>
   <div class="size">
       <div class="header">
           <div class="header01">
               <div class="logo">
                   <a href="http://www.mysite.net/index.php"><abbr title="Click for Main Page"><img src="http://www.mysite.net/images/logo/logo.png" alt="" /></abbr></a>
               </div>
               <div class="hright">

This is the part you want to check to make sure it is pulling the image you have uploaded to use for your logo.

<a href="http://www.mysite.net/index.php"><abbr title="Click for Main Page"><img src="http://www.mysite.net/images/logo/logo.png" alt="" /></abbr></a>

Of coarse, the logo's location may be different than mine. You might also want to go where your logo is located, and make sure you have typed the image name correctly. Some main overlooks may be the image type. Maybe you created it as a .gif .jpg .png or whatever.

Link to comment
Share on other sites

  • Replies 70
  • Created
  • Last Reply

Top Posters In This Topic

Hello Roger (Bates)!

I wanted to let you know that I used your skin on my last site. This was my first VA and using your skin with the great phpVMS program made my job a lot easier. I haven't done a great deal of modifications to it, as I find that it fits my needs and my tastes very well. It is well organized and easy on the eye.

Thank you so much for your generosity. I wish you much success and prosperity!

Murray

Link to comment
Share on other sites

  • 2 weeks later...

Hello Roger (Bates)!

I wanted to let you know that I am using your skin on my "almost completed" site. This is my first VA and using your skin with the great phpVMS program has made my job a lot easier. I haven't done a great deal of modifications to your skin, as I find that it fits my needs and my tastes very well. I find it to be well organized and easy on the eye.

Thank you so much for your generosity. I wish you much success prosperity!

Murray (Wheten)

"Eastern Canada Air",

Charter Services

www.eastcanair.org

eca001 "at" eastcanair.org

You are very welcome.

Link to comment
Share on other sites

  • 2 weeks later...

Hey everyone!

I need help regarding the OB2.0 theme :)

I am a real newbie when It comes to php/css so help is really appreciated.

1.<fixed>

2. Is there anyway of brining up the flag in the Newest Pilots part of the page

So you have Flag ID Name Surname?

3. is there a way of adding drop down menus in the template?

4. When I go to Ranks or Awards its says that module doesnt exists

PLase help :)

Link to comment
Share on other sites

Hey everyone!

I need help regarding the OB2.0 theme :)

I am a real newbie when It comes to php/css so help is really appreciated.

1.<fixed>

2. Is there anyway of brining up the flag in the Newest Pilots part of the page

So you have Flag ID Name Surname?

Try this:
<img src="<?php echo Countries::getCountryImage($pilot->location);?>" 
		alt="<?php echo Countries::getCountryName($pilot->location);?>" />

3. is there a way of adding drop down menus in the template?

You can check this out: (Click Here)

4. When I go to Ranks or Awards its says that module doesnt exists

Try checking that you are using the correct url to those pages. Try /rank.php instead of /ranks.php

PLase help :)

Link to comment
Share on other sites

And one more question: How can I edit the menu items so they align to the left side and not slightly to the right as by default :)

You'll need to edit the .css for this one. I am not sure which ones they are at the moment, but Simpilot did a pretty good job at labeling what each section in there is used for.

Link to comment
Share on other sites

Thanks for the reply. I did search but cannot find what part of the stylesheet.css fixes that.

If you can find out, that would be great.

Also I made a mistake while writing the question:

I wanted to ask is there a way of putting the country flag next to the last

flights section; So:

Recent Flight

FLAG FNUMBER NAME SURNAME

I tried putting what you wrote but it doesnt do it.

<div class="mc01cc">

                           <ul>

                               <?php MainController::Run('PIREPS', 'RecentFrontPage', 5); ?>
<img src="<?php echo Countries::getCountryImage($pilot->location);?>" 
                       alt="<?php echo Countries::getCountryName($pilot->location);?>" />
                           </ul>

                       </div>

Thanks!

Link to comment
Share on other sites

  • 3 weeks later...

can anyone advise for the menu at the black area which file the code is located is as wanting to change this to be a hoever over / drop down menu

thakns!

layout.tpl

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

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

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

               <div class="subtext">

                   <marquee align="right" direction="left" onmouseover="this.stop();" onmouseout="this.start();" behavior="scroll" width="950px">Welcome to your new PHPVMS Site!!  <b>Ported by:FSPaintShop</b></marquee>

               </div>

I'm not sure how much of this code you are wanting to edit. I removed all of that from the template, and don't remember much of what it is, but you can start with that.

Link to comment
Share on other sites

  • 3 months later...
  • 1 month later...

In English

personal contact with an error in the skin! Acars when I click Options, Pilot Profile, Awards, No events they would like to know how to fix this problem, an image also makes available to the error!

Em Português!

pessoal, to com um erro na pele! quando clico em Acars Options, Pilot Profile, Awards, Nada acontençe gostaria de saber como arrumar esse problema, to disponiblizando uma imagem também do erro!

error.jpg

Link to comment
Share on other sites

  • 3 weeks later...
  • 1 month later...
  • 4 months 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...