Conversation

Chocobo (Kwehventurer)

Its fun that the placeholder text for posts (on pleasetf.me) changes every time you refresh now... I wonder what the full list is (so far for me its been pikachu, leafeon, raccoon, and tiger... a range of things)
2
2
3

@Sofsh WHAT HOW IVE BEEN TRYING TO DO THAT FOR GENERATIONS

2
1
1

@mae @Sofsh probably a frontend mod, it should be pretty simple if you know a bit of js tbh

0
0
2

@mae @Sofsh Here’s the full list of animals (if you wish to spoil yourself on the options): https://git.tenna.zip/Tenna/akkoma-fe/src/branch/pleasetfme/src/components/post_status_form/post_status_form.js#L134 Also! Feel free to suggest more additions, if there’s something not in there you feel I should add!

and along with that code that builds the placeholder text, I returned my custom placeholder text as the placeholder variable at the end of the data() function for PostStatusForm.

2
1
2
@mae glad to help! happy hacking~
0
1
1

@tenna alright, i think i’ve gotten it mostly figured out. where is this data() function?

1
1
1
@mae It starts at line 66, and this is the part I added to make it pick up my custom placeholder: https://git.tenna.zip/Tenna/akkoma-fe/src/branch/pleasetfme/src/components/post_status_form/post_status_form.js#L234

The buildPostPlaceholder var is defined around where the first link I posted is.
1
1
1