BbCodes & Buttons Manager - Advanced Bb Codes Pack

BbCodes & Buttons Manager - Advanced Bb Codes Pack 3.7.2

No permission to download
@sweetfoo, check the Bb Code options separator in the Bb Code option. It should be: |
You, sir, are a scholar and a gentleman. It was set to default as ",". Thank you so much for helping me with this!

Edit: Oop! One last question, sorry! Is it possible to make sliders not switch pages when the body is clicked? I put an accordion slide into a slider and clicking on one of the tabs inside of it switches the page, although it does open the tab.
 
Last edited:
Edit: Oop! One last question, sorry! Is it possible to make sliders not switch pages when the body is clicked? I put an accordion slide into a slider and clicking on one of the tabs inside of it switches the page, although it does open the tab.
This would require a Javascript edit. Not very hard to do (file - line 157 - change true to false // minify the all js to replace the minified parent version).

I will try to remember to make it as an option in a futur release.
 
Hey,

I have a problem with the slider.
First the image was not visible because of the permissions for attachments, now he got the permission for but now has the message changed to "loading.." and the image is still not visible.
As admin with all permissions I can see it.

Where is my mistake? :(
 
@Slind, in the next version there will a few modifications about the message displayed.
You can check one of this addon options called "Try to get attachments outside the viewing post", you can select on yes if you want to try.
You can also install this addon: Image Attachment Optimization & CDN Support so your guests can access images

By the way, I've finished to make these Bb Codes compatible with mobile devices. I still have to check the Quattro User Interfaces. I've cleaned the code, delete old parts and drop the support of the stock editor on XenForo 1.1.x. For those who are using this addon with TinyMCE Quattro, you will have to update to the last version of it (not yet released).

It will also require the last version of the Bbm.

@sweetfoo, the autoclick mode could now be be disabled (just use noclick inside the Bb Code options).
 
Hm, what exactly doing the options?
The option "Try to get attachments outside the viewing post" will try to do what its name was supposed to describe.
Install the addon I recommended in my previous post.

The Tabs BBcode get destroyed with the XenCerta wiki addon. Who can fix this? You or the XenCerta? :/
I don't use this addon and if his developer is not easy to contact. May be the page view is not available from his addon which prevent bb codes which are using templates to be fetched. I can't say for sure, sorry.
 
P.S :

Maybe it would also be nice to have the tag lazyload the images when they enter the viewport.
Something like Unveil.js would be perfect for this.

Although a lot of people would probably want this either as a separate BBCode or an option for the [img] one, an option to make it the default behaviour of [img] would also be nice.
 
Maybe it would also be nice to have the tag lazyload the images when they enter the viewport.
Something like Unveil.js would be perfect for this.

Although a lot of people would probably want this either as a separate BBCode or an option for the one, an option to make it the default behaviour of [img] would also be nice.
It might be a good idea to suggest to XenForo developers. The solution I've tried in the spoilerbb code only works with it and with iframe (ie: youtube) and img elements. It's using a regex callback to target those elements, modify the source, add the OnlyJs class to them and add a noscript fallback to stay compatible when JavaScript is disabled in the browser.
 
I don't use this addon and if his developer is not easy to contact. May be the page view is not available from his addon which prevent bb codes which are using templates to be fetched. I can't say for sure, sorry.
What I dont understand that the wiki breaks the BBCode in a thread and not in a wiki page, I dont know what happens if I use it in the wiki.
 
an
For the tabs: there's a h2 tag inside the tab titles. It shouldn't be there.
For the slider, visitor can't see attachments. See then the first paragraph of the FAQ.
any idea why the wiki adds h2 on the forums but not in the wiki it self ?
 
an

any idea why the wiki adds h2 on the forums but not in the wiki it self ?
  • The link above is a link to a thread. Visitors don't have access to the Wiki.
  • The template of the tabs Bb Code is: sedo_adv_tabs. There's no h2 tag here. Check your message code (using the Bb Code editor) to see if you don't use a h2 Bb Code in the title of tabs. If you don't, sorry but this h2 tag doesn't come from this addon.
 
  • The link above is a link to a thread. Visitors don't have access to the Wiki.
  • The template of the tabs Bb Code is: sedo_adv_tabs. There's no h2 tag here. Check your message code (using the Bb Code editor) to see if you don't use a h2 Bb Code in the title of tabs. If you don't, sorry but this h2 tag doesn't come from this addon.
I fixed it with the extra.css now. The slider is also fixed with the addon from above.
The only problem I have now is that the wiki looks like so if I use the same source code from the thread:
http://i.imgur.com/hdoPpae.png
 
Back
Top Bottom