Reputation Guide

Reputation Guide

194k Downloads

Fix addon functionalities for 10.0.0 and later releases

tvlfrosty opened this issue ยท 5 comments

commented

With the release of Dragonflight the addon will stop working due to the amount of changes that were made with the interface.

The biggest change seems to be the working of option checkboxes and how their values are obtained or set.

This addon uses a lot of positioning based on the text from checboxes, which with these changes does not work anymore.

  • OptionsFrame checkboxes functionality
  • FactionRow functionality
  • OptionsFrame checkboxes styling
  • Dragonflight factions
  • SortByStanding functionality
  • SortByStanding functionality based on reputation levels (factions with only 6 reputation levels)
  • Reputation values printed to chat based on reputation levels (Paragon reputations, or factions with other Standing labels)

WowT_9dE0HH0YtF
WowT_F9ZNfKAGig
WowT_JK1J4dbk9x
WowT_TX7edFHwso

commented

Currently trying to fix issue with FactionRow(s).

commented

Reputation printed in the chat seems to still be working properly, and it no longer seems to cause protected function taints in combat.

Wow_jFwdtnEGqZ

Main prio now is to fix the FactionRow functionality, they are currently not showing up at all.

Wow_yZp1MXJi0j

commented

Added issue #21 and #30 to this list as it's part of the SortByStanding functionality that is currently broken due to the UI API changes.

commented

Also added #22 to the list, to clear up some issue cluttering.

commented

Adding remaining issues to #63