BbCodes & Buttons Manager - Advanced Bb Codes Pack

Unmaintained BbCodes & Buttons Manager - Advanced Bb Codes Pack 3.7.2

No permission to download
Version 3.5.1 released
  • Addon updated to be compatible with the new version of TinyMCE Quattro. This version will be published in a few minutes, but you must first update the Quote Me addon and the Bbm Advanced Bb Codes addon if you use them
  • Add an option if you want to disable the new TinyMCE menu integration (if you have enabled it in the TinyMCE Quattro addon)
bbmadvmenu.webp
Version 3.5.0.1 released
  • Fix the spoilerbb loading img/iframe method [ref]

You must update the Bb Codes (just import the bulk file) or if you prefer to do it manually, the spoilerbb Bb Code has now a template callback:
Code:
Sedo_AdvBBcodeBar_BbCode_Formatter_AdvBbCodes :: parseTagSpoilerbb
  • Like
Reactions: Gonanda
Version 3.5.0 released
Important :
  • The stock editor of XenForo 1.1 support has been dropped
  • The last version 2.5.x of the BBM is required
New :
  • Bb Codes should now work on small screens, same thing for TinyMCE Quattro UI
  • Several modifications in php, js & templates
P.S :
  • Like
Reactions: Gonanda
Version 3.4.3 released
  • Return of the "Tags highlight helper" (for MCE4)
    This requires an update of the BBM and TinyQuattro
  • Some XenForo phrases previously used with MCE3 has been deleted from XenForo. Reintegration of those.
  • Modification of the name of the main image of the Slider Graphic UI - Reason: AdBlock was blocking them. Thanks to @netrix

Note for MCE4 users: the Tags highlight helper is an orphan button that can be found in this directory: extras/1-XML BBCODES TinyMCE 4 - XenForo 1.2.x (to use with BBM). Its xml name is: "BBM_BbCode_@highlight_helper.xml".

Just import this file as an ordinary Bb Code and configure it in the button manager.

previewtaghelper.webp
  • Like
Reactions: KiF and Gonanda
Version 3.4.2 released
  • Fix two small bugs :
  1. One with the User Interface of BIMG Bb Code (JavaScript)
  2. One with the autolinking setting with the BIMG Bb Code inside the bulk bbcodes XML
    If you have already disable the autolinking, no need to import again the bulk xml

  • Like
Reactions: yavuz and Gonanda
Version 3.4.1 released
  • [Only on XenForo 1.2] bimg & slides Bb Codes dialog can now get attachments id on clicking on a thumbnail
  • The slides dialog has also a few other changes
This update requires the last version of TinyQuattro (for those who are using the Quattro dialogs).

Information: I forgot to mention it but users of XenForo 1.1 will have to import again the xml file after the upgrade to XenForo 1.2.

Attachments

  • adv11.webp
    adv11.webp
    31.2 KB · Views: 180
  • adv12.webp
    adv12.webp
    32.7 KB · Views: 174
  • adv13.webp
    adv13.webp
    22.8 KB · Views: 168
Version 3.4.0 released
And here were are :)
  • Compatible with TinyQuattro
  • All UI have been redone, especially the Slider/Tabs/Accordion one
    This UI is using an orphan button.
  • Many bugs have been fixed
A demo is available here.

Notes:

  1. the BbCode helper has not yet been converted.
  2. TinyQuattro should be install first I think, otherwise you might need to rebuild your templates to proceed to modifications.

I won't be there for the next days. So I recommend you to first test this addon on your dev board.

I will add some screenshots later.
  • Like
Reactions: Gonanda
Version 3.3.3 - Beta 4
This is a maintenance release. It has been available on Github for two weeks. It fixes the article template and a css.
Version 3.3.3 - Beta 3 released
  • This version adds a new"slider" Bb Code - demo is here.
  • This version is marked as "Beta" since I didn't have time (and motivation) yet to create a User Interface for this Bb Code (it has many options, so it will require some time)
  • This version modifies the way the "Tabs" Bb Code manage its height. Before the height was applied to the slide and not the container (which includes tabs)
  • This version modifies the way the "bimg" & "slider" Bb Codes gets attachments from their ID. This modification is internal. It should change nothing for you
  • Slave tags without content now works
  • For the record, the "tabs" & "slider" Bb Codes are using the jQuery Tools engine
  • You MUST update BBM to the 1.1.6 version
To update, don't forget to import the new Slider Bb Code. Its Bb Code xml file is in the extras directory. It's not included in the bulk Bb Codes xml file since I still have to make better examples.


SLIDER BB CODE INFORMATION:

slider.webp

  • Master tag commands (tag: tabs)
    • Numbers (with or without px): The width of text box (can't go over the limit set up in options) in pixels
    • Numbers with %: The width of text box (can't go over the limit set up in options) in percentage
    • Num1(px/%)xNum2: Set the width of the accordion box and the default height for all slides
    • Numbers with ms (3000ms): to set an interval between slides
    • fleft: block will float left
    • fright: block will float right
    • bleft: align the block to the left
    • bcenter: align the block to the center
    • bright: align the block to the right
    • cmd: to display slider commands (play & pause)
    • autoplay: to start the slider when the page is loaded (this command can be disabled)
    • num: to disable numeric tabs (below the slider) instead of bullet tabs
    • inside: to disable the 'inside' layout which will place all slider commands (previous/next slide, tabs, play/pause) inside slides
  • Slave tag commands (special bbcode: {slide})
    • text: Slide title
    • left or blank: title of the slide will be align to the left
    • center: title of the slide will be align to the center
    • right: title of the slide will be align to the right
    • top: to display the title with an absolute layout on the top
    • bottom: to display the title with an absolute layout on the bottom
    • open: the slide will be opened by default
    • Number (attachement id): will fetch the attachement by its id (must be an image) and will display it with a new large layout
      • With this layout another command exists: 'full'. It will stretch the image to the container but without respected the ratio
Version 3.3.2 released
  • Add a new Bb Code: "tabs"
  • Use the UI (user interface) of the Accordion Button
  • Demo (p.s: the server seems to be unavailable at the moment)
Tabs Bb Code specifications
  • Master tag commands (tag: tabs)
    • Numbers (with or without px): The width of text box (can't go over the limit set up in options) in pixels
    • Numbers with %: The width of text box (can't go over the limit set up in options) in percentage
    • Num1(px/%)xNum2: Set the width of the accordion box and the default height for all slides
    • fleft: block will float left
    • fright: block will float right
    • bleft: align the block to the left
    • bcenter: align the block to the center
    • bright: align the block to the right
  • Slave tag commands (special bbcode: {slide})
    • text: Slide title
    • left: title of the slide will be align to the left
    • center or blank: title of the slide will be align to the center
    • right: title of the slide will be align to the right
    • open: the slide will be opened by default
  • Special function command
    {tab=id}Text{tab}: creates a link to a tab of the current Bb Code - id is numeric: 1 (first tab), 2 (second tab), etc.

To update:
Usual procedure + import the bb code bulk xml file but no need to check the override option.

Attachments

  • tabs1.webp
    tabs1.webp
    36.2 KB · Views: 51
  • tabs2.webp
    tabs2.webp
    67.6 KB · Views: 49
  • tabs3.webp
    tabs3.webp
    18.7 KB · Views: 48
  • tabs4.webp
    tabs4.webp
    11 KB · Views: 53
Top Bottom