As said in title. This can be reproduced here.
Just disable WYSIWYG (also called as "Toggle BB code") and try delete or save draft.
This is not a big problem if we're talking about saving draft (because editor saves draft periodically), but we can't delete a saved draft without toggling a BB...
Allows to hide content with BB-code for paid unlock.
Tag linked to unique hide identifier, what allows to use any amount of hidden fragments which needed to be unlocked separately.
Uses standard Payment Providers system for purchasing content.
Supported places with BB-code rendering:
Posts...
.the main goals of this addon are to:
Promote user interaction
Reward users who contribute
Monetize your forum
This add-on achieves this by adding BB-codes similar to spoiler tags which you use to limit who can view specific content.
Content can be hidden or displayed to users based on their...
I want to create a BB Code which returns the value of a certain simple custom user field.
I have a staff list as a thread on my internal Forum and I want to include the telephone number of the staff members. (Field ID "user_tel").
I figured I need to use the PHP Callback function on the BBcode...
Hello, everybody.
An interesting question has come up. Nobody worked out the solutions below?
1. There is bb code {text}
option is an optional parameter.
what need:
if option != 0, the output <span class="option">text</span>
if option = 0, the output of <span>text</span> (now <span...
Hi, There is any way to print thread custom field (Star rating) with BB code? I have a custom field called "rating" in a forum thread and i want to print it in the thread, any body help me with PHP callback.
Thanks.
Hello,
Actually I'm trying to do a BB code with my add-on, so I have some style properties with it but it didn't work when is use them in my code (HTML replacement). Like this :
<div class="myClass" data-channel="{text}" data-layout="property('myProperty')"></div>
Is this a bug or am I doing...
Hi,
I am trying to add a custom BBCode to be able to add a custom button with a link, this is what I have come up with so far:
BB code tag: btn
Title: Custom button
Replacement mode: Simple
Supports option parameter: Yes
HTML replacement: <p class="custom-button"><i class="fas...
Hi!
I have created a bb code media site with following settings:
(The "Use 'Match URLs' as PCRE regular expressions" checkbox is active)
Without question mark in URL it works fine:
Hovewer when I add the question mark nothing is showing (without any text except of this link it even...
Description:
With this add-on you can hide the content of spoiler [SPOILER] or code [CODE] BBcode with permissions by user group.
Features:
hide spoiler content and show text (phrased for easy edit and translate)
hide code content and show text (phrased for easy edit and translate)...
Editor & BB Code Manager
Description
Fully customize your XenForo Froala instance. Change your toolbar layout, enable and disable BB Codes, make use of the new table and background-color BB Codes, provide exciting new fonts for your users from your own server or external hosts. It's all in your...
I found an existing thread with something similar and managed to follow the solution there: https://xenforo.com/community/threads/allow-bb-code-formatting-in-thread-titles.116234/#post-1067714
However, this only allows for the default BB codes to be used: [B], [I], [U], [S], [SUP], and [SUB]...
I'm in need of additional types for ordered lists. As a result, I was hoping the following BB codes would work:
A]
First item
Second item
Third item
to output:
A. First item
B. Second item
C. Third item
a]
First item
Second item
Third item
to output:
a. First item
b. Second item
c. Third item...
I am trying to add PlayWire.com as a BB Code Media Site. I've added the Media Site ID, Site Title, Site URL, and the Embed code. Is there anything else I definitely need to enter for it to work? I've read everything here (https://xenforo.com/help/bb-code-media-sites/), but I don't understand...
Hello,
Please forgive me if I'm missing something. I have made a custom BB Code that is supposed to only accept numbers.
For instance, you'll put something like 1023982323 and it takes that number and uses it for a HTML class.
Whoever, there seems to be an issue in that, I'm unable to get...
I have some custom BB codes that used to stay in background while directly applying formatting to the text in messages. Say, an [H1][/H2] pair of tags would format text as a heading while hiding the tags themselves. This would work both when creating a message and when editing it.
After...
Thread titles is literature and as such they are subject to grammatical and typographical rules that often extend beyond plain text formatting.
The proper way to write H2O in a thread title is the same as in the body of a message: the numeral has to be a subscript. Then there are cases when...