Change from one mode the other
As of now, there is no simple way implemented, you have to change the option and then run the two following sql queries :
XF1
XF2
As of now, there is no simple way implemented, you have to change the option and then run the two following sql queries :
XF1
Code:
DELETE FROM xengallery_xfa_motm_vote
Code:
UPDATE xengallery_media SET xfa_motm_votes = 0
XF2
Code:
DELETE FROM xf_mg_motm_vote
Code:
UPDATE xf_mg_media_item SET xfa_motm_votes = 0