ok here is a pretty good question. when a membership is created from admin, its inserted into the database in the order in which it was created.
how would you reorder the memberships display?
ok here is a pretty good question. when a membership is created from admin, its inserted into the database in the order in which it was created.
how would you reorder the memberships display? When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support |
Hm... good question! Try change Id of you needed level in phpmyadmin. PS: If possible do not write me personally, please try to ask on the forum first |
yeah would try that, however, are we not dealing with the following tables if you were to just change the the ID in sys_acl_levels
so we are dealing with the following tables: sys_acl_levels sys_acl_levels_members sys_acl_level_prices sys_acl_matrix
so i would think in theory, that if you changed ID from sys_acl_levels. you are affecting four other tables? which will require being changed? When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support |
yeah would try that, however, are we not dealing with the following tables if you were to just change the the ID in sys_acl_levels
so we are dealing with the following tables: sys_acl_levels sys_acl_levels_members sys_acl_level_prices sys_acl_matrix
so i would think in theory, that if you changed ID from says_acl_levels. you are affecting four other tables? which will require being changed? Yes you you right is not good idea. I think you should add new field - order. And make some changes in membership module PS: If possible do not write me personally, please try to ask on the forum first |
Can you post the solution here please?
Thanks |
Can you post the solution here please?
Thanks Hello this solution is not easy, there need write some php code into membership module! Can you create ticket on support page or create new job section? PS: If possible do not write me personally, please try to ask on the forum first |