Page 1 of 1

EOS: Edit public teases (for yourself)

Posted: Sun Mar 16, 2025 10:59 am
by wompi72
If you are curious about a tease or want to change the tease, to better suite yourself, there are some ways to achieve this.

Debug/Preview Mode
In the debug mode, you can jump directly to specific pages or skip waiting times. To get there, you just have to add a &preview=1 at the end of the url.
milovana.com/webteases/showtease.php?id={tease_id}
-> milovana.com/webteases/showtease.php?id={tease_id}&preview=1

Json export
You can have a look at the underlying code of the tease in json format. You can display it in the browser or download it, if you change the showtease to geteosscript in the url:
milovana.com/webteases/showtease.php?id={tease_id}
-> milovana.com/webteases/geteosscript.php?id={tease_id}

Editor (readonly)
If you instead want to see how the tease is build with a user interface, you can look at it in the editor. For that you have to you have to copy the tease_id from the url and put it into editor url:
milovana.com/webteases/showtease.php?id={tease_id}
-> milovana.com/eos/editor/{tease_id}/edit
(There you can export the script with the backup options and get a similar json file)

Edit it yourself
If you want to play the tease with your on changes:
1. get the json file from one of the two methods above
2. Go to https://milovana.com/eos/editor/teases and press on + Create Tease
3. Select the backup tab on the sidebar and upload the json file in the Restore section.
4. Edit the tease
5. In the share tab, you can get an url to play the tease in normal mode (not debug)

Download all
You can Download the complete tease and all media files with PlayfulGuy's Download Tool: viewtopic.php?t=24101

Re: EOS: Edit public teases (for yourself)

Posted: Mon Mar 17, 2025 7:08 am
by Electro
Would running the restore command link the picture and audio content from the original tease, or is there a process to copy that locally and add it to my own edition of an existing tease?

Re: EOS: Edit public teases (for yourself)

Posted: Mon Mar 17, 2025 1:29 pm
by Thamrill
Electro wrote: Mon Mar 17, 2025 7:08 am Would running the restore command link the picture and audio content from the original tease, or is there a process to copy that locally and add it to my own edition of an existing tease?
It will restore all media files too

Re: EOS: Edit public teases (for yourself)

Posted: Mon Mar 17, 2025 3:45 pm
by wompi72
Thamrill wrote: Mon Mar 17, 2025 1:29 pm
Electro wrote: Mon Mar 17, 2025 7:08 am Would running the restore command link the picture and audio content from the original tease, or is there a process to copy that locally and add it to my own edition of an existing tease?
It will restore all media files too
For me it looks more like, the new tease references and uses the files of the old tease. But for the user it is the same: no extra effort required.

Re: EOS: Edit public teases (for yourself)

Posted: Mon Mar 17, 2025 9:25 pm
by Electro
wompi72 wrote: Mon Mar 17, 2025 3:45 pm
Thamrill wrote: Mon Mar 17, 2025 1:29 pm
Electro wrote: Mon Mar 17, 2025 7:08 amWould running the restore command link the picture and audio content from the original tease, or is there a process to copy that locally and add it to my own edition of an existing tease?
It will restore all media files too
For me it looks more like, the new tease references and uses the files of the old tease. But for the user it is the same: no extra effort required.
Awesome, this is great. Is there a way to download the audio or video files, so I can make changes without going through too many hoops. Let's say I want to crop some pictures and then reupload the changes and also want to fix up some audio because I think I could improve on what's already there.

Re: EOS: Edit public teases (for yourself)

Posted: Tue Mar 18, 2025 10:19 am
by wompi72
Electro wrote: Mon Mar 17, 2025 9:25 pm
wompi72 wrote: Mon Mar 17, 2025 3:45 pm
Thamrill wrote: Mon Mar 17, 2025 1:29 pm It will restore all media files too
For me it looks more like, the new tease references and uses the files of the old tease. But for the user it is the same: no extra effort required.
Awesome, this is great. Is there a way to download the audio or video files, so I can make changes without going through too many hoops. Let's say I want to crop some pictures and then reupload the changes and also want to fix up some audio because I think I could improve on what's already there.
Added a link to the download tool in the post.

Re: EOS: Edit public teases (for yourself)

Posted: Tue Mar 17, 2026 1:51 pm
by cockherofan
Another thing I've found super useful is that showtease.php also supports a "page" argument, so you can use this to jump to any page within a tease (even if it's not accessible in any other way).

You can use this for things like testing a tease out, or sharing a specific page of a work-in-progress tease with somebody.

For example:

Code: Select all

https://milovana.com/webteases/showtease.php?id=<your_tease_id>&key=<key_from_share_link>&page=<some_page_name>

Re: EOS: Edit public teases (for yourself)

Posted: Sat Mar 28, 2026 6:57 pm
by wompi72
cockherofan wrote: Tue Mar 17, 2026 1:51 pm Another thing I've found super useful is that showtease.php also supports a "page" argument, so you can use this to jump to any page within a tease (even if it's not accessible in any other way).

You can use this for things like testing a tease out, or sharing a specific page of a work-in-progress tease with somebody.

For example:

Code: Select all

https://milovana.com/webteases/showtease.php?id=<your_tease_id>&key=<key_from_share_link>&page=<some_page_name>
Hey thanks. I wanted to look that up for some time now, but since you posted it here I got the motivation to integrate it in my extensions: Milovana Sidebar

When you install both extensions, you can either open the modal to select any page and open it or use the new dropdown in the sidebar.