inherit
243515
0
Jun 7, 2017 14:51:24 GMT -8
Keen - Summit of Legends
142
April 2017
keenbean
|
Post by Keen - Summit of Legends on May 7, 2017 6:14:21 GMT -8
Site Link: summitoflegends.net Wanted Result: I have an animal adopt type site, and they are able to breed the animals. I want to have a custom page with a list of all the breedings and when they click on a specific breeding, the page updates with the results of the breeding on the right side of the page. Is there a way to do this? If I am not being clear, let me know and I will try to explain differently.
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,018
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on May 7, 2017 10:26:47 GMT -8
The main question that comes to mind here is where is this data that is supposed to be fetched being stored? The advantage of a plugin is it offers two cloud storage areas: a semi-static storage area (changeable by configuring the plugin settings) and a dynamic storage area (called keys) where data can be programmatically written and retrieved entirely through code. If you do it without the provided plugin interface then you would need to provide the coding to interact with your own cloud storage service (e.g dropbox, google drive, amazon. etc.) if you want everybody else to be able to view the data. If the data is saved locally to the person's device (e.g cookie, localStorage) then only they will be able to see it. It would be like you drafting a forum post in your favorite text editor on your laptop and saving it to your laptop, nobody else would be able to read it, you would need to copy it to a forum post so it can then be saved online ("in the cloud") so everybody can then have access to it. I think a plugin request would be a bit more suitable here unless that data is intended to be private and available only to the person viewing it (nobody else can see it) and it can be stored locally to the user's machine instead of in the cloud.
|
|
inherit
243515
0
Jun 7, 2017 14:51:24 GMT -8
Keen - Summit of Legends
142
April 2017
keenbean
|
Post by Keen - Summit of Legends on May 7, 2017 10:57:40 GMT -8
Okay thank you! I will move this over there then ^-^
|
|