The Arcive of vBulletin Modifications Site. |
|
Editor Toolbar Tooltips Details »»
|
|||||||||||||||||||||||||||||||
Overview: This simple mod allows you to provide more information in the mouseover tooltips of your editor toolbar buttons. For each button you wish to give more information, enter a separate line in the provided setting containing the BBcode tag name (including the square brackets), a more descriptive name for the tag, and then any addition instructions you wish to include. These 3 data should be separated by the pipe symbol ("|"). Updates: Version 1.1:
Compatibility: Tested and working on VB 4.2.x and should work on all 4.x versions of vBulletin. Backup/Warning: This product does not alter your database, however it is always good practice to make regular backups and you should make a backup before installing ANY new mod. As always, products are USE AT YOUR OWN RISK. I will provide support and do my best to help but no absolute guarantee is offered. To Install:
Support for this product can be found here: Download Now
Screenshots
Show Your Support
|
|||||||||||||||||||||||||||||||
| 2 благодарности(ей) от: | ||
| elsa23, In Omnibus | ||
| Comments |
|
#3
|
||||
|
||||
|
Very smart to make this mod. Before 2 years I have included info in tags where ever it was possible for me. Now with this, is very easy and I will include all others that I did not manage to do.
Questions: * How can I remove "This is our xxxxx tag." Which code I must delete from "Add Javascript Function" (I want to delete that line for my use) * Does this work for other bbcode tags? that they are integrated by default in vb like as bbcode (# CODE), (Quote) e.t.c. because I did not manage to find how. If it works to them to, I will try more. Thank you Mark for mod.
|
| Благодарность от: | ||
| MarkFL | ||
|
#6
|
||||
|
||||
|
Stratis, to remove that line, locate the line of code:
Code:
tags[n].title += (".\n\nThis is our " + tagdefs[m] + " tag.\n\n" + taginstructs[m]);
Code:
tags[n].title += (".\n\n" + taginstructs[m]);
|
|
#7
|
||||
|
||||
|
|
|
#8
|
||||
|
||||
|
Update - Version 1.1:
|
|
#9
|
|||
|
|||
|
hello,
i have noticed an issue here with a 4.2.5 im working with.... seems to only show the hover tooltip in quick reply now, and not normal adv editor.... any ideas? |
|
#10
|
|||
|
|||
|
thank you for the support on this at the other site i asked you before.....
by now i have another question tho....i have one button with a bit of a long description...i would like to add a line break in the middle, is that possible? no big deal just curious if there is an easy way |
![]() |
|
|