This site makes extensive use of JavaScript.
Please enable JavaScript in your browser.
Classic Theme
Thottbot Theme
Add Wowhead tooltips to your forums or CMS.
Return to board index
Post by
Lockslap
Okay 3.6.1beta is out, I forgot to add the config variable for item level, and updated all the modules to use PHP5's class structure.
Let me know what you think.
Post by
Lockslap
3.6.2 beta is out which fixed a couple of issues with spaces in the guild's or armory's realm, amongst other things. I am still looking into the clipping of guild names with spaces in them in the tooltip itself.
As always:
http://www.wowhead-tooltips.com/downloads/
Now I'm going to let Ubuntu update to Karmic Koala (9.10 <3) and goto sleep.
Post by
7258
This post was from a user who has deleted their account.
Post by
Lockslap
3.6 Beta 3 has been released to fix issues with guild names with spaces being clipped. Apparently the guild names weren't properly being sent to the armory.
http://wowhead-tooltips.com/downloads/
Post by
Lockslap
3.6 beta 4 released to fix more bugs with apostrophes and add a gear list parameter to the armory module.
http://www.wowhead-tooltips.com/2009/11/01/version-3-6-beta-4-released/
Post by
Caldar
FYI, the 3.6b4 config.php doesn't define the gearlist table.
Post by
Talonos
yes he's right
WHP_GEARLIST_TBL
is not defined in the config.php to fix this insert
define('WHP_GEARLIST_TBL', 'wowhead_gearlist'); // gearlist table
before the
?> at the end of your config.php
and then run create_table.php again
Post by
Lockslap
yeah its been fixed. problem is that the config.php i use to test the script is overwritten by the "stock" one so as no one gets my DB info, but i forgot to edit the "stock" version to add the new PHP constant. its been fixed, and also fixed the issues with using "loc" in the gearlist tag.
http://www.wowhead-tooltips.com/2009/11/02/version-3-6-beta-5-released/
enjoy
Post by
Talonos
just a question crackpot a few posts earllier u linked some pictured concerning the armory module, in the releases since then the script has been brilliant. but i'm just wondering if you are going to implement the "average ilevel" code and possibly some default color coding for the new achievements section....
Post by
481421
This post was from a user who has deleted their account.
Post by
Talonos
Is it possible to add our own custom item to the tooltip ? by adding at our own mysql database ?
nope plainly because the sql database only stores the item name and number and a few other things like quality and such as the java script itself will get the tooltip itself when the page loads. the sql info is to make the tooltip work allot faster so it can go directly to tooltips instead of the slow process of searching for them everytime
Post by
482269
This post was from a user who has deleted their account.
Post by
Talonos
I cannot get the script to work properly. I'm using the latest PHPBB3. I get the same error, breaking the entire forum, every time:
Fatal error: Call to undefined function �whp_parse() in /nfs/c04/h02/mnt/79870/domains/****.com/html/includes/functions_content.php on line 717
As soon as I remove $text = whp_parse($text); the whole board comes back again. I'm lost, cuz i've installed and reinstalled this 100x to the letter of your instructions with the same result.
Any insight is appreciated!
in your code you have a white space � remove that white space in the includes/functions_content.php @ line 717
Post by
Caldar
just a question crackpot a few posts earllier u linked some pictured concerning the armory module, in the releases since then the script has been brilliant. but i'm just wondering if you are going to implement the "average ilevel" code and possibly some default color coding for the new achievements section....
Enabling it in the config file doesn't work? (haven't actually toggled it since I don't actually care about the function).
Post by
Talonos
ahh i didn't notice it inside the new config config file lol thats proberly coz i didn't check it fully before i copied over my original with my settings.......
** slaps himself **
Post by
Lockslap
I cannot get the script to work properly. I'm using the latest PHPBB3. I get the same error, breaking the entire forum, every time:
Fatal error: Call to undefined function �whp_parse() in /nfs/c04/h02/mnt/79870/domains/****.com/html/includes/functions_content.php on line 717
As soon as I remove $text = whp_parse($text); the whole board comes back again. I'm lost, cuz i've installed and reinstalled this 100x to the letter of your instructions with the same result.
Any insight is appreciated!
in your code you have a white space � remove that white space in the includes/functions_content.php @ line 717
if you're not doing the require(parse.php); then it won't know what whp_parse is and would generate that error.
@talanos, the updated armory.css and wowhead.css should provide the colored achievement section of the tooltips.
Post by
Lockslap
Version 3.6 beta 6 has been released. Test it out and tell me what you think.
http://www.wowhead-tooltips.com/2009/11/11/version-3-6-beta-6-released/
Hope you guys like it!
Post by
7258
This post was from a user who has deleted their account.
Post by
Talonos
Neat stuff. If there any reason why only 1 of parse can be done? In any case, what happens when someone does try to do it multiple times.
if more than 1 recruit code is used on a page theres a very high chance you could get your website temp blocked by the warcraft armory which inturn would render the recruit script useless as it won't be able to update its own infomation, i'm going to look into some code for restricting amount of codes that can be put into one page and possibly see if crackpot can implement it( if the script is possible of course)
Post by
Lockslap
the primary reason for only 1 recruit is:
a) why would you want more than one? that would cause clutter.
b) the method i had to use to make it work as it does requires that only one be used per page.
c) as talanos said, the recruit module does quite a few queries to the armory, so you would be blocked quickly.
on a side note, i will generally no longer give support for the script from this thread. i have setup a SMF installation that will be used as my support forum. you can find it at
http://forums.wowhead-tooltips.com
. i will still announce script releases from this thread because i know that a lot of people still check this thread.
so make sure you register and stop by to say hi. =D
Post Reply
This topic is locked. You cannot post a reply.