Welcome to the E-Blah Community!
We would like to welcome you to our community and invite you to register an account or login.
Being a registered member is important, as it gives you several advantages over the normal Guest status. After registering you will be able to download files and images, post messages, and access member-only portions of the forum - just to name a few. Registration is quick and simple, and only takes about a minute of your time.

E-Blah Community    Modifications    Mod Requests and Support  ›  User info bgcolor change Moderators: 10 Series Support Team
Users Browsing Forum
MSN Bot and 1 Guests

User info bgcolor change  This thread currently has 827 views. Print
1 Pages 1 Recommend Thread
Jolie
March 31, 2003, 6:05pm Report to Moderator Report to Moderator

I Rule
Posts: 8
Gender: Female
Posts Per Day: 0.00
Location: California
Age: 33
I'm new at this coding thing so I took a look at my MessageDisplay.pl

I did this
changed line 223:
change:
  <td bgcolor="$bgcolor" valign="top" rowspan="3" width="165"><font size="2"><b>$membername</b></font><font size="1">
$memberstat
$mprofile</font></td>
  <td bgcolor="$bgcolor" colspan="2" height="25">

to this:
<TD vAlign=top align=middle width=165 background="" bgColor=#0bc000
    rowSpan=3>
      <P><FONT size=1><BR><BR></FONT>&nbsp;</P>
      <P>
      <TABLE borderColor=#000000 cellSpacing=0 borderColorDark=#000000
      cellPadding=0 width="100%" align=center bgColor=#666666 background=""
      border=1>
        <TBODY>
        <TR>
          <TD>
            <P align=center><STRONG><FONT
          size=2>$membername</FONT></STRONG></P></TD></TR>
        <TR>
          <TD>
            <P align=center><FONT size=1>$memberstat</FONT></P></TD></TR>
        <TR>
          <TD>
            <P align=center><FONT
      size=1>$mprofile</FONT></P></TD></TR></TBODY></TABLE></P></TD>
    <TD bgColor=#0bc000 colSpan=2 height=25>

then changed line line 256 or so:
<td><font size="1">$online$email</font></td>

with this:
<TD bgColor=#0bc000 colSpan=2 height=25>
      <TABLE borderColor=#000000 cellSpacing=0 borderColorDark=#000000
      cellPadding=0 width="100%" bgColor=#7f7f7f background="" border=1>
        <TBODY>
        <TR>
          <TD><FONT size=1>$online$email</FONT></TD>

and finally changed the default green color to the color I wanted. It worked BUT
my tables collapsed and the replies seemed to make the page scroll like this.

reply 1....
      reply2
            reply 3

LOL
I am also looking where it says : Posts per day, Gender and # of posts and I want those in tables as well with different bgcolors but I can't find the code for it.
I could really use some help with this. Thanks.


I live to annoy, how about you? LOL
http://www.morningworld.org
Logged
Site Site Private Message Private message AIM AIM YIM YIM Windows Live Messenger WLM
1 Pages 1 Recommend Thread
Print

E-Blah Community    Modifications    Mod Requests and Support  ›  User info bgcolor change