News:

Keeping Crip's dream alive is our mission! :)

 

Recent Topics

Members
  • Total Members: 155
  • Latest: TMXXX
Stats
  • Total Posts: 10,782
  • Total Topics: 1,380
  • Online today: 182
  • Online ever: 879
  • (Jan 21, 20, 05:49:15 PM)
Users Online
Users: 0
Guests: 178
Total: 178

Modified CoalBlack?

Started by Lyfing, Jan 11, 12, 08:22:12 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

Lyfing

Hailsa,

I'm Lyfing the Administrator of Germanic Heathenry Forum..

I've had this forum up for about three months now.  I started with ModernGrey then went with DarkModern.  Tonight I modified CoalBlack..??

>>> http://i40.tinypic.com/s2efqu.png

If you notice it doesn't say "Welcome, Guest. Please login or register."..

I made a TestBoard beforehand..

>>> http://i44.tinypic.com/205behg.png

Notice that it does say "Welcome, Guest. Please login or register."

Do you guy's have any idea why that is?  GH Forum is 2.0.1 with Adk Portal which won't work with 2.0.2.  TestBoard is 2.0.2..could that have anything to do with it?  I used the code from TestBoard on GH Forum and it didn't fix it?  I started from scratch and it didn't fix it? 

I would be grateful of any help..

Thanks for the Themes!

Later,
-Lyfing

Crip

hi ,
..you have made soooo many changes , you prolly Removed the part not showing?
You can see the #userarea{ coding.. } in the:. [ !>"(index.template.php)"<! ] ?
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

Lyfing

Thanks for the quick response..

I never messed with index.template.php?

Is this the part you are talking about..

function template_body_above()
{
   global $context, $settings, $options, $scripturl, $txt, $modSettings;

   echo !empty($settings['forum_width']) ? '
<div id="wrapper" style="width: ' . $settings['forum_width'] . '">' : '', '
    <div id="header">
         <div id="head-l">
             <div id="head-r">
                <div id="userarea" class="smalltext">';
               if (!empty($context['user']['avatar']))
               echo '
                   <div id="my-avatar" class="clearfix">'.$context['user']['avatar']['image'].'
               </div>';
               if ($context['user']['is_logged'])
    {
         echo '
           <ul class="reset">
              <li><b>', $txt['hello_member_ndt'], ' ', $context['user']['name'], '</b></li>';
         echo '
             <li><a href="', $scripturl, '?action=unread">', $txt['unread_since_visit'], '</a></li>
             <li><a href="', $scripturl, '?action=unreadreplies">', $txt['show_unread_replies'], '</a></li>
         </ul>';
    }

   // Otherwise they're a guest - this time ask them to either register or login - lazy bums...
      else
     {
        echo sprintf($txt['welcome_guest'], $txt['guest_title']);

      echo '<script language="JavaScript" type="text/javascript" src="', $settings['default_theme_url'], '/scripts/sha1.js"></script>
      <form action="', $scripturl, '?action=login2" method="post" accept-charset="', $context['character_set'], '" style="margin: 4px 0;"', empty($context['disable_login_hashing']) ? ' onsubmit="hashLoginPassword(this, \'' . $context['session_id'] . '\');"' : '', '>
            <input type="text" name="user"  size="10" class="input_text" />
            <input type="password" name="passwrd"  size="10" class="input_password" />
            <input type="submit" value="', $txt['login'], '" class="button_submit" />
            <input type="hidden" name="hash_passwrd" value="" />
         </form>', $context['current_time'],'<br />';
     }
   echo '
     </div>';
    echo '
          <div id="logo">
          <a href="'.$scripturl.'" title=""></a>
        </div>';
    echo '
           </div>
       </div>
   </div>
       <div id="tbar-l">
           <div id="tbar-r">
             <div id="toolbar">
               ',template_menu(),'
                 </div>
            </div>
         </div>
          <div id="bodyarea-l">
              <div id="bodyarea-r">
                  <div id="bodyarea">';

               // Show the navigation tree.
               theme_linktree();
}


It is the same on both GH Forum and TestBoard..??

It looks a lot different, but I really didn't change that much.  I just made new images, replaced one colour, and moved the logo and userarea around?  One would think that somewhere in that moving around I messed it up?

This is what I changed with GH Forum..

}
/* BANNER / LOGOS */
#logo a {
    position: absolute;
    top: 3.5em;
    left: 30em;
    display: block;
    width: 500px !important;
    height: 70px !important;
    cursor: pointer;
    background: url(../images/img/logo.png) no-repeat !important;
}
/* Avatar Fix */
#my-avatar {
   float: left;
   padding-top: 0px;
   padding-left: 1em;
}
#userarea {
    float: left;
    padding: 5em 3em 0 4em;
    text-align: left;
    color: silver;
    font: lucida grande 8px;
   width: 40em;
}
#userarea a:link, #userarea a:visited {
    color: #E3E3E3;
}
#userarea a:hover {
    color: #FFF;
    text-decoration: underline;
}


And, this is what I changed on TestBoard..

}
/* BANNER / LOGOS */
#logo a {
    position: absolute;
    top: 5.3em;
    left: 49em;
    display: block;
    width: 316px !important;
    height: 113px !important;
    cursor: pointer;
    background: url(../images/img/logo.png) no-repeat !important;
}
/* Avatar Fix */
#my-avatar {
   float: left;
   padding-top: 0px;
   padding-left: 1em;
}
#userarea {
    float: left;
    padding: 8.5em 3em 0em 4em;
    text-align: left;
    color: silver;
    font: lucida grande 8px;
   width: 40em;
}
#userarea a:link, #userarea a:visited {
    color: #E3E3E3;
}
#userarea a:hover {
    color: #FFF;
    text-decoration: underline;
}


And, this is how it is unchanged..

}
/* BANNER / LOGOS */
#logo a {
position: absolute;
top: 5.3em;
left: 2em;
display: block;
width: 362px !important;
height: 74px !important;
cursor: pointer;
background: url(../images/img/logo.png) no-repeat !important;
}
/* Avatar Fix */
#my-avatar {
float: right;
padding-top: 3px;
padding-left: 1em;
}
#userarea {
float: right;
padding: 6.5em 3em 0 0;
text-align: right;
color: silver;
font: lucida grande 8px;
width: 40em;
}
#userarea a:link, #userarea a:visited {
color: #E3E3E3;
}
#userarea a:hover {
color: #57AAD2;
text-decoration: underline;
}


I'm not making much sense of it?  I used KompoZer to replace #57AAD2 with #FFF and copied and pasted the whole index.css back into the SMF editor?  And, it worked..the first time?  This has probably not lead us any closer to the problem.  I will now just go and do it all over again.. :2funny:

Thanks Crip!

Later,
-Lyfing

Crip

This is what's not showing:



   // Otherwise they're a guest - this time ask them to either register or login - lazy bums...
      else
     {
        echo sprintf($txt['welcome_guest'], $txt['guest_title']);


I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

Lyfing

Ok..

It won't work on GH Forum for anything?  I uploaded the same .zip to both and used the same index.css modified to show white in both and the results were the same..

>>> http://i41.tinypic.com/nn1i55.png

>>> http://i39.tinypic.com/2ll1qoz.png

>>> http://i41.tinypic.com/ygvgh.png

So, how might one go about getting rid of this altogether..??  There are plenty of ways to see what it says anyhow..a logo taking up the whole space wouldn't be so bad..??

Thanks again.  It must have to do with 2.0.1 and 2.0.2? And, maybe Adk Portal?  Anyhow..

Later,
-Lyfing

Crip

If you can? .. provide me a Temp. Admin Account i can most likey Fix it..?
PM me if you wanna try?
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

Crip

#6
I just removed the "welcome Guest"  ........ is that OKay with you?

.. and you can always use ThemeStrings
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

Lyfing

ThemeStrings?

>>> http://docs.simplemachines.org/index.php?topic=1479.0

All in good time.. :P

Thanks again Crip!

Later,
-Lyfing

Crip

I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

Lyfing

I just thought I'd let it be known that Adk Portal updated their modification for 2.0.2.  I installed it on TestBoard 2.0.2 and it messed up the "Welcome, Guest. Please login or register." just like it did on Germanic Heathenry Forum 2.0.1?

This was before..

>>> http://i44.tinypic.com/205behg.png

And, this is after..

>>> http://i42.tinypic.com/2vs299z.png

I'm not really looking for another solution..it must be Adk Portal's messup..

Later,
-Lyfing