What's new
Xen Factory

Register today to become a member! Once signed in, you'll be able to start purchasing our products, ask questions, request support and suggest new ideas!

  • We are aware that a no permission error was shown when you tried to purchase in the last 2 days, this is now fixed.

XF1 XF2 XFMG Media of the month

Status
Not open for further replies.

Clement

Freaky Coder
Staff member
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
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
 
Status
Not open for further replies.
Top