XenForo
Administrative
- Thread starter
- Admin
- #1
Hey guys, I've recently started making my first proper addon for Xenforo. It's basically adding a new route /account/username-settings where people can change the appearance of their username.
My initial approach was just to extend the User entity with some new columns added to xf_user, and this worked perfectly fine. I realized however that I had dozens of columns I want to add, so making a new table would probably be the way to go - I called it xf_ap_username_styles...
Read more
ادامه مطلب...
My initial approach was just to extend the User entity with some new columns added to xf_user, and this worked perfectly fine. I realized however that I had dozens of columns I want to add, so making a new table would probably be the way to go - I called it xf_ap_username_styles...
Read more
ادامه مطلب...