Drop Down Menu Tooltip
Jump to navigation
Jump to search
![]() |
The mod Drop Down Menu Tooltip needs a new support person since the original mod developer or subsequent developers are no longer available to support the mod | ![]() |
![]() |
Downloads of Drop Down Menu Tooltip are restricted to logged in users. If you do not have a user account on the TNG Wiki use the Request Account link to request a user account | ![]() |
![]() |
If you have trouble downloading with Google Chrome, Vivaldi, Brave or other Chromium based browser, try using a right-click and select Open in new Window, then F5, or use another browser such as Firefox | ![]() |
Drop Down Menu Tooltip. | ||||||
---|---|---|---|---|---|---|
Summary | Add tooltips to drop down menu lists. | |||||
Validation | This mod is XHTML compliant.![]() | |||||
Mod Updated | {{{mod_last_update}}} | |||||
Download link |
dropmenu_add_tooltip_v10.0.3.2.zip
| |||||
Download stats | See download statistics | |||||
Author(s) | Jeff Robison | |||||
Homepage | Drop Down Menu Tooltip (This page) | |||||
Mod Support | TNG Community Forums | |||||
Contact Developer | My Mod Support | |||||
Latest Mod | 10.0.3.2 | |||||
Min TNG V | 9.0.3 | |||||
Max TNG V | 12 | |||||
Files modified | genlib.php | |||||
Related Mods | ||||||
Notes |
Purpose of the mod
Add tooltips to drop down menu list items.
- Should have no effect on personal drop down menu modifications.
Developer
This mod was developed by Jeff Robison.
* View all mods by Jeff Robison
Requirements
- Knowledge of TNG code editing or willing to dive in.
- A working TNG installation. The automated installation release was tested at TNG Version 9.0.3+.
- An installed current version of the Mod Manager.
Automated Installation
- Download dropmenu_add_tooltip_v9.0.3.0.zip. Upload and Extract to the mods folder.
- Follow the normal automated installation for Mod Manager, as shown in the example Mod Manager - Installing Config Files to install tngddmenu_add_tooltip_v9.0.3.0
Syntax
Change for example in genlib.php....
$menu .= tngddrow(getURL( "surnames", 0 ), "surnames-icon", "", "surnames");
To....
$menu .= tngddrow(getURL( "surnames", 0 ), "surnames-icon", "", "surnames", "tooltip text");
To use custom text change to.....
$menu .= tngddrow(getURL( "surnames", 0 ), "surnames-icon", "", "surnames", $text['tooltip text']);
If you want to change the target change to.....
$menu .= tngddrow(getURL( "surnames", 0 ), "surnames-icon", "", "surnames", "tooltip text", "target");
In the event of a problem
- Try using the Mod Manager Remove capability
- Contact me through My Mod Support.
Sites using this mod
If you download and install this mod, please add your TNG site to the table below:
URL | User | Note | Mod-Version | TNG-Version | User-language |
---|---|---|---|---|---|
Robison and Blythe Genealogy | Jeff Robison | Public site | V10.0.3.2 | TNG V13.0.2 | EN |
Whittlesey-Whittelsey Family History | Willis S Whittlesey III | Public site | V9.0.3.0 | TNG V9.2.0 | EN |
Chamberlain & Eidenbenz Genealogy | Graham Chamberlain | Public site | V10.0.3.2 | V12.0.1 | EN, FR, DE, NL, ES |