Avatar type: Gravatar, remote avatar, uploaded avatar, avatar gallery.
push_data
column of the phpbb_wpn_notification_push
table? Any record where "avatar":"http..." part is there.Sure. It uses current avatar (if any), not the one added later.
Not sure it's related to this extension in some way.
I may have misrepresented it. Sorry. There was an avatar when the notification was sent.
That notification's avatar would have been for whoever created the post, so "tester" would have needed to have an avatar at the time their post was made.
Code: Select all
{
"heading":"Testing Board",
"title":"Post approval request by tester1:",
"text":"\"Welcome to phpBB3\"",
"url":".\/mcp.php?i=queue&mode=approve_details&p=4",
"avatar":"https:\/\/testforum:8890\/download\/file.php?avatar=58_1716004251.jpg"
}
Code: Select all
{"heading":"yourdomain.com","title":"Post approval request by tester2:","text":"\"Welcome to phpBB3\"","url":".\/mcp.php?i=queue&mode=approve_details&p=16","avatar":"https:\/\/x.com\/bb3312\/download\/file.php?avatar=59_1716007102.jpg"}
\ext\phpbb\webpushnotifications\styles\all\template\push_worker.js.twig
code is correct on your server, it should contain the lineCode: Select all
icon: response.avatar,
<label for="subscribe_webpush"></label>
, it gives the following error in the console:Try using a completely different browser that you have not used yet with this.