Avatar type: Gravatar, remote avatar, uploaded avatar, avatar gallery.
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.halil16 wrote: Fri May 17, 2024 5:01 pm when I click submit for PM, it does not send, it previews. if I click again, it sends.
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.halil16 wrote: Sat May 18, 2024 6:00 am Yes. to line 39.
When I send a PM to the test account, the link to my avatar seems to be added to the push. But the avatar does not appear in push not...