Item Links and Wowjutsu Rank

Anonymous's picture

edit

My apologies for the downtime. The site suffered numerous .css and .js call function errors for users not logged in and I was forced to take it down for several hours. Most errors have been isolated, but a few call function problems appear to be cropping up in unexpected places, almost randomly. I think it may have to do with maximum requests as set by the provider, but I'm not sure.

I also managed to fix an IE display error that probably existed for months, but nobody bothered to mention it to me (or nobody goes to the site). The header and primary links should now display properly.

There is still a randomly generated error calling for a drupal_get_content (lootz.css) which is pulling item quality colouring from a custom .css file. I think this may be a hosting error, as it does not hinder functionality when pulling item data from WoWDB. If anyone comes across the error and you recognize its symptoms please let me know as I am stumped on this one.
----

I finally sat down and back ported the Lootz 6.X dev build to our 5.x Drupal format. Really annoying PHP conversion back to PHP4. Anyways, linking items is pretty easy just do a:

[item][/item] tag with the name in between

or

[item] item number here (ie, the Inumber from wowheads url) [/item]

Usually the item name is sufficient,but at times it struggles in pulling the appropriate data from its sources and links the wrong item. If that's the case, substitute the name for the number.

examples:

[item]Spiked Titansteel Helm[/item]
[item]Emblem of Heroism[/item]
[item]22 Pound Catfish[/item]

As far as the wowjutsu rank, they have decided to fuck us over once again and not add us to their list, despite my repeated submissions of our players names. Hopefully they scan our guild soon as it already has other guilds listed ahead of us, despite our progression being superior.

edit

it appears that the functionality isn't perfect. Drupal is assigning the character code for the apostrophe incorrectly on items. SO, anything with an apostrophe in it is returning the URL format (similarly to %20 being assigned to spaces in URL's) rather than the plain text fomat of "'".

Example:

[item]39622[/item]

Posted In