inherit
103602
0
Nov 26, 2020 23:56:24 GMT -8
Chip
171
May 2007
koden
|
Post by Chip on Feb 17, 2013 13:04:20 GMT -8
As this title says I would like to join the "Threads, Posts, and Last Post" to the category bar while removing the word board. Added a picture just in case it helps. Thanks in advanced! If you need to know anything more, I'll try to help.
|
|
inherit
103602
0
Nov 26, 2020 23:56:24 GMT -8
Chip
171
May 2007
koden
|
Post by Chip on Feb 18, 2013 13:06:06 GMT -8
Bump
|
|
inherit
103602
0
Nov 26, 2020 23:56:24 GMT -8
Chip
171
May 2007
koden
|
Post by Chip on Feb 19, 2013 16:39:21 GMT -8
Bump
|
|
inherit
103602
0
Nov 26, 2020 23:56:24 GMT -8
Chip
171
May 2007
koden
|
Post by Chip on Feb 22, 2013 19:01:49 GMT -8
Bump
|
|
inherit
\o/ ^o^ /o_ /o\
16464
0
Jul 22, 2024 13:57:10 GMT -8
pawl
29,621
November 2003
pollo
Pink Stars
|
Post by pawl on Feb 28, 2013 11:14:58 GMT -8
Hi there! Give this a go for me; Remove the bar that usually displays the Threads/Posts/Last Post info, as detailed here. Once that's done, head to your Home template. On line 5 you should find the following; <div class="title-bar bbcode"><h2><div class="title_wrapper">$[category.display_name]</div></h2></div>Replace it with this, instead; <div class="title-bar bbcode"> <table width="100%"> <tr> <th class="icon"></th> <th class="main"><h2><div class="title_wrapper">$[category.display_name]</div></h2></th> <th class="threads">Threads</th> <th class="posts">Posts</th> <th class="latest last">Last Post</th> </tr> </table></div>I think that should work for you. =]
|
|
inherit
103602
0
Nov 26, 2020 23:56:24 GMT -8
Chip
171
May 2007
koden
|
Post by Chip on Mar 7, 2013 0:29:44 GMT -8
Hi there! Give this a go for me; Remove the bar that usually displays the Threads/Posts/Last Post info, as detailed here. Once that's done, head to your Home template. On line 5 you should find the following; <div class="title-bar bbcode"><h2><div class="title_wrapper">$[category.display_name]</div></h2></div>Replace it with this, instead; <div class="title-bar bbcode"> <table width="100%"> <tr> <th class="icon"></th> <th class="main"><h2><div class="title_wrapper">$[category.display_name]</div></h2></th> <th class="threads">Threads</th> <th class="posts">Posts</th> <th class="latest last">Last Post</th> </tr> </table></div>I think that should work for you. =] Sorry for the late thanks! But thanks! It works perfectly, but I have one question, would it be possble to still have the table lines separating each word?
|
|
inherit
\o/ ^o^ /o_ /o\
16464
0
Jul 22, 2024 13:57:10 GMT -8
pawl
29,621
November 2003
pollo
Pink Stars
|
Post by pawl on Mar 7, 2013 4:41:22 GMT -8
I don't see why not. Heading off to get ready for work in a minute, but I should be back around midnight (about 11 hours from now), will have a proper look then for you. =]
|
|
inherit
\o/ ^o^ /o_ /o\
16464
0
Jul 22, 2024 13:57:10 GMT -8
pawl
29,621
November 2003
pollo
Pink Stars
|
Post by pawl on Mar 9, 2013 6:44:09 GMT -8
Must admit that this one's giving me more grief than I expected. <_<
One little thing though - take the width of your on/off icons, and add 20px to it. By default, the PB folder is 32px wide, so go for 52px. Then find this from what I gave you before, and add in the bold;
<th class="icon" style="width: 52px;"></th>
That will get your bar to line up properly, if nothing else.
ed; for colouring purposes, losing the <h2></h2> tag might not be a bad idea, either.
|
|