clarkwinkelmann https://gametogeek.club All I could say is thanks
Catch The Fish
Can't work in Chinese language...
Cathas9lives you use chinese too?
KuroiDark 是哦,哈哈
Cathas9lives 哇哦!But this ext can't work well on my flarum
KuroiDark post some images,let me look look
Cathas9lives thanks. If I use english, I can find fishes here, but once I turn to chinese, the will loss... Wait, how can i upload the img here??
KuroiDark Use a site like imgur.com and then add it to your post with the following code: 
jordanjay29 Got it, thank U. I'm using flagrow/upload to upload images on my site
I just installed the plugin but I can't see the fish. when does it start appearing?
Beta 13
SezginYILDIRIM have you created a round and some fishes in the round ?
See the "Configuration" part of the README that reminds of the location of the various settings of the extension.
Released version 0.1.2 with beta 14 support and a bunch of fixes.
The extension is still mostly an example. You can now again use it as an example of a beta 14 extension using most of the possibilities offered by Flarum.
You can also use GitHub's compare feature or the replay of my live stream to see the steps necessary to get such a complex extension compatible with the new version.
I believe the extension still works on beta 15 but haven't tested yet. It'll definitely break once beta 16 comes out and removes all the deprecated code. I'll probably update the extension again around April.
- Edited
clarkwinkelmann I installed the Extension and it works as I can do the settings. Desperately I can't find any fish. We have a test enviroment. There all posts are older, so i created with User A and B some Test threads. But I can't find the fishes.
Do you know what I'm doing wrong?
I Set the following in Admin Section:
How old discussions can be for a fish to be placed on it (days) --> 7
How old posts can be for a fish to be placed on it (days) --> 7
How long since a user must have been active for a fish to be placed on it (days) --> 1 (this means user must be online since 1 day?)
Time allowed to place fish before it is randomly placed (minutes) --> 5
the 2 switches are active
Greetings from Switzerland
Daniele
- Edited
Dany Hi Daniele. You could check in the database for the catchthefish_fishes
table. The discussion_id_placement
/post_id_placement
/user_id_placement
column will let you know where it currently is.
Once you find the fishes from the database we'll know for sure whether it's a bug or not
Your settings look fine. The user activity is indeed the value of "last seen online at". I think that this extension ignores the "disclose online" user setting, so anyone recently online can get fishes, even if they have hidden their online status. If that's the case I could try to fix that to honor the privacy setting.
clarkwinkelmann Thank you very much! Our Developer (GlowingBlue) will take a look inside. As soon as I get an answer, I'll get back to you :-)
Greetings
Daniele
I have released version 0.1.3 with Flarum beta 16 compatibility. Just in time for next April Fools
This is the ester egg extension right, in India we celebrate crackers festival it's called Diwali. instead of fish can we replace image or GIF files with crakers , bombs, rockets ? It will be lot of fun
In childhood we used to share crakers with friends and celebrate the festival.
clarkwinkelmann yes I think GIF upload is enabled.
But just like Flarum avatars, the automated cropping means the GIFs lose their animation (everything is saved as PNG). You could manually upload the animated GIF to the assets folder (assets/catch-the-fish) and update the image property of the fish in the database to point to your GIF file.
Got it