Former Member
inherit
guest@proboards.com
244837
0
Nov 28, 2024 10:08:27 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Aug 1, 2017 9:57:20 GMT -8
Hi, I was wondering how I could remove, for each board list, the threads list, posts list and last post? OR, to remove threads and posts and put last post underneath? Thanks
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Aug 2, 2017 21:38:00 GMT -8
Hi, I was wondering how I could remove, for each board list, the threads list, posts list and last post? OR, to remove threads and posts and put last post underneath? Thanks Reconfiguring again? lol Is that both the titles and actual data or just the titles you are talking about? By the way, you should just start playing in the board list template since you like changing things around. Try removing things making sure you remove starting tag and ending tag. The wonderful thing about ProBoards is you can just set the template back to default if you mess up.
|
|
Former Member
inherit
guest@proboards.com
244837
0
Nov 28, 2024 10:08:27 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Aug 4, 2017 9:38:51 GMT -8
I actually was able to remove them, but then where they were the spaces still were and I couldn't figure out how to remove them. I'll keep experimenting (maybe try adding some width) and report back with the latest news
|
|
Former Member
inherit
guest@proboards.com
244837
0
Nov 28, 2024 10:08:27 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Aug 4, 2017 15:31:49 GMT -8
Okey, new update. My forum communitynetwork.boards.netI've managed to remove all of that, but now there's still a huge gap where they used to be. I'm working how to remove that and shorten it all? Another thing - is it possible to put the most latest thread underneath the description, with a different background color so it doesn't look odd? Sort of like a colored rectangle under the description with the latest post. In case this doesn't notify you, Tumbleweed
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Aug 4, 2017 16:03:54 GMT -8
@tumbler ,
Looks like you need to comment out the titles in your board list template:
<table class="list" role="grid"> <thead> <tr> <th class="icon"></th> <th class="main">Board</th> <!--<th class="threads">Threads</th> <th class="posts">Posts</th> <th class="latest last">Last Post</th>--> </tr> </thead>
Not sure if you want the icon column gone too and if so, then comment it out too:
<!--<th class="icon"></th>-->
as well as this further down around line 15
<!--<td class="icon">$[board.icon]</td>-->
If you want the icon column there then you'll probably have to add a 100% width to the .main class. You can either just add this to the bottom of your style sheet....
.main{width:100%;}
...and maybe go less than 100% or go on up to that line in the board list area at about line 879 and change that percent, which is 59% I think as the default setting.
|
|
Former Member
inherit
guest@proboards.com
244837
0
Nov 28, 2024 10:08:27 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Aug 5, 2017 5:10:21 GMT -8
Tried that and it looks ALOT better! however, on the right there are still about three I think rows that are empty but don't have anything in them. I'm looking but don't see anything that would maybe fix that. Any ideas?
Also, I tried adjusting the main 100% but it didn't seem to change anything.
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Aug 6, 2017 21:04:11 GMT -8
Tried that and it looks ALOT better! however, on the right there are still about three I think rows that are empty but don't have anything in them. I'm looking but don't see anything that would maybe fix that. Any ideas? Also, I tried adjusting the main 100% but it didn't seem to change anything. I don't see where you commented out any of it. Do you want that whole row gone? If so just comment out that whole bit there by adding the blue and this is starting at like line 2: <!--<thead> <tr> <th class="icon"></th> <th class="main">Board</th> <th class="threads">Threads</th> <th class="posts">Posts</th> <th class="latest last">Last Post</th> </tr> </thead> -->
Or you can just remove that part totally.
|
|
Former Member
inherit
guest@proboards.com
244837
0
Nov 28, 2024 10:08:27 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Aug 7, 2017 7:47:21 GMT -8
I love it, thank you! However, the category name isn't centered...Tried using center tags, it's centered in visuao editor (pretty sure) any ideas?
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Aug 7, 2017 20:45:57 GMT -8
I love it, thank you! However, the category name isn't centered...Tried using center tags, it's centered in visuao editor (pretty sure) any ideas? Add this to the bottom of your style sheet: .container>.title-bar.bbcode h2{width:100%;}
|
|