[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.
stratege1401
Registered User
Posts: 69
Joined: Sun Jan 25, 2015 6:31 pm

Re: [BETA] Avatars on Memberlist

Post by stratege1401 »

Just installed on phpBB v3.1.3 works fine !

Thx !!
French World of Tank and Other games Forums
http://www.forum.fasx.org/phpbb/index.php
User avatar
Dragosvr92
Registered User
Posts: 1470
Joined: Sat Sep 12, 2009 7:27 am
Location: Romania
Name: Dragos Valentin Rădulescu

Re: [BETA] Avatars on Memberlist

Post by Dragosvr92 »

To use the no_avatar.gif on all styles, do this:
Rename : /ext/wolfsblvt/avatarsonmemberlist/styles/prosilver/
Into :....../ext/wolfsblvt/avatarsonmemberlist/styles/all/

Open: /ext/wolfsblvt/avatarsonmemberlist/event/listener.php

Find:

Code: Select all

'T_EXT_AVATARSONMEMBERLIST_THEME_PATH'		=> $this->path_helper->get_web_root_path() . $this->ext_root_path . '/styles/' . $this->user->style['style_path'] . '/theme',
Replace with:

Code: Select all

'T_EXT_AVATARSONMEMBERLIST_THEME_PATH'		=> $this->path_helper->get_web_root_path() . $this->ext_root_path . '/styles/all/theme',
It is only a simple default avatar. It will work the same on all styles. Groups that add a default avatar dont have an option to add individual avatars to each style.

PS: Thanks for making the extension. If you have the time, maybe you could make the extension work also on "The team" and Whoisonline pages. Instructions to add those in 3.0 can be found into the Avatar on Memberlist contrib folder.
Formerly known as TheKiller
3.0| Avatar on Memberlist 1.0.3
Allcrime
Registered User
Posts: 1
Joined: Mon Mar 02, 2015 3:31 pm

Re: [BETA] Avatars on Memberlist

Post by Allcrime »

Hallo Wolfsblvt,

habe prosilver kopiert und daraus ein eigenes Theme mit dem Namen "Dark" gestylt.
Jetzt habe ich deine Mod installiert und die funktioniert auch bestens, aber nur im prosilver.
Kannst du mir bitte einen Hinweis geben, wo ich was anpassen muss?

DANKE und viele Grüße!
Google Translate wrote:Hello Wolfsblvt,

prosilver have copied it and styled own theme named "Dark".
Now I have installed your mod and also works well, but only in prosilver.
Can you please give me a hint where I need to adjust what?

THANK YOU and best regards!
Last edited by darcie on Mon Mar 02, 2015 8:34 pm, edited 1 time in total.
Reason: added English version
LawlyPops Inc
Registered User
Posts: 19
Joined: Mon Mar 02, 2015 4:11 pm
Location: {postrow.POSTER_S_ONLINE}

Re: [BETA] Avatars on Memberlist

Post by LawlyPops Inc »

Hey i think this should add avatats to "the team" page too that would be awesome
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 »

Allcrime wrote:[...]
Not sure if this is a bug, I have to test that myself. I have opened an issue for that though, so you can follow up:
https://github.com/Wolfsblvt/avatarsonm ... t/issues/4
--------------
Bin mir nicht sicher, ob das ein Bug ist. Ich muss das bei mir mal nachstellen. Ich habe das aber mal aufgenommen, sodass du dem folgen kannst: https://github.com/Wolfsblvt/avatarsonm ... t/issues/4
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 »

Dragosvr92 wrote:PS: Thanks for making the extension. If you have the time, maybe you could make the extension work also on "The team" and Whoisonline pages. Instructions to add those in 3.0 can be found into the Avatar on Memberlist contrib folder.
LawlyPops Inc wrote:Hey i think this should add avatats to "the team" page too that would be awesome
Opened an issue for that. I think it won't be too much work to add this feature. If I can find the time, I'll do it.
Follow up here: https://github.com/Wolfsblvt/avatarsonm ... t/issues/3
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
Pernod70
Registered User
Posts: 20
Joined: Sun Apr 08, 2012 11:35 pm
Location: Croydon, UK
Name: Nigel Barnes

Re: [BETA] Avatars on Memberlist

Post by Pernod70 »

Dragosvr92 wrote:To use the no_avatar.gif on all styles, do this:
Rename : /ext/wolfsblvt/avatarsonmemberlist/styles/prosilver/
Into :....../ext/wolfsblvt/avatarsonmemberlist/styles/all/

Open: /ext/wolfsblvt/avatarsonmemberlist/event/listener.php

Find:

Code: Select all

'T_EXT_AVATARSONMEMBERLIST_THEME_PATH'		=> $this->path_helper->get_web_root_path() . $this->ext_root_path . '/styles/' . $this->user->style['style_path'] . '/theme',
Replace with:

Code: Select all

'T_EXT_AVATARSONMEMBERLIST_THEME_PATH'		=> $this->path_helper->get_web_root_path() . $this->ext_root_path . '/styles/all/theme',
It is only a simple default avatar. It will work the same on all styles. Groups that add a default avatar dont have an option to add individual avatars to each style.
I was about to post the exact same solution. Can we have this applied as part of the package?
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 »

Pernod70 wrote:I was about to post the exact same solution. Can we have this applied as part of the package?
Yes, this fix will be done for that in the next version.
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
SalazarAG
Registered User
Posts: 677
Joined: Mon Mar 30, 2015 10:48 am

Re: [BETA] Avatars on Memberlist

Post by SalazarAG »

you can add avatars on the "moderating team"? It is a page list of members as well.
I'm sorry for my English. Google Translator does a bad job. :D
FomenkoAndrey
Registered User
Posts: 369
Joined: Thu Aug 19, 2010 10:44 am

Re: [BETA] Avatars on Memberlist

Post by FomenkoAndrey »

SalazarAG wrote:you can add avatars on the "moderating team"? It is a page list of members as well.
http://bb3.mobi/forum/viewtopic.php?style=4&p=738
or at least in this extension is necessary to check whether the extension "Team Avatar" is not included.
User avatar
SalazarAG
Registered User
Posts: 677
Joined: Mon Mar 30, 2015 10:48 am

Re: [BETA] Avatars on Memberlist

Post by SalazarAG »

FomenkoAndrey wrote:
SalazarAG wrote:you can add avatars on the "moderating team"? It is a page list of members as well.
http://bb3.mobi/forum/viewtopic.php?style=4&p=738
or at least in this extension is necessary to check whether the extension "Team Avatar" is not included.
Thank you!
I'm sorry for my English. Google Translator does a bad job. :D
Paul
Infrastructure Team Leader
Infrastructure Team Leader
Posts: 29002
Joined: Sat Dec 04, 2004 3:44 pm
Location: The netherlands.
Name: Paul Sohier

Re: [ABD] Avatars on Memberlist

Post by Paul »

This topic has been marked as [ABD] - Abandoned as the extension author has not been active recently. If the extension author wishes to continue development, please PM anyone on the Extensions Team to request this topic be unlocked.

Notice!
We do not recommend that a user of the phpBB software install this extension, or any other extension that is marked as “abandoned” or “in development”, on a live forum. Doing so may cause your forum to not perform in the manner it should.


Thank you,
The phpBB Extensions Team

Return to “Abandoned Extensions”