Orit
Active member
In addition to this:
Is there a way to hide the spoiler tooltip in one specific template?
I added this:
to the
With the title empty, it currently shows a sort of tooltip:
Thanks!!
Add-on - Seeking custom Stylised Spoiler BB code Add-on.
Hi there, I am seeking an add-on to implement custom bbcoded spoiler and line break designs. I have attached some images of what we would like below. Xenforo 2. Open to Quotes. This should be a fairly simple job. We just want it to match our existing website theme (decus). Example Spoiler...
xenforo.com
Is there a way to hide the spoiler tooltip in one specific template?
I added this:
HTML:
title="{{ $xf.reply.template == 'my_template' ? '' : phrase('click_to_reveal_spoiler') }}"
bb_code_tag_spoiler
template and managed to hide the title, but how can I hide the tooltip all together?With the title empty, it currently shows a sort of tooltip:
Thanks!!