• Resolved afsbi

    (@afsbi)


    Great plugin. We would like to select a different starting number since number between 1-1000 are reserved. Is there a way t do that?
    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author shawfactor

    (@shawfactor)

    It is easy enough if you can access the db, the membership numbers are just the wp_users record id (optionally prefixed by an alpha numeric set in the plugin options)

    So you would need to alter the auto increment in wp_users ID column, some generic info here:

    https://dba.stackexchange.com/questions/43812/how-can-i-reset-a-mysql-table-auto-increment-to-1-in-phpmyadmin

    If this is too hard I could ad some functionality to the plugin but as it is custom work a donation to the overall LocalHero project would be required, email me on shawfactor dot gmail dot com if you want to take that route.

    Plugin Author shawfactor

    (@shawfactor)

    I am resolving this for good order, I may add this enhancement in the future but don’t have time for now.

    In the mean time it can be done via sql if you are comfortable with that approach.

    I will still monitor this thread.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Starting Number’ is closed to new replies.