Notifications (368)

Any information about the fun attribute is given here.

Moderator: Plugin Moderators

User avatar
TheFennekin
Neighborhood fox
Reactions:
Posts: 2728
Joined: 24 Aug 2017, 11:17
Location: Wandering around
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: Notifications (368)

#21

Post by TheFennekin »

Maybe @KoalaGuy[Posts][PM]'s problem is not to use "once": true and use once: true just like @Lobby[Posts][PM] said in the codes.

User avatar
Lobby
Developer
Reactions:
Posts: 3705
Joined: 26 Oct 2008, 12:34
Plugins: Showcase Store
Version: Beta

Platform

Re: Notifications (368)

#22

Post by Lobby »

It will be fixed, and it will be renamed to

Code: Select all

"show once":true
@TheFennekin I omitted the quotes as some json standards allow it for names without spaces. However, it's better to use them unless you're lazy :)

User avatar
JustAnyone
Developer
Reactions:
Posts: 3470
Joined: 23 Jul 2017, 12:45
Location: Easter Island
Plugins: Showcase Store

Platform

Re: Notifications (368)

#23

Post by JustAnyone »

Wait. How do you remove navigation button.

User avatar
Bearbear76
Former Bearbear65
Reactions:
Posts: 5730
Joined: 10 Feb 2017, 14:53
Location: L2 cache
Plugins: Showcase Store

Plugin Creator

Platform

Re: Notifications (368)

#24

Post by Bearbear76 »

JustAnyone wrote:
18 Dec 2017, 19:33
Wait. How do you remove navigation button.
In case you wonder: the "z":1 puts a location button on the notification that navigates the user to the building that spawned it.

User avatar
JustAnyone
Developer
Reactions:
Posts: 3470
Joined: 23 Jul 2017, 12:45
Location: Easter Island
Plugins: Showcase Store

Platform

Re: Notifications (368)

#25

Post by JustAnyone »

I already figured out.
With the new version something cool is coming for notifications.

User avatar
Bearbear76
Former Bearbear65
Reactions:
Posts: 5730
Joined: 10 Feb 2017, 14:53
Location: L2 cache
Plugins: Showcase Store

Plugin Creator

Platform

Re: Notifications (368)

#26

Post by Bearbear76 »

How to make your notifications into a question

To make a notification into a question add the following code to your JSON

Code: Select all

"question":true,
Default is false

Next add a function for what will happen depending on the response
For example:

Code: Select all

"ok fun":[{"actions":[{"type":"toast", "id":"I'm a toast!"}]
"cancel fun":[]
Ok fun is activated when the user pressed ok
cancel fun is activated when the user pressed cancel

By writing the following nothing will happen when pressed

Code: Select all

"cancel/ok fun":[]
Here is an example JSON

Code: Select all

[{
"id":"question_notify",
"type":"notification",
"frames":[{"bmp":"person.png"}],
"text":"would you like to see a toast?",
"question":true,
"ok fun":[{"actions":[{"type":"toast", "id":"I'm a toast!"}],
"cancel fun":[]
}]

User avatar
AngelPandaEarth
Small-town resident
Reactions:
Posts: 32
Joined: 11 Jun 2018, 04:14
Location: United States
Plugins: Showcase Store
Contact:

Plugin Creator

Platform

Re: Notifications (368)

#27

Post by AngelPandaEarth »

?
Attachments
Screenshot_20190404-161533.png

User avatar
CommanderABab
AB
Reactions:
Posts: 11080
Joined: 07 Jun 2016, 21:12
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: Notifications (368)

#28

Post by CommanderABab »

Code: Select all

"actions":[{}]
needs to be within a pair of

Code: Select all

{}
.

User avatar
KINGTUT10101
1,000,000 inhabitants
Reactions:
Posts: 2220
Joined: 07 Jul 2016, 22:50
Location: 'Merica
Plugins: Showcase Store
Version: Beta
Contact:

Plugin Creator

Platform

Re: Notifications (368)

#29

Post by KINGTUT10101 »

How can I add those optional tags like "show once" to a notification shown via Lua?

User avatar
JustAnyone
Developer
Reactions:
Posts: 3470
Joined: 23 Jul 2017, 12:45
Location: Easter Island
Plugins: Showcase Store

Platform

Re: Notifications (368)

#30

Post by JustAnyone »

Yes.

User avatar
KINGTUT10101
1,000,000 inhabitants
Reactions:
Posts: 2220
Joined: 07 Jul 2016, 22:50
Location: 'Merica
Plugins: Showcase Store
Version: Beta
Contact:

Plugin Creator

Platform

Re: Notifications (368)

#31

Post by KINGTUT10101 »

That's helpful...

User avatar
JustAnyone
Developer
Reactions:
Posts: 3470
Joined: 23 Jul 2017, 12:45
Location: Easter Island
Plugins: Showcase Store

Platform

Re: Notifications (368)

#32

Post by JustAnyone »


User avatar
KINGTUT10101
1,000,000 inhabitants
Reactions:
Posts: 2220
Joined: 07 Jul 2016, 22:50
Location: 'Merica
Plugins: Showcase Store
Version: Beta
Contact:

Plugin Creator

Platform

Re: Notifications (368)

#33

Post by KINGTUT10101 »

You sly dog :bt

Post Reply Previous topicNext topic

Return to “Fun attribute”