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...
This add-on allows users to download audio files.
Audio files can be uploaded to posts, conversations and resources. The supported formats are .mp3 and .ogg
Features:
Options
Allow audio uploads with maximum file size
Permissions
Upload audios to posts
Upload audios to conversations...
Hi,
I'm migrating from PHPBB3.1 to Xenforo. Everything was smooth on the migration Xenforo 2 (latest version).
On the PHPBB forum I had some customs BBcodes to allow the display of the video on the topic.
However on Xenforo there is no need! This is very good and easy.
I removed the...
We recently upgraded and I'm seeing the following behavior.
When a user wishes to insert an image into a post that they had uploaded to Imgur, they typically would (on the Imgur page for the image) click "Get Share Links", then "BBCode (Forums)" and copy/paste that BBCode - this is what we've...
I created a small addon that adds an extra option to the TABLE BB code.
This works fine, but the problem is that when you are in the BB code editor and switch view (toggle BB code), the extra option gets stripped.
So when you have:
Header 1Header 2
Content 1Content 2
...the 'collapse' part...
Recommended addons
If Threadmarks Pro (paid) add-on is installed&active, these will automatically create a threadmark in the defined category (see 'Threadmark category Id' option) when a moderator only bb-code is used.
If SVG Template (free) add-on is installed&active, an SVG icon is added...
BB Code editor insists on wrongly finishing SPOILER before LIST.
Here's an example BB Code after being processed by the "editor":
First item
More
Stuff
[/LIST]
This renders an empty bullet point right after SPOILER ends. No matter how I manually correct the BB Code, the editor insists on...
This add-on is shared with the Xenforo community for free without branding.
Donations are welcome by just liking this add-on or leaving a nice review, that's all! :love:
By default all BBcode tables are full width (100%) with XenForo 2.1 / 2.2.
This add-on makes it possible to use full or...
Hiding content with certain users.
How to use?
The message become to hidden
Permissions:
Set permission to certain user groups can use this bb-code
Options:
Selected groups which can see the hidden content
Dear Community,
actually the photo-button in the editor toolbar is missing and I can't find the settings to enabled the bbcode for gallery media.
All the gallery embed bbcode in the posts aren't parsed as well.
This addon gives users the ability to hide their content using BBCode.
This addon requires version 2.1 of XenForo
Features:
Six different BBCode to Hide Contents.
UserGroup permissions
TAGDESCRIPTION
[HIDE]This tag is associated with [HIDEREPLY] for the moment.
[HIDEREPLY]...
Do not forget to rate it. This helps others to make decisions. If you have any ideas or suggestions don't hesitate to contact with me.
You can Embed all online readable PDF files in to your board via custom BB Code.
Usage:
NOTE: PDF Link must be ended with [.pdf]
Instructions:
Upload...
In XFMG\BbCode\Gallery::renderTagSimple, when rendering simple or email HTML for media or album galleries, the link is built using relative URLs rather than full URLs as required for links views externally.
Can I suggest that line 118 (v2.0.4) be changed to: $link =...
Description
This addon makes code bbcode and code editor way more functional by adding copy, expand, collapse buttons, resizer bar, code line numbers and ability to highlight lines.
This is an open source addon. Visit GitHub repository for source code.
All my addons are free...
But if you...
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...
Nice four BBcodes for your Staff members and extra two for all your users from www.PijaniTvor.com.
Nothing new, nothing big, but I like it, and maybe you will like it too.
This addon contain six bbcodes:
Info
Help
Warning
Important
Edit
Offtopic
All you have to do:
copy text from Staff...
Create a Notification BB Code to show special colored boxes, with fontawesome icons.
Features:
Allowed bbcode.
Allowed [INFORMATION] bbcode.
Allowed [SUCCESS] bbcode.
Allowed [WARNING] bbcode.
Customized box color.
How to use:
Create new post and put
Code:
[ERROR=Test title]Test...
Hello,
I am looking at merging a rather large community 1 million+ posts from phpBB to Xenforo. However, I've run in to some issues with 2.0 and BBCodes with multiple options, I knew roughly how to do it in Xenforo 1.x but I've had no luck doing it in 2.0
Basically an example of one the most...
XF 2 provides a code event to listen to when a BB code renderer object is created ("bb_code_renderer", fired in the $container->factory('renderer') closure). Analogously, there should be a "bb_code_processor_action" code event fired in the $container->factory('processorAction') closure. This...