TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

April 19, 2024, 05:34:18 AM

Login with username, password and session length
Members
  • Total Members: 3,885
  • Latest: Growner
Stats
  • Total Posts: 195,164
  • Total Topics: 21,219
  • Online today: 266
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 0
  • Guests: 153
  • Total: 153

wz_tooltip

Started by Kazie, April 13, 2009, 05:43:11 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Kazie

Hello.. yesterday i started exploring the possibilities with TP on my SMF forum..

and i managed to make 2 blocks for wow, with some code from these forums.. They work fine, however the blocks need wz_tooltip in order to function properly, as the varying information comes from the tooltips.

The tooltip is from here: http://www.walterzorn.com/tooltip/tooltip_e.htm

But i have been unable to make it work so far.

Can anyone tell me where to put the files
and what line, in what file, to put the load script.

i hope you can help me.

Thank you in advance

- Kazie

Kazie

Never mind.. figured it out with the help of Raugturi!

- Kazie

ZarPrime

Glad you got it solved.  topic marked solved. :up:

ZarPrime

shadrach

Any chance you could post the solution for others that know so that it doesnt need to be asked over and over?

Kazie

Off course..

You have 3 files:

tip_centerwindow.js
tip_followscroll.js
wz_tooltip.js

These I have placed in a folder called "Includes" located in the root folder of the forum.

Then open "Themes/Default/Index.template.php" and search for <body> and add this script on a new line:

<script type="text/javascript" src="Includes/wz_tooltip.js"></script>

So it looks like:
<body>
<script type="text/javascript" src="Includes/wz_tooltip.js"></script>


I hope it helped you, it sure did for me.

Sorry for not beeing too good at at explaining this. I hope you can bare with me :)

- Kazie

shadrach

Thanks, just what I needed.

Kazie