Instead of spamming his thread with xml files of this hack, i decided to post here so that people can take full advantage of it, get notices of updates, etc.
Changelog
0.7.5
Removed old vbulletin option
Updated URL
0.7.4
When Item ID is used without a piped option (i.e. [item=12345|lang]Item Name[/item] ) , the default language was never set and rendered all item tags after invalid
0.7.3
Added changes provided by sub_ubi, thanks
To Do
Export functions from the init_startup hook so that it may be used in other scripts like EqDKP by including the global.php vbulletin file
I had this issue before, i'm pretty sure the answer is in my vb 3.6 thread (follow the link in this post to the previous mod which links back to the previous 3.6 mod)
I did a search for post cache in the 3.6 thread and can't find any relevant info? I'll probably reread the whole thing later on tonight just to double-check the answer isn't buried in there.
I did a search for post cache in the 3.6 thread and can't find any relevant info? I'll probably reread the whole thing later on tonight just to double-check the answer isn't buried in there.
Local power.js
Enable this if you have the power.js file in your /forumroot/clientscript/ folder
Included in this packages Zip file
But, there is only a Product XML to download. Is this and old and irrelevant setting, or is there something missing that we need?
This may be related, but I do not get a pop-up when mousing over the generated item text.
Thanks in advance!
EDIT: Also, the link in the Product list regarding this Mod is still linked to the old thread. Might want to update that so people don't have to click on the link inside that thread to get to this one.
I'm still having an issue with the invalid item links (e.g. [item=12345]Bijou's Belongings[/item]). Although I upgraded to 0.7.4 and regenerated the post cache, those style item links are still returning invalid.
If I edit a post with an invalid item link, change nothing and save, the item link is magically working. It sounds to me like there is something wonky going on with the post cache.
Any ideas?
I will look in to this this tonight or this weekend, sorry for the long delays though.
Quote:
Originally Posted by y2krazy
In the AdminCP, I see:
But, there is only a Product XML to download. Is this and old and irrelevant setting, or is there something missing that we need?
This may be related, but I do not get a pop-up when mousing over the generated item text.
Thanks in advance!
EDIT: Also, the link in the Product list regarding this Mod is still linked to the old thread. Might want to update that so people don't have to click on the link inside that thread to get to this one.
Is it possible to somehow enable the BBCode to be used on other pages, such as vBadvanced modules and custom pages? I imagine it would just be a small edit somewhere, since it is a BBCode. Thanks in advance!!
Not to steal his thunder but my script Wowhead Tooltips support vBulletin 4.0+, my support script runs it on version 4.0.3. Apologies if this is inappropriate. Wowhead Tooltips support every tooltip type currently supported by Wowhead itself, and it also generates its own tooltips from the Armory (US or EU) and other sources.
After struggling with this plugin, then the installation of Wowhead tooltips (BCMath was showing up as disabled even though it's enabled on my server), I decided to poke around at other options and found a surprisingly simple solution that requires no plugins or files to upload:
Grab the code to run the Wowhead's own script from here: http://www.wowhead.com/tooltips. Paste it into your header includes file.
Then create a new BBCode item like this: <a href="http://www.wowhead.com/item={option}">{param}</a>
I hope someone else can put this to use and save themselves the time it took me to figure this all out.