What do you hope gets implemented next?
The problem with the avatars is that there are a bunch of places in the code where it checks for the user's avatar, and returns a specific URL if they don't have one. We'll have to replace each occurrence of this with a function that returns the correct URL, i.e. the user's chosen avatar if they have one, otherwise a particular default avatar. We could determine which default avatar a user gets by generating a random number as soon as they register, then storing it in the user object.
This wouldn't be a huge undertaking for anyone familiar with PHP. I think now that most of the big stuff is working, I'm gonna be slowing down a bit. Is anyone else willing to be in charge of development for a little while?
This wouldn't be a huge undertaking for anyone familiar with PHP. I think now that most of the big stuff is working, I'm gonna be slowing down a bit. Is anyone else willing to be in charge of development for a little while?
![[Image: supercorrect.png]](https://i.ibb.co/g3J0P4F/supercorrect.png)
(Jul 4, 2016 at 4:52 PM)Spritanium Wrote: The problem with the avatars is that there are a bunch of places in the code where it checks for the user's avatar, and returns a specific URL if they don't have one.all instances of "default_avatar.png" should work right
Code:
$ ack -lc default_avatar\.png
forumdisplay.php:1
admin/modules/user/customalerts.php:1
showteam.php:1
online.php:1
themes/mw-default/mw-default.xml:2
spells.php:2
index.php:2
install/resources/settings.xml:1
inc/plugins/MybbStuff/ConversationSystem/ConversationManager.php:1
inc/functions_online.php:2
inc/settings.php:1
conversations.php:3
(Jul 4, 2016 at 4:52 PM)Spritanium Wrote: We could determine which default avatar a user gets by generating a random number as soon as they register, then storing it in the user object.could hash their uid, no need to store anything that way
Users browsing this thread: