G gaetano New member Jul 11, 2016 #1 Hi, i was wondering how i would remove Thread Display Options, take it out of eye site so no one see it/remove Any help would be greatly appreciated
Hi, i was wondering how i would remove Thread Display Options, take it out of eye site so no one see it/remove Any help would be greatly appreciated
Amaury Well-known member Jul 11, 2016 #2 Template: thread_list Code: <h3 id="DiscussionListOptionsHandle" class="JsOnly"><a href="#">{xen:phrase thread_display_options}</a></h3> Rich (BB code): <xen:comment><h3 id="DiscussionListOptionsHandle" class="JsOnly"><a href="#">{xen:phrase thread_display_options}</a></h3></xen:comment> Upvote 0 Downvote
Template: thread_list Code: <h3 id="DiscussionListOptionsHandle" class="JsOnly"><a href="#">{xen:phrase thread_display_options}</a></h3> Rich (BB code): <xen:comment><h3 id="DiscussionListOptionsHandle" class="JsOnly"><a href="#">{xen:phrase thread_display_options}</a></h3></xen:comment>
Steve F Well-known member Jul 11, 2016 #3 You can also use this code in EXTRA.css template to hide it without having to edit a template. Code: h3#DiscussionListOptionsHandle { display: none; } Upvote 0 Downvote
You can also use this code in EXTRA.css template to hide it without having to edit a template. Code: h3#DiscussionListOptionsHandle { display: none; }
Amaury Well-known member Jul 11, 2016 #4 The only "problem" with that is people who have experience with the inspection tool can easily undo it. https://xenforo.com/community/threads/hiding-elements-css-vs-removing-commenting-out.100813/ Upvote 0 Downvote
The only "problem" with that is people who have experience with the inspection tool can easily undo it. https://xenforo.com/community/threads/hiding-elements-css-vs-removing-commenting-out.100813/
Steve F Well-known member Jul 11, 2016 #5 Amaury said: The only "problem" with that is people who have experience with the inspection tool can easily undo it. https://xenforo.com/community/threads/hiding-elements-css-vs-removing-commenting-out.100813/ Click to expand... I'm quite aware of that. Merely giving a simple solution to the OP's question. Upvote 0 Downvote
Amaury said: The only "problem" with that is people who have experience with the inspection tool can easily undo it. https://xenforo.com/community/threads/hiding-elements-css-vs-removing-commenting-out.100813/ Click to expand... I'm quite aware of that. Merely giving a simple solution to the OP's question.