Page 17 of 21

Re: popot.org

Posted: December 27th, 2020, 11:50 am
by David
I see myself in the list, but I don't have an actual PoPOT account.

Re: popot.org

Posted: December 27th, 2020, 12:51 pm
by atrueprincefanfrom18
Norbert wrote: December 26th, 2020, 8:45 pm To attach these mods to user accounts, I need to know:
1. Does the inactive account (e.g. Amogh Datar) have a user account (e.g. atrueprincefanfrom2018) ?
2. If so, which of the two account names does the mod author prefer to use ?
Yes, I have "Amogh Datar" account at PoPOT, it's inactive and the user account that I use is atrueprincefanfrom2018. I prefer the latter (atrueprincefanfrom2018).

It's gonna be tough time for you :(

Re: popot.org

Posted: December 27th, 2020, 2:16 pm
by Norbert
David wrote: December 27th, 2020, 11:50 am I see myself in the list, but I don't have an actual PoPOT account.
If you ever create an account, for example to add a new mod (once that functionality is live), I can rename that new user account to "David" and then attach David's Levels to it.
atrueprincefanfrom18 wrote: December 27th, 2020, 12:51 pmYes, I have "Amogh Datar" account at PoPOT, it's inactive and the user account that I use is atrueprincefanfrom2018. I prefer the latter (atrueprincefanfrom2018).
Thanks for the feedback.
And, done.
atrueprincefanfrom18 wrote: December 27th, 2020, 12:51 pmIt's gonna be tough time for you :(
Oh, don't worry, this is almost no work. For your account(s), I simply executed:

Code: Select all

UPDATE `popot_mod` SET author1_id='187' WHERE (author1_id='212');
UPDATE `popot_mod` SET author2_id='187' WHERE (author2_id='212');
UPDATE `popot_mod` SET author3_id='187' WHERE (author3_id='212');
UPDATE `popot_user` SET nick='Unused001' WHERE (nick='Amogh Datar');

Re: popot.org

Posted: December 27th, 2020, 5:47 pm
by atrueprincefanfrom18
Norbert wrote: December 27th, 2020, 2:16 pm
atrueprincefanfrom18 wrote: December 27th, 2020, 12:51 pmIt's gonna be tough time for you :(
Oh, don't worry, this is almost no work.
Yeah, not for my account, but for others. I'm sure there are gonna be 5 to 6 different cases of the people (and half of them being inactive). Maybe it's time for you to convert inactive people into active ones by mailing them to the post.

Re: popot.org

Posted: December 28th, 2020, 4:46 pm
by Norbert
Norbert wrote: August 17th, 2020, 5:24 pm
Norbert wrote: May 16th, 2020, 7:22 pm I'm going to add functionality to PoPOT that will allow registered users to add their own mods, including screenshots and such.
I've just added two new mods to PoPOT manually (Amogh's Levelset 1 and Youran's Levelset 1).
With the exception of Shauing's upcoming SNES mod, I will temporarily (1-2 months, I expect) not add new mods.
This will allow me to focus on adding the new functionality.
This is taking longer than expected.
It's still an ongoing project.
Okay, the first part is finally done: users can now submit mods.
https://www.popot.org/custom_levels.php?action=Submit

Next up, I will work on a feature that allows users to subscribe to receiving notifications about newly added mods.
Once that is done, I will release all the website's source code as popot.org 3.0.
And then we'll go from there with further improvements.

Re: popot.org

Posted: December 28th, 2020, 6:39 pm
by atrueprincefanfrom18
Norbert wrote: December 28th, 2020, 4:46 pm Okay, the first part is finally done: users can now submit mods.
https://www.popot.org/custom_levels.php?action=Submit
Congrats!
Norbert wrote: December 28th, 2020, 4:46 pm Next up, I will work on a feature that allows users to subscribe to receiving notifications about newly added mods.
And feature to edit the mods?

Two suggestions:
1. The submit mod link is somehow not really easy to find. But I don't know how you could improve it.
2. The header image seems to have changed styling. The mod name for example, this is in black. I think it was white?

