Click anywhere to close this dialog

Farewell

Great is the art of beginning, but greater is the art of ending
Henry Wadsworth Longfellow

I announce that I cease all development and activity in the programming universe indefinitely. My career has reached the turning point I was not expecting for at least another year, leaving me highly off guard and without laid-out plans for this hobby's continuity. I have begun a 5-year residency program in Neurosurgery which is clearly not compatible, time-wise, with programming.

I gave in all my passion for developing, and you gave me back your loyalty and trust, even when I did not deserve that much. Now it is the time for payback. I release all my present and past work as Open Source software, in the hope some talented developer will continue maintaining and expanding my vision of a modern, sleek forum software. The intrinsic flexibility of MyBB is the true hidden gem of an otherwise outdated codebase; I do hope the project can continue and be updated complying to the latest coding standards.

I hereby thank Euan, kawaii, andrewjs18, Ben, Matt, Omar G., effone, Eric J., Devilshakerz, Wildcard, JordanMussi and all the other team members I have had the opportunity to work with when I was a MyBB team member. I thank Tomm M, my mentor, who inspired me to pick up coding with his piece-of-art plugins. And finally, I thank all of you MyBBoost subscribers who have helped me getting through my toughest university years economically.

Yours sincerely, Filippo

Hovercards Issues: Default avatar not showing, misplacement in some hovers

8 Aug 2019
#1
This issue is marked as solved
1) Default avatar does not show on hover. In development mode, this is how it looks like on a broken default avatar:
[Image: eb1ffc67fdcf7d7c2b2058cd60252c8f.png]
[Image: 9a6282ef55699a23852be37a40853500.png]

2) On some hovers (I have now realized this is due to other custom plugins), if it is in the settings positioned as "Top Right", in some aspects, it does not go in the top right, but just in a random spot:
This happened in member profile in "Your Last Threads":
[Image: 31a3f2a5e090300c32080f004772a217.png]

Similar to that, it will also happen in other plugins where you hover over the username e.g. topstats sidebar (recent activity), etc.

Thanks Shade!
ZIZ 12 Aug 2019
#2
in template of hovercards search
<img class="avatar" src="{avatar}" />
repalce
<img class="avatar" src="{avatar}" onerror="this.src='/images/default_avatar.png';"/>

this work fine for me ;)
Shade 12 Aug 2019
#3
Local avatars are not shown if you are on localhost. It will on production though.

As for positioning, can you share a board URL? It might depend on your theme (if you have lots of relatively positioned elements, it might be a little confusing for the plugin to know the parent element’s position).
day-day 12 Aug 2019
#4
Local avatars are not shown if you are on localhost. It will on production though.

As for positioning, can you share a board URL? It might depend on your theme (if you have lots of relatively positioned elements, it might be a little confusing for the plugin to know the parent element’s position).
Shade (12 Aug 2019)
PMd you
Shade 14 Aug 2019
#5
Seems to work fine for me in latest Chrome, Firefox and Safari. Which browser are you using?