BbCodes & Buttons Manager - Advanced Bb Codes Pack

BbCodes & Buttons Manager - Advanced Bb Codes Pack 3.7.2

No permission to download
Re:

  1. Import the Bb Codes bulk xml file (inside the "extras" directory) according to which version of XenForo & of the editor you are using. See here:
    adv11-png.50206

What if I'm not using TinyMCE? Which file should I be importing? I'm using the default editor on 1.2.
 
Re:



What if I'm not using TinyMCE? Which file should I be importing? I'm using the default editor on 1.2.
The ones for XenForo 1.2.x. I know this addon needs an update, especially to be compatible with responsive design, but I've got other things to do this month.
 
If I wanted to center spoilers, how would I go about doing it in bbm_bbcode_spoiler.css?

Something like this

2yudlds.png
 
@MKSwni
Please note the spoiler BbCode you're referring to is not part of this addon but just a demonstration BbCode provided with the Bbm addon. Now, to answer you:
edit the template "bbm_bbcode_spoiler.css" and try to add something like this:
Code:
.bbmSpoilerBlock {
   margin-left: auto;
   margin-right: auto;
   max-width: 300px;
}

.bbmSpoilerBlock div.type {
   text-align: center;
}

This is basic css, you can customize it as you want. The most important thing is to target this selector "bbmSpoilerBlock".
 
Is it possible to make the "fieldset" or "article" BBCode colored?
I would like to have users able to chose a title and border color and the container color, if possible. Also, is there a way to remove the word "fieldset" if there's no title?
Sorry, I'm incredibly new to coding and messing with this kind of thing...
 
Last edited:
@MKSwni
Please note the spoiler BbCode you're referring to is not part of this addon but just a demonstration BbCode provided with the Bbm addon. Now, to answer you:
edit the template "bbm_bbcode_spoiler.css" and try to add something like this:
Code:
.bbmSpoilerBlock {
   margin-left: auto;
   margin-right: auto;
   max-width: 300px;
}

.bbmSpoilerBlock div.type {
   text-align: center;
}

This is basic css, you can customize it as you want. The most important thing is to target this selector "bbmSpoilerBlock".

Thanks a lot! I was playing around but wasn't aware I had to target that selector. This really helped!
I really appreciate your speedy response and detailed assistance.
 
Getting an error when tying to import BBM_BbCode_MultiBbCodes_MCE4.xml:

The template "sedo_adv_accordion" doesn't exist.
Please enter a valid template name.

Please advise
 
Have you installed the addon first before importing the Bb Codes?

that was it, was in the middle of installation when my web hosting provider lost their backbone. It was down for over two hours. I went back later and discovered that I had done everything except install the XML.. thank you
 
Hi there! Thank you for this, great work!
However, I was having issues with the buttons appearing like the Alignment button but higher up.
Attached is what all buttons come out as. Thanks!
 

Attachments

  • Untitled.webp
    Untitled.webp
    12.2 KB · Views: 13
Hi there! Thank you for this, great work!
However, I was having issues with the buttons appearing like the Alignment button but higher up.
Attached is what all buttons come out as. Thanks!
These advanced Bb Codes don't have any icons for the XenForo Redactor Editor. But you can select your own icons inside the options of each Bb Bcode. They don't have either any user interfaces (ui). The available icons & ui are for the TinyMCE Quattro addon.
 
These advanced Bb Codes don't have any icons for the XenForo Redactor Editor. But you can select your own icons inside the options of each Bb Bcode. They don't have either any user interfaces (ui). The available icons & ui are for the TinyMCE Quattro addon.
Awesome! I got it all sorted out now thanks to your direction. Thank you very much for the quick response. :) To a good year!
 
Is it just me or do the sliders not work with both sizing and numerical tabs?

For example [slider=600x600|num] seems to cause the slider to lose all formatting as well as body text.
 
Guess I'm confused. The last BB Codes and Buttons Manager I have is 2.4.0.1. Is that a different add-on?
 
Is it just me or do the sliders not work with both sizing and numerical tabs?

For example [slider=600x600|num] seems to cause the slider to lose all formatting as well as body text.
I can't reproduce the problem. It's working fine for me.

Guess I'm confused. The last BB Codes and Buttons Manager I have is 2.4.0.1. Is that a different add-on?
This is an extension with advanced Bb Codes.
 
I can't reproduce the problem. It's working fine for me.


This is an extension with advanced Bb Codes.
Thank you for your response cclaerhout! I tried reinstalling the add-on but I am still getting the same results.
Here is what I am inputting
Code:
[slider=1000x600|num]

{slide=Test}Test test{/slide}



{slide}test{/slide}

[/slider]

And this is the result
rc6bgz.jpg


As you can see, the sizing as well as the numerical tabs are not working. I am using the Hydrogen theme by ******* on Xenforo 1.2.4. Any clue as to why this is not working?
 
Back
Top Bottom