Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForumForumForum Looks in css file?Forum Looks in css file?
Previous
 
Next
New Post
11/5/2009 6:52 AM
 

ok,

I have figured out how to edit the css and basically create my own forum skins. I found a forum I liked and am currently trying to make mine look like it to learn how to do all of this. But my issue is on the right side of the forums where it shows the # of threads, posts, and posters info. All it shows is like a transparent back ground. I will post 2 links of what mine looks like and what I want it to look like.

Mine:

original:

Can someone help me to get the alternating row colors and table boxes on the right hand sides?

 

Thanks you,

Mike

 
New Post
11/5/2009 11:09 AM
 

In the original forum css file, these classes were all in the same section of the file. All of the ones you are missing (from the image) have the following in their class names: RowHighlight1, 2, 3 and also _alt. For example, one of these will be .Forum_RowHighlight and .Forum_RowHighlight1_Alt. The Threads coumn is 1, Posts 2, Last Post is 3. By the way, Alt rows are the first ones in a group of forums. For your image example, this would be "All Public Forums", "General", "Suggestions & Feature Requests" and "Release Log". 


Chris Paterra

Get direct answers to your questions in the Community Exchange.
 
New Post
11/6/2009 12:29 AM
 

Right, which I have that in my css file and not sure why it will not look like I want it. Here is an eaxample of my css regarding your post.

/*/////////////////////////// = GROUP & FORUM VIEW - ODD/EVEN ROWS = \\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/* Subject/Name Column in group, threads views */
.Forum_Row
{
background-color:  #1E1E1E;
border-top: #474747 1px solid; 
border-left: #474747 1px solid; 
border-bottom: #000000 2px solid;
border-right: #000000 2px solid;
}
/* Subject/Name Column in group, threads views (odd) */
.Forum_Row_Alt
{
background-color: #2F2F2F;
border-top: #474747 1px solid; 
border-left: #474747 1px solid; 
border-bottom: #000000 2px solid;
border-right: #000000 2px solid;
}
/* Threads Column in initial group view (even numbered)*/
.Forum_RowHighLight1
{   
background-color:  #000000;
border-left: 1px solid #474747;
border-top: #474747 1px solid; 
border-bottom: #000000 2px solid;
}
/* Threads Column in initial group view (odd numbered)*/
.Forum_RowHighLight1_Alt
{  
background-color:  #1E1E1;
border-left: solid 1px #474747;
border-top: #474747 1px solid; 
border-bottom: #000000 2px solid;
border-right: #000000 2px solid;
}
/* Posts Column in initial group view */
.Forum_RowHighLight2
{   
background-color:  #000000;
border-left: solid 1px #474747;
border-top: #474747 1px solid; 
border-bottom: #000000 2px solid;
}
/* Posts Column in initial group view (odd)*/
.Forum_RowHighLight2_Alt
{  
background-color: #1E1E1;
border-left: solid 1px #474747;
border-top: #474747 1px solid; 
border-bottom: #000000 2px solid;
border-right: #000000 2px solid;
}
/* Last Post Column */
.Forum_RowHighLight3
{   
background-color:  #000000;
border-left: solid 1px #474747;
border-top: #474747 1px solid; 
border-right: #474747 1px solid; 
border-bottom: #000000 2px solid;
padding-right: 3px;
}
/* Last Post Column - Alternate (odd)*/
.Forum_RowHighLight3_Alt
{  
background-color:  #1E1E1;
border-left: solid 1px #474747;
border-top: #474747 1px solid;
border-right: #474747 1px solid; 
padding-right: 3px;
border-bottom: #000000 2px solid;
border-right: #000000 2px solid;
 

I am just not sure why it is not taking to the forum I am working on. I have messed with alot of the other stuff and it seems to be taking things properly from the css file.

 

Thanks again in advance for any help on this.

 

Mike

 

 

 
New Post
11/6/2009 1:11 AM
 

Depending on the doctype your skin is using (and now possibly the Host Settings) you need to make sure the case used matches exactly what you use in your css file. Off the top of my head, that is what I can think of. If you are still having issues, you can see on www.dnnforums.com how it is using a custom theme which has those classes modified. you can view source there and maybe it will give you an idea. If you are still having issues tomorrow, I might be able to help more,. 


Chris Paterra

Get direct answers to your questions in the Community Exchange.
 
New Post
11/7/2009 2:38 PM
 

I am using the default Forum and just added the css to the skins for the forum. Not sure where to look for doc type or what settings in the host.

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForumForumForum Looks in css file?Forum Looks in css file?


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out