Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic [BUG FIXED] News fader background color (Read 941 times)
rehlbe
God Member
*****
Offline


Juve Merda

Posts: 614
Joined: Feb 1st, 2002
Gender: Male
[BUG FIXED] News fader background color
Mar 11th, 2002 at 1:01pm
Print Post  
You should have noticed, setting up your YaBB, that the news background color wasn't controlled by css, but from the admin panel: if you have installed a "user template" style mod you can find that this is a little annoying..
here is the little change you have to do:
in BoardIndex.pl search for
Code
Select All
      if($shownewsfader == 1) {
            if(!$fadedelay) { $fadedelay = 5000; }
            $yymain .= qq~
<table border=0 width="100%" cellspacing="0" cellpadding="0" bgcolor="$color{'bordercolor'}" class="bordercolor">
  <tr>
    <td>
    <table cellpadding="4" cellspacing="1" border="0" width="100%">
      <tr>
        <td bgcolor="$color{'titlebg'}" class="titlebg" align="center"><font class="text1" color="$color{'titletext'}" size="2"><b>$txt{'102'}</b></font></td>
      </tr><tr>
        <td bgcolor="$color{'windowbg2'}" valign="middle" align="center" height="60">
<script language="JavaScript1.2" type="text/javascript"> 


and replace with
Code
Select All
      if($shownewsfader == 1) {
            if(!$fadedelay) { $fadedelay = 5000; }
            $yymain .= qq~
<table border=0 width="100%" cellspacing="0" cellpadding="0" bgcolor="$color{'bordercolor'}" class="bordercolor">
  <tr>
    <td>
    <table cellpadding="4" cellspacing="1" border="0" width="100%">
      <tr>
        <td bgcolor="$color{'titlebg'}" class="titlebg" align="center"><font class="text1" color="$color{'titletext'}" size="2"><b>$txt{'102'}</b></font></td>
      </tr><tr>
        <td bgcolor="$color{'windowbg2'}" class="windowbg2" valign="middle" align="center" height="60">
<script language="JavaScript1.2" type="text/javascript"> 



greets  Grin

ps the code above changes only 1 line.. I've inserted an other few if you want to make a mod with this!
  

www.rehlbe.com
Current task -> rewriting website.
Per un aiuto in italiano contattami tramite il mio forum!

Installed Mods = 82
Milan forever
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint