Jump to content

Pages at the bottom Obsess Blue


truemo9

Recommended Posts

Hello,

Ive recently put some pages in some of them are at the bottom or not in the right place, im also trying to get rid of these blue content things.and other news boexes that i dont want.

There is also the airmail which is not in the right place.

The Exam Admin bit is not right.

All Pictures are here.

822201018-59-3.png

822201019-7-35.png

If someone can really help that will be thankful..

www.bmavirtual.co.cc sign up to that.

P.S also ive put the links in for unviewed page to guests but the aint working. can someone help on that.

Thanks

Link to comment
Share on other sites

  • Moderators

Yeh its a bit tricky that one, have a look at the mail_menu.tpl, should be like this

<style type="text/css">
   .left {
       width: 150px;
       float: left;
       min-height: 300px;
       padding: 5px 0 15px 5px;
   }

   .right {
       float: left;
       margin-left:10px;
       padding-top: 5px;
   }
</style>
<div class="left">
   <?php if(isset($message)) {echo $message.'<br />';}
   $folders = MailData::checkforfolders(Auth::$userinfo->pilotid);?>
   <br />
   <b>AIRPilot Mail Menu</b>
   <ul>
       <li><a href="<?php echo SITE_URL ?>/index.php/Mail/newmail">New message</a></li>
   </ul>
   <b>Folders</b>
   <ul>
       <li><a href="<?php echo SITE_URL ?>/index.php/Mail">AIRMail Inbox</a></li>
       <?php
       if (isset($folders)) {foreach ($folders as $folder) {echo '<li><a href="'.SITE_URL.'/index.php/Mail/getfolder?id='.$folder->id.'">'.$folder->folder_title.'</a></li>';}
       }
       ?>
       <li><a href="<?php echo SITE_URL ?>/index.php/Mail/sent">Sent Messages</a></li>
   </ul>
   <b>Folder Options</b>
   <ul>
       <li><a href="<?php echo SITE_URL ?>/index.php/Mail/newfolder">New Folder</a></li>
       <li><a href="<?php echo SITE_URL ?>/index.php/Mail/deletefolder">Delete A Folder</a></li>
   </ul>
</div>

And the mail inbox code should sit inbetween the <div class="mcright"> divs.

Give that a try.

Link to comment
Share on other sites

Yeah I had loads of issues using airmail with obsessBlue. I completely redid the airmail menu and all. Somewhere in one of the many ObsessBlue threads, is a download of files that can be used if one wishes.

I have MAJORLY modded my ObsessBlue template since then though so I am not sure what all edits made. You would need to find my files in that thread to know for sure.

Link to comment
Share on other sites

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