I've already done it, but it removes the rank 2 and 3, already setted on my board. I need to keep them, if it's possible.Oyabun1 wrote:If you used the 1.0.3 version of the MOD that has themultiple_ranks_install.php
, run that again it should default to uninstall and and it will remove the database changes.
Then download and edit the file. Find these linesand add the same lines again but substituteCode: Select all
array('phpbb_users', 'user_rank2', array('UINT', '0')), array('phpbb_users', 'user_rank3', array('UINT', '0')),
user_rank4
anduser_ranks5
for 2 and 3, so you will then have 4 lines.
Save it, upload it, and run it again. It should add 4 columns rather than the standard 2 and if you ever want to remove the MOD running that install file again will also remove the extra columns as well.
Code: Select all
array('phpbb_users', 'user_rank2', array('UINT', '0')),
array('phpbb_users', 'user_rank3', array('UINT', '0')),
array('phpbb_users', 'user_rank4', array('UINT', '0')),
array('phpbb_users', 'user_rank5', array('UINT', '0')),
array('phpbb_users', 'user_rank6', array('UINT', '0')),
array('phpbb_users', 'user_rank7', array('UINT', '0')),
view viewtopic.php?f=456&t=2345856Diyasena wrote:It is great MOD. I used it with phpBB 3.0.12. Waiting for 3.1.x
Thank you. But it can assign only special ranks. Cannot assign ranks to post count. Isn't it?DevMakoto wrote:view viewtopic.php?f=456&t=2345856Diyasena wrote:It is great MOD. I used it with phpBB 3.0.12. Waiting for 3.1.x