We are in the process of changing from phpBB 3.3 to XF 2.2. Importing and converting of the BB data into XF has gone "fairly well", although there is a rather large difference in the user accounts tables between the 2 forums. Anyway, with that said, we currently run 3 custom functions in the BB side. Our gaming data is in the same database as the XF data, which should make things a lot simpler (compared to reading some of the developer docs for making a new function).
We use the forum software to populate our gaming table when a new user signs up. I need access to the user name and the unencrypted password they used, to insert a new record in our gaming table. The other 2 functions are when a user changes their password, or when an admin changes a users password. In those cases, we just update the data in our gaming tables...
Are there any examples of this simple function? Thanks kindly in advance.
Gary
We use the forum software to populate our gaming table when a new user signs up. I need access to the user name and the unencrypted password they used, to insert a new record in our gaming table. The other 2 functions are when a user changes their password, or when an admin changes a users password. In those cases, we just update the data in our gaming tables...
Are there any examples of this simple function? Thanks kindly in advance.
Gary