Dr.osamA
01-02-2011, 10:00 PM
hi guys
Happy new year
As an example intended to find it in the MOD alra7ba.info (http://www.alra7ba.info/vb/forum.php) the reference to a member's name or any similar link
demo: alra7ba.info (http://www.alra7ba.info/vb/forum.php)
user : vBulletin
pass :123456
Available also illustrations in attachments
How work this modification:
After the addition of attached files and source code, this code shows you the balloon only about the links that are locked between the tag's
<a> and </a>
installation:
upload the files attached to path in vb root as is the following
clientscript/jquery/jquery.tools.min.js
clientscript/lo.js
And now we enter the ACP and look for headinclude template and add the following code to the end
<!-- Start code to show a demonstration by black balloon alra7ba -->
<script type="text/javascript" src="clientscript/jquery/jquery.tools.min.js"></script>
<script type="text/javascript" src="clientscript/lo.js"></script>
<!-- End code to show a demonstration by black balloon alra7ba -->
and save
then look for additional.css template and add the following code to the end
/* simple css-based tooltip-by alra7ba */
.tooltip {
background-color:#000;
border:1px solid #fff;
padding:10px 15px;
width:200px;
display:none;
color:#fff;
text-align:right;
font-size:11px;
/* outline radius for mozilla/firefox only */
-moz-box-shadow:0 0 10px #000;
-webkit-box-shadow:0 0 10px #000;
}
and save
Do not press the install, I do not care about this :D
But you can leave a response:rolleyes:
Enjoy;)
بالنسبة للاخوة العرب تجدون مع المرفقات شرح بالعربي
Happy new year
As an example intended to find it in the MOD alra7ba.info (http://www.alra7ba.info/vb/forum.php) the reference to a member's name or any similar link
demo: alra7ba.info (http://www.alra7ba.info/vb/forum.php)
user : vBulletin
pass :123456
Available also illustrations in attachments
How work this modification:
After the addition of attached files and source code, this code shows you the balloon only about the links that are locked between the tag's
<a> and </a>
installation:
upload the files attached to path in vb root as is the following
clientscript/jquery/jquery.tools.min.js
clientscript/lo.js
And now we enter the ACP and look for headinclude template and add the following code to the end
<!-- Start code to show a demonstration by black balloon alra7ba -->
<script type="text/javascript" src="clientscript/jquery/jquery.tools.min.js"></script>
<script type="text/javascript" src="clientscript/lo.js"></script>
<!-- End code to show a demonstration by black balloon alra7ba -->
and save
then look for additional.css template and add the following code to the end
/* simple css-based tooltip-by alra7ba */
.tooltip {
background-color:#000;
border:1px solid #fff;
padding:10px 15px;
width:200px;
display:none;
color:#fff;
text-align:right;
font-size:11px;
/* outline radius for mozilla/firefox only */
-moz-box-shadow:0 0 10px #000;
-webkit-box-shadow:0 0 10px #000;
}
and save
Do not press the install, I do not care about this :D
But you can leave a response:rolleyes:
Enjoy;)
بالنسبة للاخوة العرب تجدون مع المرفقات شرح بالعربي