N Ntown Well-known member Sep 1, 2020 #1 We're using a unique style on a certain node. I want to hide the title on that node in the style. I have not seen anywhere how to do that. I'm guessing it's something on forum_view? Can you help?
We're using a unique style on a certain node. I want to hide the title on that node in the style. I have not seen anywhere how to do that. I'm guessing it's something on forum_view? Can you help?
Solution N N Ntown Sep 1, 2020 I just added this to forum_view and it worked. Code: <xf:h1 hidden="true" />
P Paul B XenForo moderator Staff member Sep 1, 2020 #2 You would have to edit the template or use CSS to hide it. Upvote 0 Downvote
N Ntown Well-known member Sep 1, 2020 #3 Brogan said: You would have to edit the template or use CSS to hide it. Click to expand... I'm guessing it's something on forum_view? Upvote 0 Downvote
Brogan said: You would have to edit the template or use CSS to hide it. Click to expand... I'm guessing it's something on forum_view?
N Ntown Well-known member Sep 1, 2020 #4 I just added this to forum_view and it worked. Code: <xf:h1 hidden="true" /> Upvote 0 Downvote Solution
N Ntown Well-known member Sep 1, 2020 #5 @Brogan Won't hurt my feelings if you delete, but maybe this can help someone else? I never saw idiot-proof instructions elsewhere. Upvote 0 Downvote
@Brogan Won't hurt my feelings if you delete, but maybe this can help someone else? I never saw idiot-proof instructions elsewhere.
P Paul B XenForo moderator Staff member Sep 1, 2020 #6 Ahh, you mean the node title - for some reason I thought you meant the thread titles Upvote 0 Downvote