Ðăng Nhập

View Full Version : Better Tooltip - Text Enhancement [BBCode]



admin
24-10-2010, 03:34 PM
This BBCode allows you to put some extra text in a popup window.

Installation:

Step 1:
Upload "tTip" folder to your forums root.Step 2: In vBulletin Control Panel: Custom BB Codes -> Add New BB Code

Title: Better Tooltip
BB Code Tag Name: tTip
Replacement:

<a class="tTip" title="{option}">{param}</a>

Example: Good Morning!
Description: This BBCode allows you to put some extra text in a popup window.
Use {option}: Yes
Button Image (Optional): tTip/theme/images/ttip.png

Step 3: Open header template.

Find:

<div class="above_body"> <!-- closing tag is in template navbar -->
<div id="header" class="floatcontainer doc_header">

Add before:

<link href="tTip/theme/style.css" rel="stylesheet" type="text/css" media="all" />
<script type="text/javascript" src="tTip/js/jquery-1.3.1.min.js"></script>
<script type="text/javascript" src="tTip/js/jquery.betterTooltip.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('.tTip').betterTooltip({speed: 150, delay: 300});
});
</script>

Screenshots:
http://img.photo.zing.vn/file_uploads/gallery/1024x768/2010/10/24/03/19551287909226.jpghttp://img.photo.zing.vn/file_uploads/gallery/1024x768/2010/10/24/03/15501287909231.pnghttp://img.photo.zing.vn/file_uploads/gallery/1024x768/2010/10/24/03/95031287909237.pnghttp://img.photo.zing.vn/file_uploads/gallery/1024x768/2010/10/24/03/34821287909242.png