MyBB Community Forums

Full Version: OUGC Tooltip
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
OUGC Tooltip

[Image: attachment.php?aid=43855]

Description
Allow users to post keywords and definitions which will be displayed as tooltips in a fancy way.

Minimum Requirements
  • MyBB 1.8.24
  • PHP 7.0.33
  • PluginLibrary 13

Pricing
  • $15.00 USD per item.

Payment Method
Only PayPal and BTC (cryptocurrency) payments are accepted.

Contact Method
License Summary
Please read the OUGC.Network EULA for a full license. A short summary is added below.
/***************************************************************************
	This program is protected software: you can make use of it under
	the terms of the OUGC Network EULA as detailed by the included
	"EULA.TXT" file.

	This program is distributed with the expectation that it will be
	useful, but WITH LIMITED WARRANTY; with a limited warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
	OUGC Network EULA included in the "EULA.TXT" file for more details.

	You should have received a copy of the OUGC Network EULA along with
	the package which includes this file.  If not, see
	<https://ougc.network/eula.txt>.
****************************************************************************/

Features
  • Allow users to format tooltips in posts using the [tooltip=key]description[/tooltip] MyCode.
  • Uses the template system for easy customization.

Included in Pack
  • One plugin copy.
  • English language pack.
  • Installation or setup is not included.

Check the official page for more information.



* OUGC.Network now accepts both PayPal and CoinPayments as payment methods using the online automatic store.
Thanks Omar for this plugin.
This plugin changed look of my threads and very easy to get information within threads.
There is fast opening of tooltip items even if there are many tooltips in the thread.
Recommended who loves tooltip in their board.
+1.
Hey Omar,
Can the header for tooltip be specified a seperate value from the key?
[tooltip=key]description[/tooltip] 
This seems interesting.
Hi, thank you for your comments both.

@WallBB, the key becomes the header of the tooltip, so I think the answer is no, you can not set both a key (to display in post) and a header (something else that displays as the header text).
I really like this idea. A few questions:

From where does it pull its data (looks like Wikipedia?), and can this be configured? And can different data sources be configured, perhaps based on different criteria - as a kind of obscure example, if a formula is detected, then the data source is auto-set to Wolfram Alpha rather than Wikipedia - or selectable via an option to the tooltip tag?

Also, does it depend on an explicit tag, or is it possible to, say, select text, and have the pop-up appear based on the selected text?
The data is pullet from user input, in the description I used ([tooltip=key]description[/tooltip]) description would be the user input.

I think it is more limited to the concept you are pondering 😅