SethClydesdale / forumactif-edge

A free modern and responsive forum theme for Forumotion forums.
https://sethclydesdale.github.io/forumactif-edge/
GNU General Public License v3.0
10 stars 17 forks source link

Chatbox theme settings do not persist when switching to archives #29

Closed SethClydesdale closed 7 years ago

SethClydesdale commented 7 years ago

This issue concerns the plugin created for https://github.com/SethClydesdale/forumactif-edge/issues/22. When switching to the archives the chatbox frame is reloaded, therefore removing the selected theme. We should be able to remedy this issue by attaching an onload event to the concerned frames. Then each time they're reloaded they reapply the selected themes.

SethClydesdale commented 7 years ago

This has been fixed by applying an onload event to the frames, however, for the chatbox this event needed to be added directly as an attribute on the frame specifically.