this is my guild's key bc (we are just starting to enter outland key needing state, and people are still slow to participate in the roster system, so don't make fun of the lack of people that show up here :p)
http://www.dragonwindguild.com/roster/a ... ame=key_bc
at the top of each of the columns, where there is a link that should point at the thottbot or alakahzam page for that key (like it does on the regular keys page) instead it just points to my server with the item name after it. like this
http://www.dragonwindguild.com/roster/S ... +Halls+Key
I typed this whole message up (including the message asking for help which was replaced by this paragraph here) and then decided to look harder, and was able to fix it. and I wanted to post that solution for anyone else who wanted to fix it.
I replaced the following line
- Code: Select all
$header = '<a href="'.$itemlink[$row['clientLocale']].urlencode(utf8_decode(stripslashes($iname))).'" target="_blank">'.$inst_name[$header].'</a>';
with
- Code: Select all
$header = '<a href="http://www.thottbot.com/index.cgi?i='.$itemlink[$row['clientLocale']].urlencode(utf8_decode(stripslashes($iname))).'" target="_blank">'.$inst_name[$header].'</a>';
and for now, the top of the key bc page now work properly. I'm sure that there is a way to get it into the lang php file so that people can easily change it to be whatever site they use (i.e. an english speaking site for the enUS lang, and a french speaking site for the frFR lang file. but I'll leave that up to you guys
Just wanted to put this here for anyone else who might want this fixed on their site too.