inherit
oracleargon@gmail.com
196992
0
Mar 6, 2014 20:08:52 GMT -8
oracleargon
16
July 2013
oracleargon
|
Post by oracleargon on Feb 15, 2014 16:38:29 GMT -8
Hi guys! I've found multiple codes to do this on v4, and none of them seem to transfer over to v5 effectively.
I was hoping that there is a way to remove the thread & post column on sub-boards only, as it throws our home page off if I do it there too. Any help is greatly appreciated!
|
|
Former Member
inherit
guest@proboards.com
131621
0
Nov 24, 2024 15:51:42 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Feb 16, 2014 23:53:34 GMT -8
There is a way to do this through Layout Templates, oracleargon, but it'll require you to input the ID for each of your sub-boards--not a big deal but I mean it will require you to add any future ones into the code and since it's manual I'm not sure if that'll bother you. If you're okay with it, I'll show you how to do it, if not, that's alright. =) Please tag me like @ fajita without the space when/if you respond so I get notification. ^^
|
|
inherit
oracleargon@gmail.com
196992
0
Mar 6, 2014 20:08:52 GMT -8
oracleargon
16
July 2013
oracleargon
|
Post by oracleargon on Feb 20, 2014 11:33:35 GMT -8
I don't mind doing that at all! I'd appreciate it if you could walk me through the process, ₪» ⅀ ƪ Ƒ «₪! Sorry for the slow reply ^^' I hadn't remembered to check for any.
|
|
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 Feb 21, 2014 12:08:48 GMT -8
Hey oracleargon, Rather than a big template change, do you want to try this in your global header (just for now) and see if it changes only the things you want changed. <script type="text/javascript"> // hide post threads on everything but home \\ if(proboards.data('route').name != "home") document.write('<style type="text/css">.container.boards th.threads,.container.boards td.threads,.container.boards th.posts,.container.boards td.posts{display:none;}.container.boards th.icon,.container.boards td.icon{width:2%!important;}</style>'); </script> If is is o.k. then you can put that at the bottom of your wrapper template and it should work for just that theme. You could leave it in the header if you want it on all themes. I think it works as you want but I might be missing something it may be messing up. Otherwise, I'll just step out of this and let ₪» ⅀ ƪ Ƒ «₪ handle this.
|
|