[ABD] Avatars on Memberlist

Any abandoned Extensions will be moved to this forum.

WARNING: Extensions in this forum are not currently being supported or maintained by the original Extension author. Proceed at your own risk.
Forum rules
IMPORTANT: Extension Development Forum rules

WARNING: Extensions in this forum are not currently being supported nor updated by the original Extension author. Proceed at your own risk.
User avatar
Wolfsblvt
Registered User
Posts: 634
Joined: Sun Oct 26, 2014 9:12 pm
Location: Solingen, Germany

Re: [BETA] Avatars on Memberlist

Post by Wolfsblvt »

Ye, I've experienced this problem by myself. This is an issue caused by my development tool I am using.
I've come around a solution for myself with a small tool wich converts all my files, the problem is gone now.
In the next version of this extension, it will be fixed.
If you have a specific extension request and you are willing to pay for, you can write me a PM.
My extensions (Trending: @Mention SystemAdvanced PollsUser Online Time)

»Du kamst zu uns. Deine Stimme kam. Du zeigtest uns die Sterne. Sie funkelten. Wir konnten sehen.«
User avatar
Wolfsblvt
Registered User
Posts: 634
Joined: Sun Oct 26, 2014 9:12 pm
Location: Solingen, Germany

Re: [BETA] Avatars on Memberlist

Post by Wolfsblvt »

Okay, the next version of this extension is up!

Image

Version: 1.0.1
Extension Download: wolfsblvt.avatarsonmemberlist.zip

Changelog:

Code: Select all

-- Version 1.0.1 --------------
	• Added placeholder avatar for users without avatar
	• Removed UTF8 BOM from files

New screenshots:

Image
___Martin wrote:Please check if you could remove these bytes from the template files, i.e. save the files as UTF-8 without BOM.
I have checked. Should be fixed now. Can you verify it?
If you have a specific extension request and you are willing to pay for, you can write me a PM.
My extensions (Trending: @Mention SystemAdvanced PollsUser Online Time)

»Du kamst zu uns. Deine Stimme kam. Du zeigtest uns die Sterne. Sie funkelten. Wir konnten sehen.«
Hand of Shadow
Registered User
Posts: 12
Joined: Wed Dec 24, 2014 3:33 pm

Re: [BETA] Avatars on Memberlist

Post by Hand of Shadow »

maybe in the next version .. combined with this mod

viewtopic.php?f=456&t=2283516
User avatar
___Martin
Registered User
Posts: 58
Joined: Wed Aug 27, 2014 3:05 pm
Location: Germany

Re: [BETA] Avatars on Memberlist

Post by ___Martin »

Wolfsblvt wrote:I have checked. Should be fixed now. Can you verify it?
Verified, the extra bytes are gone and the page validation is successful, thank you. :)

Just noted a small issue with the display of the zoomed avatars. Please see this screenshot:

Image

The leftmost part is the normal memberlist. When I hover the avatar of member "achim", the avatar is zoomed (middle part). Please notice that the not zoomed avatar of member "bernd" is "on top" of the zoomed avatar of "achim" (I highlighted this with a red square).

I was able to fix this with two small additions to the CSS file (see rightmost part of the screenshot). The important one is to assign the zoomed avatar a high z-index, so it is rendered above the other elements. The z-index of 1 for the not zoomed avatar is only there to allow a smooth transition from zoomed to not zoomed.

Code: Select all

.member_avatar img {
	z-index: 1;
}
.member_avatar img:hover {
	z-index: 10;
} 
User avatar
Wolfsblvt
Registered User
Posts: 634
Joined: Sun Oct 26, 2014 9:12 pm
Location: Solingen, Germany

Re: [BETA] Avatars on Memberlist

Post by Wolfsblvt »

Hand of Shadow wrote:maybe in the next version .. combined with this mod

viewtopic.php?f=456&t=2283516
Can you test if they can work both parellel? Then there is no need to combine it, I would say. It is better to keep features seperated, so that administrators can choose wich extension they need.
___Martin wrote:Verified, the extra bytes are gone and the page validation is successful, thank you. :)
Great, thank you.
___Martin wrote:Just noted a small issue with the display of the zoomed avatars. Please see this
You are right, I should have seen this earlier :-/
Will do a new version soon with this fix, thank you for providing the needed code.
If you have a specific extension request and you are willing to pay for, you can write me a PM.
My extensions (Trending: @Mention SystemAdvanced PollsUser Online Time)

»Du kamst zu uns. Deine Stimme kam. Du zeigtest uns die Sterne. Sie funkelten. Wir konnten sehen.«
Hand of Shadow
Registered User
Posts: 12
Joined: Wed Dec 24, 2014 3:33 pm

Re: [BETA] Avatars on Memberlist

Post by Hand of Shadow »

Wolfsblvt wrote:
Hand of Shadow wrote:maybe in the next version .. combined with this mod

viewtopic.php?f=456&t=2283516
Can you test if they can work both parellel? Then there is no need to combine it, I would say. It is better to keep features seperated, so that administrators can choose wich extension they need.
The default Avatars a different
User avatar
Wolfsblvt
Registered User
Posts: 634
Joined: Sun Oct 26, 2014 9:12 pm
Location: Solingen, Germany

Re: [BETA] Avatars on Memberlist

Post by Wolfsblvt »

