Deantwo / HazeronWatcher

Online players monitor for Shores of Hazeron.
http://hazeron.com/mybb/showthread.php?tid=25
2 stars 0 forks source link

Agent names displays HTML tags #2

Open Deantwo opened 9 years ago

Deantwo commented 9 years ago

Haxus and other agents have <i> tags around their name is the tables.

HTML

<a href="http://Hazeron.com/EmpireStandings/pQ.html"><i>Haxus</i></a>

Table Entry

<i>Haxus</i>
Deantwo commented 9 years ago

I am still not sure how to fix this.

There is no way to see if an avatar is an agent on the avatar's page. This means that if I remove the HTML tags on the playerson page, I will never know if the avatar is an agent or not.

The "Recheck" method does remove the HTML tags though.

Deantwo commented 7 years ago

Implementing #12 will lessen this issue. Simply remove the HTML from the names and instead save it as a bool, than check this on every update.

This allows the checking for players losing or gaining Agent status.