evangelion7890
New Member
We may stumble and fall but shall rise again!
Posts: 111
inherit
211080
0
Dec 16, 2019 15:32:53 GMT -8
evangelion7890
We may stumble and fall but shall rise again!
111
July 2014
9olkjhnm88
|
Post by evangelion7890 on Mar 15, 2015 13:49:10 GMT -8
sdgo.freeforums.net/Hi, I'm using this plugin and works great, my ques. is it possible to hide the moderator and sub-board info which appears? Just want to display the entire image. Thanks...:Evan.
|
|
inherit
201984
0
Sept 11, 2023 1:23:07 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓
Using My Talents Elsewhere
3,314
November 2013
pastuleo23
|
Post by P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ on Mar 15, 2015 14:04:20 GMT -8
|
|
evangelion7890
New Member
We may stumble and fall but shall rise again!
Posts: 111
inherit
211080
0
Dec 16, 2019 15:32:53 GMT -8
evangelion7890
We may stumble and fall but shall rise again!
111
July 2014
9olkjhnm88
|
Post by evangelion7890 on Mar 15, 2015 14:58:17 GMT -8
Thanks pastuleo23 for the link. I checked the threads there and it appears the author's last response was in July 2013, with several other posts since unanswered. Anyway, i'll post there in hopes that someone may respond. Thanks again...:Evan.
|
|
inherit
201984
0
Sept 11, 2023 1:23:07 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓
Using My Talents Elsewhere
3,314
November 2013
pastuleo23
|
Post by P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ on Mar 15, 2015 21:14:07 GMT -8
Thanks pastuleo23 for the link. I checked the threads there and it appears the author's last response was in July 2013, with several other posts since unanswered. Anyway, i'll post there in hopes that someone may respond. Thanks again...:Evan. Good that you posted but yeah I see he hasn't logged in, in over a year. So give me a picture of what you are referring to and I will see if I can't give you a code to make it disappear like the other code I have given you.
|
|
evangelion7890
New Member
We may stumble and fall but shall rise again!
Posts: 111
inherit
211080
0
Dec 16, 2019 15:32:53 GMT -8
evangelion7890
We may stumble and fall but shall rise again!
111
July 2014
9olkjhnm88
|
Post by evangelion7890 on Mar 16, 2015 11:41:59 GMT -8
Thanks pastuleo23 for the link. I checked the threads there and it appears the author's last response was in July 2013, with several other posts since unanswered. Anyway, i'll post there in hopes that someone may respond. Thanks again...:Evan. Good that you posted but yeah I see he hasn't logged in, in over a year. So give me a picture of what you are referring to and I will see if I can't give you a code to make it disappear like the other code I have given you. Hi pastuleo23, Thanks for helping on this, you da boss. Here is a screen capture of the category/boards using description images. Is it possible to just display the image and hide the rest for each category/board. Thanks again...:Evan.
|
|
inherit
162752
0
Nov 7, 2024 3:58:23 GMT -8
Pebble
Where it all does or doesn't happen!
1,437
January 2011
pebbleleague
|
Post by Pebble on Mar 16, 2015 12:15:54 GMT -8
You can just remove those from the appropriate template.
|
|
inherit
201984
0
Sept 11, 2023 1:23:07 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓
Using My Talents Elsewhere
3,314
November 2013
pastuleo23
|
Post by P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ on Mar 16, 2015 13:04:32 GMT -8
Good that you posted but yeah I see he hasn't logged in, in over a year. So give me a picture of what you are referring to and I will see if I can't give you a code to make it disappear like the other code I have given you. Hi pastuleo23, Thanks for helping on this, you da boss. Here is a screen capture of the category/boards using description images. Is it possible to just display the image and hide the rest for each category/board. Thanks again...:Evan. Pebble is right that you can change it in the template, however I personally don't like modifying templates. And from what you stated, template modification would probably leave you deleting more than you bargained for. yourforum .freeforums.net/admin/structure/headers/category/0 Go there, you will be shown a header area and a footer area. Paste <script> $(document).ready(function() { $('.main.clickable>div>p.moderators').hide() $('.main.clickable>div>p.sub-boards').hide() $('th.board.item.clickable.dtt_tab_title_1.last').css('border-width','0px 1px 1px 0px') }); </script> in the footer area.
|
|
evangelion7890
New Member
We may stumble and fall but shall rise again!
Posts: 111
inherit
211080
0
Dec 16, 2019 15:32:53 GMT -8
evangelion7890
We may stumble and fall but shall rise again!
111
July 2014
9olkjhnm88
|
Post by evangelion7890 on Mar 16, 2015 14:31:43 GMT -8
You can just remove those from the appropriate template. Thanks Pebble, sorry for the dumb question, but where would that be??? I'm not as technical in this... Thanks again...:Evan.
|
|
evangelion7890
New Member
We may stumble and fall but shall rise again!
Posts: 111
inherit
211080
0
Dec 16, 2019 15:32:53 GMT -8
evangelion7890
We may stumble and fall but shall rise again!
111
July 2014
9olkjhnm88
|
Post by evangelion7890 on Mar 16, 2015 14:42:15 GMT -8
Hi pastuleo23, Thanks for helping on this, you da boss. Here is a screen capture of the category/boards using description images. Is it possible to just display the image and hide the rest for each category/board. Thanks again...:Evan. Pebble is right that you can change it in the template, however I personally don't like modifying templates. And from what you stated, template modification would probably leave you deleting more than you bargained for. yourforum .freeforums.net/admin/structure/headers/category/0 Go there, you will be shown a header area and a footer area. Paste <script> $(document).ready(function() { $('.main.clickable>div>p.moderators').hide() $('.main.clickable>div>p.sub-boards').hide() $('th.board.item.clickable.dtt_tab_title_1.last').css('border-width','0px 1px 1px 0px') }); </script> in the footer area. Thanks pastuleo23 for the code, It work! Added the code to the main footer and the description images now only appear. Also, thanks Pebble for the suggestion. Evan.
|
|
inherit
162752
0
Nov 7, 2024 3:58:23 GMT -8
Pebble
Where it all does or doesn't happen!
1,437
January 2011
pebbleleague
|
Post by Pebble on Mar 16, 2015 14:49:38 GMT -8
If you go to ADMIN > Layout Templates > Board > Board List
and you can remove this part:
{if $[board.num_mods]} <p class="moderators"> Moderator{if $[board.num_mods] != 1}s{/if}: {foreach $[board.moderator_group]}$[board.moderator_group.comma_before] $[board.moderator_group]{/foreach}{if $[board.moderator]}{if $[board.moderator_group]}, {/if}{/if} {foreach $[board.moderator]}$[board.moderator]$[board.moderator.comma] {/foreach} </p> {/if} {if $[board.sub_board]} <p class="sub-boards"> Sub-board{if $[board.sub_board] != 1}s{/if}: {foreach $[board.sub_board]}<a href="$[board.sub_board.href]">$[board.sub_board.name]</a>$[board.sub_board.comma] {/foreach} </p> {/if} Although a code could do this, why load it and then hide it? Done server side is much quicker and cleaner. ( This isn't tested but should work! )
|
|
evangelion7890
New Member
We may stumble and fall but shall rise again!
Posts: 111
inherit
211080
0
Dec 16, 2019 15:32:53 GMT -8
evangelion7890
We may stumble and fall but shall rise again!
111
July 2014
9olkjhnm88
|
Post by evangelion7890 on Mar 16, 2015 14:55:26 GMT -8
If you go to ADMIN > Layout Templates > Board > Board List and you can remove this part: {if $[board.num_mods]} <p class="moderators"> Moderator{if $[board.num_mods] != 1}s{/if}: {foreach $[board.moderator_group]}$[board.moderator_group.comma_before] $[board.moderator_group]{/foreach}{if $[board.moderator]}{if $[board.moderator_group]}, {/if}{/if} {foreach $[board.moderator]}$[board.moderator]$[board.moderator.comma] {/foreach} </p> {/if} {if $[board.sub_board]} <p class="sub-boards"> Sub-board{if $[board.sub_board] != 1}s{/if}: {foreach $[board.sub_board]}<a href="$[board.sub_board.href]">$[board.sub_board.name]</a>$[board.sub_board.comma] {/foreach} </p> {/if} Although a code code do this, why load it and then hide it? Done server side is much quicker and cleaner. ( This isn't tested but should work! ) Thanks Pebble, at least I have two options now. As you indicate it would be cleaner to remove, I'll keep it as an option for now since I've already implemented pastuleo23 solution. With my luck I'll probably mess something up. Thanks again...:Evan.
|
|
inherit
201984
0
Sept 11, 2023 1:23:07 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓
Using My Talents Elsewhere
3,314
November 2013
pastuleo23
|
Post by P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ on Mar 16, 2015 14:58:27 GMT -8
Much quicker? You mean by 75 milliseconds? I can't even blink that fast lol. I do agree that it's not the cleaner approach. But it's the safer approach in my opinion when you don't know what you are doing/looking for.
|
|
evangelion7890
New Member
We may stumble and fall but shall rise again!
Posts: 111
inherit
211080
0
Dec 16, 2019 15:32:53 GMT -8
evangelion7890
We may stumble and fall but shall rise again!
111
July 2014
9olkjhnm88
|
Post by evangelion7890 on Mar 16, 2015 15:02:59 GMT -8
Much quicker? You mean by 75 milliseconds? I can't even blink that fast lol. I do agree that it's not the cleaner approach. But it's the safer approach in my opinion when you don't know what you are doing/looking for. actually, instead of deleting one could comment it all out as well???
|
|
inherit
162752
0
Nov 7, 2024 3:58:23 GMT -8
Pebble
Where it all does or doesn't happen!
1,437
January 2011
pebbleleague
|
Post by Pebble on Mar 16, 2015 15:05:02 GMT -8
Doing it via template eliminates the chance of screen flicker as it is loaded correctly ( as the user wants ) without it all loading and then several plugins running before the screen shifts again when things are removed.
Don't get me wrong, finding a coding solution is nice, but sometimes ( almost always ) if it can be done via the template, then that is the way to go.
|
|
inherit
201984
0
Sept 11, 2023 1:23:07 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓
Using My Talents Elsewhere
3,314
November 2013
pastuleo23
|
Post by P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ on Mar 16, 2015 18:20:58 GMT -8
Much quicker? You mean by 75 milliseconds? I can't even blink that fast lol. I do agree that it's not the cleaner approach. But it's the safer approach in my opinion when you don't know what you are doing/looking for. actually, instead of deleting one could comment it all out as well??? yeah, by putting // in front of every line in between the script tags
|
|