[XFA] Media Of The Month - XF2

[XFA] Media Of The Month - XF2 [Paid] 4.5.1

No permission to buy (€15.00)
Oh ok I see.

I am currently working on Extended moderation porting, MOTM is next on the list.
 
XFA updated [XFA] Media Of The Month - XF2 with a new update entry:

4.5.0 - Port to XF2.3, bug fix and new features

Corrected bugs:
  • ErrorException: Template error: [E_WARNING] Attempt to read property "xfa_motm" on null src/addons/XFA/XFMGMediaOfTheMonth/XFMG/Entity/MediaItem.php:50

Modifications:
  • Updated table names to XF standard
  • Add-on ported to XF2.3
  • Revamped options organisation

New features:
  • Mode 1: Maximum file size option
  • Mode 1: Maximum image dimensions option

This version is only compatible with...

Read the rest of this update entry...
 
Just posting that this add-on is not working for me on 2.3.6. Trying to work with the developer to find a fix.

Would appreciate knowing if it is working for anyone else on this Xenforo version.
 
The Awarded slider media widget queries xf_mg_media_item where xfa_motm_winnner = 1.
As there is no usable index this query scans the whole table which is very slow when there are many records.

Suggested Fix
Create an appropriate index
or
Store media item IDs for winners somewhere else

The Current contest slider media Widget seems to have similar issues (I didn't specifically test this, just looked at the code).
 
  • Like
Reactions: XFA
Back
Top Bottom