jimango
03-30-2009, 09:06 AM
Hey what happend to the itemslinks?
I have up to now used the following solution to make mouseover links for items at my forum..
Now the links seems changed.. and i can no longer make mouseover images for items..
This is how i used to do it:
Thanks..
What i now did to make this work was to make an custom BBcode in phpBB3
This way i could add the custom html-replacement
This acctualy works now when i roll my mouse over =D
I did this as the new bbcode:
{TEXT1}
And this as the html-replacement:
<script type="text/javascript" src="http://aoc.yg.com/extern/tooltip.js"></script>
<a href="http://aoc.yg.com/item/{TEXT1}"
onmouseover="ShowToolTip(event, 'http://aoc.yg.com/etooltip/{TEXT2}')">{TEXT1}</a>
The things any member need to do now is:
Girdle of Vernant Fury
this will add and mouseover image for the Girdle of Vernant Fury.
The number of the item will have to be copied from the imagelink found at the items location at aoc.yg.com
The only thing i now have to do is make the link work to ur site
But i have not time to find out now, will update post when i do.
Or if u want to enlighten me, feel free =D
the thing is that i want only the name of the item showing, not the "/somekindofnumber" after name. =D
jimango
The links now look like:
http://aoc.yg.com/tooltip?h=bnay6ylY
instead of the old:
http://aoc.yg.com/tooltip/Helm-of-Vernant-Fury/3b23b591f6a62324a0682de5cad41bf5d/0
so how do i work around this.. the old Helm of Vernant Fury still work at my site.. but i can not add a new item, in the same way..
regards jimango
I have up to now used the following solution to make mouseover links for items at my forum..
Now the links seems changed.. and i can no longer make mouseover images for items..
This is how i used to do it:
Thanks..
What i now did to make this work was to make an custom BBcode in phpBB3
This way i could add the custom html-replacement
This acctualy works now when i roll my mouse over =D
I did this as the new bbcode:
{TEXT1}
And this as the html-replacement:
<script type="text/javascript" src="http://aoc.yg.com/extern/tooltip.js"></script>
<a href="http://aoc.yg.com/item/{TEXT1}"
onmouseover="ShowToolTip(event, 'http://aoc.yg.com/etooltip/{TEXT2}')">{TEXT1}</a>
The things any member need to do now is:
Girdle of Vernant Fury
this will add and mouseover image for the Girdle of Vernant Fury.
The number of the item will have to be copied from the imagelink found at the items location at aoc.yg.com
The only thing i now have to do is make the link work to ur site
But i have not time to find out now, will update post when i do.
Or if u want to enlighten me, feel free =D
the thing is that i want only the name of the item showing, not the "/somekindofnumber" after name. =D
jimango
The links now look like:
http://aoc.yg.com/tooltip?h=bnay6ylY
instead of the old:
http://aoc.yg.com/tooltip/Helm-of-Vernant-Fury/3b23b591f6a62324a0682de5cad41bf5d/0
so how do i work around this.. the old Helm of Vernant Fury still work at my site.. but i can not add a new item, in the same way..
regards jimango