Former Member
inherit
guest@proboards.com
222576
0
Nov 25, 2024 18:21:16 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on May 5, 2016 9:41:11 GMT -8
hi I want to make this code #content > div.container.posts > div.title-bar > ul > li > a{display:none;}work for this post only #post-114 i can do it for the mp but not this reply button.
How do i do this pls ?
|
|
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 May 5, 2016 17:50:42 GMT -8
hi I want to make this code #content > div.container.posts > div.title-bar > ul > li > a{display:none;}work for this post only #post-114 i can do it for the mp but not this reply button.
How do i do this pls ? The post reply button appears on the thread not individual posts. So you'd add this to the bottom of your thread template. The 5 is the thread id, if you are in the thread just look at the browser link and it'll say the thread id. {if $[thread.id] == 5} <style> .container>.title-bar>.controls li a, .container>.title-bar>.controls li div{display:none; } </style> {/if}
|
|
Former Member
inherit
guest@proboards.com
222576
0
Nov 25, 2024 18:21:16 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on May 6, 2016 0:24:34 GMT -8
thank you
|
|
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 May 6, 2016 8:54:49 GMT -8
You're welcome.
|
|