MyBB Community Forums

Full Version: [plugin support] Last poster avatar on forum index and owner's post on thread list...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7
works perfectly. i using "Letter Avatars" plugin to show a default avatar

https://community.mybb.com/mods.php?acti...w&pid=1174

but it's not working fine with "Last poster avatar on forum index " plugin. it's only shows a gray background and double letter even though after set only 1 character, it's showing double character

example:
https://i.postimg.cc/4xF5DNYD/image.png

would be nice if someone can provide a fix for this.
Can you please check this error:

inc/plugins/avatarep.php Line: 38 Warning

Undefined array key "sidebox5"
(2023-12-12, 09:18 AM)lkop Wrote: [ -> ]works perfectly. i using "Letter Avatars" plugin to show a default avatar

https://community.mybb.com/mods.php?acti...w&pid=1174

but it's not working fine with "Last poster avatar on forum index " plugin. it's only shows a gray background and double letter even though after set only 1 character, it's showing double character

example:
https://i.postimg.cc/4xF5DNYD/image.png

would be nice if someone can provide a fix for this.

OK that must be for usernames, due it takes two letters when have to, to make a difference between names, like Whiteneo just take W but if i have something like White Neo, then it must take WN or similar things, but it is writted just on js code, so you can change it to use always only one character long.

(2023-12-12, 09:48 AM)Tarekm Wrote: [ -> ]Can you please check this error:

inc/plugins/avatarep.php Line: 38 Warning

Undefined array key "sidebox5"

What is your environment ? due i am not sure if that was fixed just on some of my tests environments due php improvements and changes, but it is just for sidebox plugin, so i have to improve some sort of things abour that for sure, but if you can provide me what server environment you have to try to get the same one or similar to reproduce the current issue and write a good code improvement for that, due i am sure that i need to set an is_array method before that code, but maybe i can do it in multile instances to fix, but i need to see what is the best option for it.
Pages: 1 2 3 4 5 6 7