Need help with the changing of background colors in forum

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   re: Need help with the changing of background colors in foru
floppydrivez
CZ Addict
 Codezwiz Site Donator
floppydrivez has been a member for over 18 year's 18 Year Member
usa.gif mississippi.gif
Occupation: graphic design
Age: 42
Gender: Male
Website:
Status: Offline
Joined: Feb 26, 2006
0.08 posts per day
Posts: 518
Points: 4,848
AIM Address Yahoo Messenger MSN Messenger 
did you try this?


.tablein {
color : #000000;
font: normal 11px  Arial, Helvetica, sans-serif;
background:#101e5a;
BORDER-TOP: #ffae00 1px solid;
BORDER-BOTTOM: #ffae00 1px solid;
BORDER-LEFT: #ffae00 1px solid;
BORDER-RIGHT: #ffae00 1px solid;
}


Change #000000 to #FFFFFF. I put it in the post above the row1.gif post.


Back to top Reply with quote
#2   re: Need help with the changing of background colors in foru
TSKara61
CZ Newbie
TSKara61 has been a member for over 17 year's 17 Year Member
Gender: Male
Status: Offline
Joined: Sep 27, 2006
0.00 posts per day
Posts: 13
Points: 0
   
Yes i tried both methods, but the problem still continues.

Someone on an another site said this.

This is done via javascript and is part of the theme. You will have to edit it manually.

Maybe it helps.



Back to top Reply with quote
#3   re: Need help with the changing of background colors in foru
TSKara61
CZ Newbie
TSKara61 has been a member for over 17 year's 17 Year Member
Gender: Male
Status: Offline
Joined: Sep 27, 2006
0.00 posts per day
Posts: 13
Points: 0
   
Here is the theme.css.

I hope this helps and I appreciate your help.



Attached Files
theme.rar (2.46 KB, Downloaded: 5233 Time(s))


Back to top Reply with quote
#4   re: Need help with the changing of background colors in foru
floppydrivez
CZ Addict
 Codezwiz Site Donator
floppydrivez has been a member for over 18 year's 18 Year Member
usa.gif mississippi.gif
Occupation: graphic design
Age: 42
Gender: Male
Website:
Status: Offline
Joined: Feb 26, 2006
0.08 posts per day
Posts: 518
Points: 4,848
AIM Address Yahoo Messenger MSN Messenger 
I will have a friend take a look at this post in the morning he is asleep now. He will know what to do I hope.



Back to top Reply with quote
#5   
x-caliber
CZ Newbie
x-caliber has been a member for over 19 year's 19 Year Member
usa.gif ohio.gif
Status: Offline
Joined: Aug 21, 2004
0.00 posts per day
Posts: 25
Points: 1,558
   
You want to change the mouse over color right?



Back to top Reply with quote
#6   re: Need help with the changing of background colors in foru
TSKara61
CZ Newbie
TSKara61 has been a member for over 17 year's 17 Year Member
Gender: Male
Status: Offline
Joined: Sep 27, 2006
0.00 posts per day
Posts: 13
Points: 0
   
Yes



Back to top Reply with quote
#7   re: Need help with the changing of background colors in foru
x-caliber
CZ Newbie
x-caliber has been a member for over 19 year's 19 Year Member
usa.gif ohio.gif
Status: Offline
Joined: Aug 21, 2004
0.00 posts per day
Posts: 25
Points: 1,558
   
Ok, From what I understand is that the problem is at least on the forum index page.

Open up this file (viewforum_body.tpl) and see if you can find the highlighted text in my example.

If not let me know


<!-- BEGIN topicrow -->
<tr>
<td class="rowl" align="top" valign="middle" width="20"><img src="{topicrow.TOPIC_FOLDER_IMG}" alt="{topicrow.L_TOPIC_FOLDER_ALT}" title="{topicrow.L_TOPIC_FOLDER_ALT}" /></td>
<td class="row1" width="100%" onMouseOver=this.style.backgroundColor="#050505" onMouseOut=this.style.backgroundColor="" onclick="window.location.href='{topicrow.U_VIEW_TOPIC}'"><span class="topictitle">{topicrow.NEWEST_POST_IMG}{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a></span><span class="gensmall"><br />
{topicrow.GOTO_PAGE}</span></td>
<td class="row2" align="center" valign="middle"><span class="postdetails">{topicrow.REPLIES}</span></td>
<td class="row3" align="center" valign="middle"><span class="name">{topicrow.TOPIC_AUTHOR}</span></td>
<td class="row2" align="center" valign="middle"><span class="postdetails">{topicrow.VIEWS}</span></td>
<td class="row1" align="right" valign="middle" nowrap="nowrap">
<table border=0 cellpadding=1 cellspacing=0><tr><td align=right>
<span class="postdetails">{topicrow.LAST_POST_TIME}<br />{topicrow.LAST_POST_AUTHOR}</span></td>
<td width=3><span class="postdetails">{topicrow.LAST_POST_IMG}</span></td><td width=6>&nbsp;</td></tr></table></td>
</tr>
<!-- END topicrow -->



Back to top Reply with quote
#8   re: Need help with the changing of background colors in foru
TSKara61
CZ Newbie
TSKara61 has been a member for over 17 year's 17 Year Member
Gender: Male
Status: Offline
Joined: Sep 27, 2006
0.00 posts per day
Posts: 13
Points: 0
   
THANK YOU SOOOO MUCH! THANK YOU THANK YOU THANK YOU!!! I owe so much to you guys. Even though I had to edit some other files such index_Body, i would have never had a clue if it weren't for you guys. I promise if we make t-shirts, you guys will be the 1st ones to get them for free. THANK YOU ONCE AGAIN! THANK YOU THANK YOU THANK YOU!!!!!



Back to top Reply with quote
#9   re: Need help with the changing of background colors in foru
TSKara61
CZ Newbie
TSKara61 has been a member for over 17 year's 17 Year Member
Gender: Male
Status: Offline
Joined: Sep 27, 2006
0.00 posts per day
Posts: 13
Points: 0
   
I have a couple of questions again. I will post my forum problems in here instead of opening new threads. Whenever someone makes a post in my forum, for some reason the row that shows the post date, time, etc is too big. It takes up almost half the box that contains the post. Also my signatures on the forum are not showing up. I think this has to do with viewtopic_Body.tpl, but i played around with the heights and percentages and nothing seems to change. I would appreciate you guys help.


[ Register or login to view links on this board. ]



Attached Files
viewtopic_body.rar (1.74 KB, Downloaded: 5234 Time(s))


Back to top Reply with quote
#10   re: Need help with the changing of background colors in foru
x-caliber
CZ Newbie
x-caliber has been a member for over 19 year's 19 Year Member
usa.gif ohio.gif
Status: Offline
Joined: Aug 21, 2004
0.00 posts per day
Posts: 25
Points: 1,558
   
Try to change the highlighted Value to something lower like 5 instead of 28.




<!-- BEGIN postrow -->
<tr>
<td width="150" align="left" valign="top" class="{postrow.ROW_CLASS}"><span class="name"><a name="{postrow.U_POST_ID}"></a>{postrow.POSTER_NAME}</span><br /><span class="postdetails">{postrow.POSTER_RANK}<br />{postrow.RANK_IMAGE}{postrow.POSTER_AVATAR}<br /><br />{postrow.POSTER_JOINED}<br /><a href="{postrow.U_SEARCH_USER_POSTS}" class="genmed">{postrow.POSTER_POSTS}</a><br />{postrow.POSTER_FROM}</span><br /></td>
<td class="{postrow.ROW_CLASS}" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">



Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum