WildcardSearch / Advanced-Sidebox

A plugin for MyBB forums that displays custom boxes on various forum pages.
GNU General Public License v3.0
20 stars 10 forks source link

Multiple Boxes of the Same Type Killing AJAX Update #210

Closed WildcardSearch closed 9 years ago

WildcardSearch commented 9 years ago

Reported here: http://community.mybb.com/thread-131633-post-1125290.html#pid1125290

WildcardSearch commented 9 years ago

I identified the problem. Extra scripts for AJAX update were being stored in an array using the module code as the array key. This meant that multiple boxes of the same type (same addon module code) would overwrite the previous side boxes' scripts, leaving only the last one.

Should be done now. Thanks.