Upon editing a group promotion for registered length, and then revisiting the group promotion then the entry that you insert changes to something else. For example, from 2 months to 2 days. In the database, the entry is "=" (see below screenshots) I have confirmed this across three sites:
https://creatorswave.com/ https://forumauthority.com/ and https://www.atlasindustries.info/forum/
These sites are: 1.8.9(Creators Wave and Forum Authority) and 1.8.10(Atlas Industries)
SQL code on the updating of group promotions
![[Image: dfb15b25fd.png]](https://camo.mybb.com/ca694118f7a867c7c9db3bbf4efe1fe7e0d8a0ff/687474703a2f2f692e696d67736166652e6f72672f646662313562323566642e706e67)
notice how registered type is still = while onlinetype works just fine.
The registertypes that have "months" were manually adjusted through the database. While the ones with = were saved from the admincp. Even if you edit it in the database and then you make an adjustment from the admincp and save... it'll change it back to =
https://creatorswave.com/ https://forumauthority.com/ and https://www.atlasindustries.info/forum/
These sites are: 1.8.9(Creators Wave and Forum Authority) and 1.8.10(Atlas Industries)
SQL code on the updating of group promotions
SET `title`='Legend', `description`='Became a Legend', `posts`=10000, `posttype`='>', `threads`=0, `threadtype`='>', `registered`=100, `registeredtype`='=', `online`=10, `onlinetype`='years', `reputations`=0, `reputationtype`='>', `referrals`=0, `referralstype`='>', `warnings`=0, `warningstype`='>', `requirements`='postcount,threadcount,reputation,referrals,warnings,timeregistered,timeonline', `originalusergroup`='12', `newusergroup`=16, `usergrouptype`='primary', `enabled`=1, `logging`=1 WHERE pid = '11'
notice how registered type is still = while onlinetype works just fine.
The registertypes that have "months" were manually adjusted through the database. While the ones with = were saved from the admincp. Even if you edit it in the database and then you make an adjustment from the admincp and save... it'll change it back to =
Owner and operator of Creators Wave