Hi
I noticed that the HTML output of Custom BB Code isn't displayed in mail notifications at all, instead it displays the BB Code syntax. I checked older mail notifications before I upgraded to 2.3 and apparently this has never been working. Do you consider this "working as designed" or is it...
Shortcuts STRG + Y for bbCode icode
Adds a keyboard shortcut to XenForo, allowing users to select text and wrap it with BBCode icode using CTRL+Y.
Support in deutscher Sprache auf www.xencafe.com
Simple addon with a single function: to copy text from a bbCode Code text field. Built and tested with XenForo 2.3. Since it works without jQuery using pure JavaScript, it may also run with 2.2, as long as the template replacements are compatible.
The older <i> method does not work. I've tried using the <xf:fa> and that doesn't work either. For example, this produces nothing:
<xf:fa icon="fas fa-yin-yang"></xf:fa>
The above is used in a custom BB code:
<xf:fa icon="fas fa-{text}" />
I encountered an issue with the disappearance of the BBcode icon bar/Editor since I installed an addon from [Xen-Soluce] Hide BB Code. Even after removing the addon and its associated files, the issue persists. I attempted to rebuild my entire server file, but the problem remains. I am not own...
Hi,
I'm trying to create a custom BB code for Tidal, and I already got it working for tracks using this match url https://tidal.com/browse/track/{$id:alphanum} and using this code:
<div class="bbMediaWrapper" data-media-site-id="{$siteId}" data-media-key="{$id}">
<div...
I'm not sure when this changed, but in the past, code blocks would disable parsing. This would allow me to provide raw bbcode as a sample.
I would expect the same behavior we see with icode to be present in code blocks, but in reality what happens is icode disables parsing and code does not...
Does anyone know how to do this? (Color table backgrounds on posts.) not a Styles question. More a BBCode question. How do I clone this IPB post to XF...
Is it possible to have different toolbars per user group?
I need maximum bbcode options available to me for creating articles and such. But, a very limited toolbar for most users for creating threads.
I'm not seeing how this is possible. Is it possible to secure individual bbcode functions by...
Addressing the Poor Visibility of the Inline Spoiler BB Code
Currently, the inline spoiler bbcode does have poor visibility due to its styling choices as it uses text-shadow for the blurring effect. That is inconsequential within the inline spoiler CSS as smilies get blurred with the filter...
Hi Guys.
I want to add more protocols to the URL-BB Code Tag. I look in src/XF/BbCode/Renderer/Html.php an found protected $allowedUrlProtocolRegex = '#^(https?|ftp)://#i';
so i try to add other protocols like steam:// or meta://
protected $allowedUrlProtocolRegex =...
Dear Sir/Madam,
I've been searching but haven't found an answer for the specific question I've, maybe I made the wrong queries... hope anyone can throw me some light or point me into the right direction.
I've created a custom add-on for some custom BB Codes along with some dialogs for helping...
Hi guys!
I need to write pages in Xenforo and edited them in MS Word.
I realised it it won't work properly because I need BBCodes, editing everything manually is a pain.
What's the best way to do it?
Is there any BBCode editor that I can use and copy out the right format?
Or convet it...
Consider you want to create a bbcode [myraw] which does nothing. In order to prevent simlies and nested bbcodes rendering, you check the following checkboxes in "Advanced options":
But user mentions will still work inside our custom bbcode but they should not (since we have checked "Disable...
I want to do something like
if featured image present show featured image
else if thread first post message contain Media='youtube' tag show bbcode
else show website logo
For both XF 1.5 and XF 2.1, I've modified the youtube bbcode media template to serve the default youtube image thumbnail rather than load all the script/video assets on initial page load for better page speed. Example at...
Anyone care to explain what is the difference and relationship between those two classes?
Talking about \FX\BbCode\Renderer\Html and \FX\Html\Renderer\BbCode.
Hi everyone, n00b here (actually ex-vBulletin convert!), so be gentle :)
I want to add a BBCode button command to my forum's text editor box that will roll up this bit of code:
<p style="color: #54acd2; font-size: 26px;"><strong></strong></p>
and apply it to selected text. It's for header text...
Hello! I run a large programming forum and we're using Xenforo 2.1. The ability to format and colour code from different languages in posts is great, but I'd like to expand the available list to include other languages and correctly format them. However I can find no information on how this...