Quote:
Originally Posted by xsultanx
OK is there a ways to change the user ID from starting from 1 to start from 0? or to start from 10 for example?
The problem is that in posbit_lagacy template I have a field which shows the membership number which is the same as ID 
|
Although this would be a 'dirty' fix you could include a conditional so that "if userid = 750, display userid = 2" in the postbit... If this is the only member you need to do this for it will work but would totally suck for multiple members.