Hand of Shadow wrote:The default Avatars a different
Have you tested it? I don't know how the other extension works, but if it includes it as a real avatar, my extension should recognize it and display it as it is.

Otherwise you can go and copy the other default avatar image and replace the one in my extension, and make the other extension link to this specific image file. Then you will have the same.
If you have a specific extension request and you are willing to pay for, you can write me a PM.
My extensions (Trending: @Mention SystemAdvanced PollsUser Online Time)

»Du kamst zu uns. Deine Stimme kam. Du zeigtest uns die Sterne. Sie funkelten. Wir konnten sehen.«
User avatar
Wolfsblvt
Registered User
Posts: 634
Joined: Sun Oct 26, 2014 9:12 pm
Location: Solingen, Germany

Re: [BETA] Avatars on Memberlist

Post by Wolfsblvt »

Okay, I've done the fix and included subsilver2 support.

Image

Version: 1.0.2
Extension Download: wolfsblvt.avatarsonmemberlist.zip

Changelog:

Code: Select all

-- Version 1.0.2 --------------
	• Fixed clipping issue if zoomed
	• Included subsilver2 support
If you have a specific extension request and you are willing to pay for, you can write me a PM.
My extensions (Trending: @Mention SystemAdvanced PollsUser Online Time)

»Du kamst zu uns. Deine Stimme kam. Du zeigtest uns die Sterne. Sie funkelten. Wir konnten sehen.«
sopi
Registered User
Posts: 91
Joined: Mon Nov 24, 2008 11:35 am

Re: [BETA] Avatars on Memberlist

Post by sopi »

@Wolfsblvt
If I may say so:
I'm very thankful for all the great work and extensions you're doing. I still have to encounter one that's not useful. And although some might seem small they all add value.
Keep up the awesome work and thank you for all you've done and been sharing so far.
Happy new year! (if that's already appropriate :oops: )

Cheers
sopi :)
User avatar
Wolfsblvt
Registered User
Posts: 634
Joined: Sun Oct 26, 2014 9:12 pm
Location: Solingen, Germany

Re: [BETA] Avatars on Memberlist

Post by Wolfsblvt »

sopi wrote:Keep up the awesome work and thank you for all you've done and been sharing so far.
Thank you!
I really appreciate these nice words, that's one of the things that keeps me going (:
You will see many extensions from me in the future, and some will be bigger, I promise :P

Happy new year you too.
If you have a specific extension request and you are willing to pay for, you can write me a PM.
My extensions (Trending: @Mention SystemAdvanced PollsUser Online Time)

»Du kamst zu uns. Deine Stimme kam. Du zeigtest uns die Sterne. Sie funkelten. Wir konnten sehen.«
User avatar
Wolfsblvt
Registered User
Posts: 634
Joined: Sun Oct 26, 2014 9:12 pm
Location: Solingen, Germany

Re: [BETA] Avatars on Memberlist

Post by Wolfsblvt »

Image

Version: 1.0.3
Extension Download: wolfsblvt.avatarsonmemberlist.zip

Changelog:

Code: Select all

-- Version 1.0.3 --------------
	• Moved default avatar to style folder
If you have a specific extension request and you are willing to pay for, you can write me a PM.
My extensions (Trending: @Mention SystemAdvanced PollsUser Online Time)

»Du kamst zu uns. Deine Stimme kam. Du zeigtest uns die Sterne. Sie funkelten. Wir konnten sehen.«
FomenkoAndrey
Registered User
Posts: 369
Joined: Thu Aug 19, 2010 10:44 am

Re: [BETA] Avatars on Memberlist

Post by FomenkoAndrey »

Version: 1.0.3
the link above download v 1.0.2 file
User avatar
Wolfsblvt
Registered User
Posts: 634
Joined: Sun Oct 26, 2014 9:12 pm
Location: Solingen, Germany

Re: [BETA] Avatars on Memberlist

Post by Wolfsblvt »

FomenkoAndrey wrote:the link above download v 1.0.2 file
Ah, my bad. Should work now.
If you have a specific extension request and you are willing to pay for, you can write me a PM.
My extensions (Trending: @Mention SystemAdvanced PollsUser Online Time)

»Du kamst zu uns. Deine Stimme kam. Du zeigtest uns die Sterne. Sie funkelten. Wir konnten sehen.«
User avatar
___Martin
Registered User
Posts: 58
Joined: Wed Aug 27, 2014 3:05 pm
Location: Germany

Re: [BETA] Avatars on Memberlist

Post by ___Martin »

Thanks! :)

FYI: your git files are included in the zip archive, was this intended?
User avatar
Wolfsblvt
Registered User
Posts: 634
Joined: Sun Oct 26, 2014 9:12 pm
Location: Solingen, Germany

Re: [BETA] Avatars on Memberlist

Post by Wolfsblvt »

___Martin wrote:Thanks! :)

FYI: your git files are included in the zip archive, was this intended?
No, it wasn't. I really need to write a batch for that :dry: Everytime I forget something. Forget to upload newest changes to git. Forget to push new zips on the ftp, forget to remove git files...
Bah :D

Thank you for this, I'll remove them.
If you have a specific extension request and you are willing to pay for, you can write me a PM.
My extensions (Trending: @Mention SystemAdvanced PollsUser Online Time)

»Du kamst zu uns. Deine Stimme kam. Du zeigtest uns die Sterne. Sie funkelten. Wir konnten sehen.«

Return to “Abandoned Extensions”