Topic Preview

default avatar in topic preview - Topic Preview

default avatar in topic preview

by bennybernaer » Sat Aug 22, 2020 2:47 pm

In the topic example word only an avatar if a user has set one.
Is it possible for users with no avatar to use the default avatar in topic preview

Edit:

Normally it should be visible, right?

Code: Select all

		// If avatar string is empty, fall back to no_avatar.gif
		return $avatar ?: self::NO_AVATAR;
	}
User avatar
bennybernaer
Registered User
Posts: 708
Joined: Tue Mar 22, 2011 9:53 pm

Re: default avatar in topic preview

by MattF » Sat Aug 22, 2020 3:57 pm

If a user has no avatar then a generic avatar is shown.
Formerly known as VSEMy ExtensionsPlease do not PM me for support.
User avatar
MattF
Extensions Development Coordinator
Extensions Development Coordinator
Posts: 6037
Joined: Sat Jan 17, 2009 9:37 am
Location: Los Angeles, CA
Name: Matt Friedman

Re: default avatar in topic preview

by bennybernaer » Sat Aug 22, 2020 3:59 pm

Not here, nor on any other forum of mine
Naamloos.png
User avatar
bennybernaer
Registered User
Posts: 708
Joined: Tue Mar 22, 2011 9:53 pm

Re: default avatar in topic preview

by MattF » Sat Aug 22, 2020 4:03 pm

That’sa problem with whatever styles that is
Formerly known as VSEMy ExtensionsPlease do not PM me for support.
User avatar
MattF
Extensions Development Coordinator
Extensions Development Coordinator
Posts: 6037
Joined: Sat Jan 17, 2009 9:37 am
Location: Los Angeles, CA
Name: Matt Friedman

Re: default avatar in topic preview

by bennybernaer » Sat Aug 22, 2020 4:06 pm

In prosilver he doesn't get here either.
User avatar
bennybernaer
Registered User
Posts: 708
Joined: Tue Mar 22, 2011 9:53 pm

Re: default avatar in topic preview

by MattF » Sat Aug 22, 2020 4:13 pm

It works fine for me so you’ll need to dig into what’s going on and provide more info. It’s displaying something there so what is it? You’ll need to inspect the code or source code of your pages there. Or provide links.
Formerly known as VSEMy ExtensionsPlease do not PM me for support.
User avatar
MattF
Extensions Development Coordinator
Extensions Development Coordinator
Posts: 6037
Joined: Sat Jan 17, 2009 9:37 am
Location: Los Angeles, CA
Name: Matt Friedman