Gold per post is in the Itemshop Options menu in a field called "Activity Points". Currently, there is no way to give users a certain amount of gold to begin with. However, you can add that feature in several ways. The easiest way to add it is through phpmyadmin. In the table called `items_user` locate the field called 'bankval'. Change the default value of 'bankval' to whatever you want the users to start with. The other ways are harder to implement.
|