inherit
156021
0
Jan 18, 2017 13:25:04 GMT -8
avjanet
45
July 2010
avjanet
|
Post by avjanet on Apr 13, 2013 7:51:09 GMT -8
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Apr 13, 2013 7:55:47 GMT -8
Unfortunately, I can't see your forum "Error: You must login to access this forum", to see how you have it exactly. I do understand what you mean though, and there is a very easy way to do it using the template modifications. Which I will gladly tell you how to do, but first, which columns do you need as a different colour? Do you want Threads and Last post, different to the current?
|
|
inherit
156021
0
Jan 18, 2017 13:25:04 GMT -8
avjanet
45
July 2010
avjanet
|
Post by avjanet on Apr 13, 2013 13:52:57 GMT -8
Under the title bar that reads "general" the columns are set up left to right with a file folder column (just an icon), then a column each for "board", "threads", "posts", and "last post". I have my current v4 forum set up so that every other column is a lighter and darker shade. I'd like to know how I can set up the v5 forum the same way.
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Apr 13, 2013 14:05:34 GMT -8
Under the title bar that reads "general" the columns are set up left to right with a file folder column (just an icon), then a column each for "board", "threads", "posts", and "last post". I have my current v4 forum set up so that every other column is a lighter and darker shade. I'd like to know how I can set up the v5 forum the same way. Ok so depending what you want to change the colour of, do the following: Go to Admin > Themes > Layout Templates > Board > Board List Line 33 and 35 are for Threads, and Last Post. To change their's, add the part in red: <td class="threads" style="background-color: #000000;">{if $[board.threads] == -1}N/A{else}$[board.threads]{/if}</td> <td class="posts">{if $[board.posts] == -1}N/A{else}$[board.posts]{/if}</td> <td class="latest last" style="background-color: #000000;"> Change #000000 to the hex code of your choosing. If it's other columns you want to change, let me know which ones specifically Not sure if you want to start at the folder icon or not. So, I am not sure if you want the Folder icon's background to be dark, board description/name window light, threads dark, posts light, and then last post dark. Or if you want it reversed: Folders background light, board dark, threads light, posts dark, last post light.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Apr 14, 2013 8:59:56 GMT -8
Hi,
You can make the main page work like this by adding this to the bottom of Themes > Advanced Styles & CSS > Style Sheet for that theme.
|
|
inherit
156021
0
Jan 18, 2017 13:25:04 GMT -8
avjanet
45
July 2010
avjanet
|
Post by avjanet on Apr 14, 2013 12:03:39 GMT -8
Thanks to both of you!
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Apr 14, 2013 12:31:35 GMT -8
Sure thing.
|
|