MyBB Community Forums

Full Version: how to shrink the image in myalerts
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi friends.

I have a problem here.

how to shrink the image profile in this myalerts?

[attachment=29039]

please help.
Have you looked at the myalerts_alert_row_popup template? You can change the size there.
hi Euan T
I saw it.

where I can add this code: width="24" height="24"

<li class="alert_row {$alert['rowType']}Row{$alert['unreadAlert']}" id="alert_row_popup_{$alert['id']}">
	<a class="avatar" href="{$alert['userLink']}"><img  src ="{$alert['avatar']}"  alt="{$alert['username']}'s avatar" width="24" height="24" /></a>
	<div class="alertContent">
		{$alert['message']}
	</div>
</li>
It's already there. If you want to change the size of it, change the numbers. The only problem might be that your theme has a specific size set for .avatar.
I just want to set my avatar just for alerts. does this work?
What do you mean? You want to use your avatar for everybody's alerts?
instead, I just want to set a large 24x24 avatar for my alerts.

if anyone can help me?