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.Rename :/ext/wolfsblvt/avatarsonmemberlist/styles/prosilver/
Into :....../ext/wolfsblvt/avatarsonmemberlist/styles/all/
Open:/ext/wolfsblvt/avatarsonmemberlist/event/listener.php
Find:Replace with: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',
Code: Select all
'T_EXT_AVATARSONMEMBERLIST_THEME_PATH' => $this->path_helper->get_web_root_path() . $this->ext_root_path . '/styles/all/theme',
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!
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:Allcrime wrote:[...]
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.
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.LawlyPops Inc wrote:Hey i think this should add avatats to "the team" page too that would be awesome
I was about to post the exact same solution. Can we have this applied as part of the package?Dragosvr92 wrote:To use the no_avatar.gif on all styles, do this:
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.Rename :/ext/wolfsblvt/avatarsonmemberlist/styles/prosilver/
Into :....../ext/wolfsblvt/avatarsonmemberlist/styles/all/
Open:/ext/wolfsblvt/avatarsonmemberlist/event/listener.php
Find:Replace with: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',
Code: Select all
'T_EXT_AVATARSONMEMBERLIST_THEME_PATH' => $this->path_helper->get_web_root_path() . $this->ext_root_path . '/styles/all/theme',
Yes, this fix will be done for that in the next version.Pernod70 wrote:I was about to post the exact same solution. Can we have this applied as part of the package?
http://bb3.mobi/forum/viewtopic.php?style=4&p=738SalazarAG wrote:you can add avatars on the "moderating team"? It is a page list of members as well.
Thank you!FomenkoAndrey wrote:http://bb3.mobi/forum/viewtopic.php?style=4&p=738SalazarAG wrote:you can add avatars on the "moderating team"? It is a page list of members as well.
or at least in this extension is necessary to check whether the extension "Team Avatar" is not included.