Add support for bootstrap tooltip

Hello,

Having a support for tooltipwould be awesome. In the component panel things should be all option needed to fully customize tooltip without adding tag by hand !

Official Doc : https://getbootstrap.com/docs/4.1/components/tooltips/

+1 i need this too

+1 me too!

Apparently, the toolstips are there (very bottom of your page), it's just that there is a script error when you hover of the tooltip.

jquery-3.2.1.min.js:4 Uncaught TypeError: f.getClientRects is not a function
    at r.fn.init.offset (jquery-3.2.1.min.js:4)
    at Object.getWithinInfo (jquery-ui.min.js:6)
    at r.fn.init.e.fn.position (jquery-ui.min.js:6)
    at e.(anonymous function).(anonymous function)._open (https://code.jquery.com/ui/1.11.4/jquery-ui.min.js:13:10346)
    at e.(anonymous function).(anonymous function)._open (https://code.jquery.com/ui/1.11.4/jquery-ui.min.js:6:7987)
    at e.(anonymous function).(anonymous function)._updateContent (https://code.jquery.com/ui/1.11.4/jquery-ui.min.js:13:9680)
    at e.(anonymous function).(anonymous function)._updateContent (https://code.jquery.com/ui/1.11.4/jquery-ui.min.js:6:7987)
    at e.(anonymous function).(anonymous function).open (https://code.jquery.com/ui/1.11.4/jquery-ui.min.js:13:9414)
    at e.(anonymous function).(anonymous function).open (https://code.jquery.com/ui/1.11.4/jquery-ui.min.js:6:7987)
    at HTMLButtonElement.r (jquery-ui.min.js:6)
    at HTMLButtonElement.dispatch (jquery-3.2.1.min.js:3)
    at HTMLButtonElement.q.handle (jquery-3.2.1.min.js:3)

BSS 3.3.7 it works but BSS 4.1 it's broken. I think maybe an updated jquery might fix it? (3.3.1)

Adding the jquery migrate sort of helped some https://code.jquery.com/jquery-migrate-3.0.0.min.js it allowed the tooltip to appear near the button but not in the right position, but at least not at the very bottom of your page :) and there is no longer a script error.

The tooltip while it's supported by Bootstrap you have to enable it yourself but adding in the data- attributes etc.. and the little bit of JS enabling code.

Saj

BBS Devs, You should really try to put some captcha or limit the registration process by using licence key :( It's sad to read all these scams on this forum

@Alexandre +100000! I've been telling them that for 2 years, no love so far on that though :/

It's not the first time I see that. Many people here maybe doesn't know it's scam and give their credentials :/

Sorry for the spam posts. We try to keep them under control. Captchas are no use - these are real people who register, validate their email by clicking a link and then pasting spam replies.

Limiting forum registrations only to users with a license key is an interesting idea. This would prevent people who are curious about the app from registering, but maybe they should be contacting us through our contact form anyway? Still haven't decided on this.

One way to combat the "Curious" people is to keep one Forum open for Visitors questions that would be open to all. This would mean that they could ask questions there if needed and the rest of us could "choose" whether or not we wanted to view all the spam or not lol. This would at least limit the spammers to one forum instead of letting them spam anywhere they want to as it is now. Then make all the rest of the forums for paid users only. That is a typical setup for lots of online business forums to help combat the spammers.

The idea though would still be to make everyone register because you can gather email addresses and IP's to block them if needed. Without registration many times you are out of luck trying to catch them. Just that you would need another group setting for paid users and you would need to either do something with that on an automatic basis for setting the Paid account flag or have someone be monitoring forum registrations to set it for those that purchase. Either way it would be a very welcome thing for the rest of us and i'm sure for your spam monitors too so they only have to monitor one forum for spam instead of all of them.

Just to update, the script error I was getting is because I have jquery-ui included. Which I need but it's what causes the script error, when it's removed the tooltips work.

As to having a component, I'm not sure how useful that really is. As anything technically can have a tooltip applied to it. It it's self is not a component. The only way I can see the Dev's to do is add a section in the Options pane to nearly every component because you can set a tooltip to anything.

Saj

Hello Martin,

As Jo said, limiting visitors only to one or two forums will limit the spam. I know that putting a captcha will not spam all spammers, but mostly. Should we move this discussion in a separate thread ?

Hello Saj,

That's what I asked for, not a separated component. I've just asked options in the component panel (where background, color, etc... options are). Sorry for the misunderstanding !