Re: popot.org

Posted: December 28th, 2020, 6:48 pm
by Norbert
atrueprincefanfrom18 wrote: December 28th, 2020, 6:39 pmAnd feature to edit the mods?
That's part of the "further improvements".
atrueprincefanfrom18 wrote: December 28th, 2020, 6:39 pmTwo suggestions: [...]
Thanks. I've: 1. added an entry in the menu, and 2. fixed the color.

Re: popot.org

Posted: December 29th, 2020, 12:19 am
by Norbert
Norbert wrote: December 28th, 2020, 4:46 pmNext up, I will work on a feature that allows users to subscribe to receiving notifications about newly added mods.
I've implemented this.
And I've just emailed all PoPOT users about this new feature; pointed them to the Settings page.

I'll now further improve the website's source code, and then publish it as popot.org 3.0.

Re: popot.org

Posted: December 29th, 2020, 8:13 am
by atrueprincefanfrom18
Also, on submit page, it would be better if you also link to this thread. So people might improve the quality of mods thereby making sure player enjoys it.

P.S: And/or in Apoplexy (rather every editor).

Re: popot.org

Posted: December 30th, 2020, 9:09 pm
by Norbert
Norbert wrote: December 28th, 2020, 6:48 pm
atrueprincefanfrom18 wrote: December 28th, 2020, 6:39 pmAnd feature to edit the mods?
That's part of the "further improvements".
Actually, I've changed my mind and will implement mod editing functionality for users before releasing the new source code.
Because a new source code release will be more valuable if it includes that feature.

Re: popot.org

Posted: January 2nd, 2021, 10:04 pm
by Norbert
Users can now also edit their mods. :)

As planned earlier, I'll now further improve the website's source code, and then publish it as popot.org 3.0.

Re: popot.org

Posted: January 3rd, 2021, 6:20 am
by atrueprincefanfrom18
Norbert wrote: January 2nd, 2021, 10:04 pm Users can now also edit their mods. :)
Wow, I'll add Pandemic in Persia, thank you so much!
Norbert wrote: January 2nd, 2021, 10:04 pm As planned earlier, I'll now further improve the website's source code, and then publish it as popot.org 3.0.
By the way, why it's NOT on GitHub?

Edit: Also if you get some time, do consider changing the tricks video to load asynchronously. Maybe, load them on the click of the trick number? They load quite slow and that was actually the primary reason that I created this script. You could also look into this guide.

Re: popot.org

Posted: January 3rd, 2021, 12:55 pm
by Norbert
atrueprincefanfrom18 wrote: January 3rd, 2021, 6:20 amBy the way, why it's NOT on GitHub?
Not everything has to be on GitHub. :)
atrueprincefanfrom18 wrote: January 3rd, 2021, 6:20 amThey [trick videos] load quite slow [...]
Is it better now?
(It's difficult for me to verify, because my connection and PC are relatively fast.)

Re: popot.org

Posted: January 3rd, 2021, 2:17 pm
by atrueprincefanfrom18
Norbert wrote: January 3rd, 2021, 12:55 pm
atrueprincefanfrom18 wrote: January 3rd, 2021, 6:20 amThey [trick videos] load quite slow [...]
Is it better now?
(It's difficult for me to verify, because my connection and PC are relatively fast.)
You could throttle down the internet connection in Google Chrome Developer mode to test it - if you want. You could check this and this.

And no - not as I was expecting, but maybe I'll have to just blame it on my internet connection...
Norbert wrote: January 3rd, 2021, 12:55 pm
atrueprincefanfrom18 wrote: January 3rd, 2021, 6:20 amBy the way, why it's NOT on GitHub?
Not everything has to be on GitHub. :)
Haha, reminds me of this. Read the second line. :lol:

Re: popot.org

Posted: January 3rd, 2021, 5:12 pm
by Norbert
atrueprincefanfrom18 wrote: January 3rd, 2021, 2:17 pmHaha, reminds me of this. Read the second line. :lol:
Hah. :)