Quote:
Originally Posted by colicab-d
the problem im having is that in Vb Adanced CMS when i posted item to the new sectio, They are fine in the original ofrum post, but when looked at via the news page (Vbacmps) they dont have there colour coding (i.e purple for epic) and dont diplay the item tooltip.
Just a white link to the item on thottbot
|
This means the javascript call is being pulled out of the header, or the plugin hook in this mod isn't inserting it in to Vbadvanced headers, which is more likely.
You can add it in manually at the end of your headinclude template and see if that fixes it. The code is:
Code:
<link rel="stylesheet" href="itemstats/templates/itemstats.css" type="text/css"\><script type="text/javascript" src="itemstats/overlib/overlib.js"><!-- overLIB (c) Erik Bosrup --></script>
You may need to adjust the above paths based on your settings/directories.