It is now possible to provide mouseovers (tooltips) for items on ZAM's sites for:
To do so, simply add the following html to your site:
<script type="text/javascript" src="http://zam.zamimg.com/j/tooltips.js"></script>
The best placement for this is right before the </body> tag. Anywhere inside <body></body> will work, though.
Check the installation instructions if you want a detailed walkthrough.
Fansites and guild/linkshell/kinship sites and forums as well as other sites who provide news for the games that the tooltips support but don't have a database. It isn't limited to that, though. Anyone is welcome to link to our items and have have our tooltips displayed as a mouseover.
- Check out How to use for an in-depth walkthrough.
By adding the script tag above, each page with the tag added will check the HTML in the page it is displaying. When it detects a link to a ZAM item that we display mouseovers for, your site will automatically display them.
Not all possible ways are documented here but the list will grow over time, if you wish to add installation instructions for a website platform, add the instructions to the Feedback Forum.
Confirmed it can work in Mediawiki 1.15 & 1.16 but you'll need access to the raw files.
- Works in Firefox and Chrome Browsers.
- Open up the file manager / FTP client you prefer using.
- Open the "Skins" folder.
- Open in Code Edit/a html editor the file with the name of your skin "Vector.php / Monobook.php e.t.c" thats housed in the "Skins" folder.
- Find the line with "</body>" ''Aprox Line 500 - 600 depending on your previous customisations.
- Add before this line <script type="text/javascript" src="http://zam.zamimg.com/j/tooltips.js"></script>
- Save changes onto your website.
- You now have ZAM Tooltips enabled.
Confirmed
- Works in Firefox and Chrome Browsers.
- Login to Administrator Section
- Go to Extension > Module Manager
- Click "New"
- Click "Custom HTML" then "Next"
- Fill out these Fields
- Title: ZAM Tooltip
- Show Title: Click No
- Posistion: Footer
- Order: 2:: Footer
- Custom Output: Click the little icon "html" that opens a new window to edit html source
- Custom Output: add <script type="text/javascript" src="http://zam.zamimg.com/j/tooltips.js"></script>
- Click Save
- You now have ZAM Tooltips enabled.
Confirmed for Version 3.0.1 (instructions are in default view and may be graphically slightly different in a custom theme.
- Works in Firefox and Chrome Browsers.
- Login and Access Admin Panel
- Click "Appearance" then "Editor" in sidebar
- Click on "Footer.php" on the right side
- In The text edit box find "</body>"
- Before this line make a new line with <script type="text/javascript" src="http://zam.zamimg.com/j/tooltips.js"></script>
- Click "Update File"
- You should now have ZAM tooltips functioning after you clear your cache.
Confirmed for Version 6.19
- Works in Firefox and Chrome Browsers.
- Admin Login
- Click Administer > Site Site Building > Blocks
- Click "Add Block" and:
- Block description: ZAM Tooltip
- Block body: add <script type="text/javascript" src="http://zam.zamimg.com/j/tooltips.js"></script> to the text area.
- Click "Input format" and click the button for "Full HTML"
- Click "Users cannot control whether or not they see this block."
- Click Save Block
- Now move your ZAM Tooltip block to under the Footer Heading and make sure the drop down menu says "Footer"
- Click "Save Blocks"
- You should now have ZAM tooltips functioning on all pages after you clear your cache.
Confirmed 3.0.7
- Works in Firefox and Chrome Browsers.
- Open up the files via FTP
- go to "styles/themename/template/overall_footer.html
- find the line with </body> should be one of the last lines of code.
- before this line add <script type="text/javascript" src="http://zam.zamimg.com/j/tooltips.js"></script>
- Save file
- You should now have ZAM tooltips functioning on all pages after you clear your cache.
On the .html page you wish to have the ZAM tooltips
- Works in Firefox and Chrome Browsers.
- Find </body>
- Before this line, in its own line add <script type="text/javascript" src="http://zam.zamimg.com/j/tooltips.js"></script>
- You now have ZAM tooltips enabled for this html page
- You must do this to every static html page you wish to have ZAM tooltips on
Below will be how you can create links that work with the tooltip system, feel free to copy the text below and use it on your site as a guide for your users to use as a reference.
Raw Link Code: | [http://war.allakhazam.com/db/item.html?waritem=402307 Purloined Gown] |
---|
Creates: | Purloined Gown |
---|
- Open the article in edit view
- select or create the text you want the tooltip link to be.
- Click the Url link button.
- Add into the "Link URL" text box the full url, in this case it is: http://war.allakhazam.com/db/item.html?waritem=402307
- Save the article.
- You should now have a functioning ZAM Tooltip when you hover over the link.
Joomla Forums
Raw Link Code: | [url=http://war.allakhazam.com/db/item.html?waritem=402307]Purloined Gown[/url] |
---|
Creates: | Purloined Gown |
---|
You can use the
Raw HTML code below, but make sure raw html option is chosen.
Raw Link Code: | [URL="http://war.allakhazam.com/db/item.html?waritem=402307"]Purloined Gown[/URL] |
---|
Creates: | Purloined Gown |
---|
You can use the
Raw HTML code below, but make sure raw html option is chosen.
phpBB 2.0 & 3.0
Raw Link Code: | [url=http://war.allakhazam.com/db/item.html?waritem=402307]Purloined Gown[/url] |
---|
Creates: | Purloined Gown |
---|
- You can use the Raw HTML format if you can "untick" the option called "Disable HTML in this Post"
Applicable to all web platforms have have raw html enabled. Raw Link Code: | <a href="http://war.allakhazam.com/db/item.html?waritem=402307" title="">Purloined Gown</a> |
---|
Creates: | Purloined Gown |
---|
Please direct any feedback or comments to the thread in our
Feedback Forum
This page last modified 2020-12-22 00:49:18.