pouët 2.0 update news
category: general [glöplog]
Cool :)
* Puts everything in 2 columns so it's more useable on phone... *
* Regrets not reading thread properly first ;) *
* Puts everything in 2 columns so it's more useable on phone... *
* Regrets not reading thread properly first ;) *
The mobile layout is always single-column.
There's now an automatic background link-checking process running that will mark prods with broken links.
It is currently running very conservatively, it only checks 20 prods every 15 minutes randomly, and it doesn't re-check a prod until 30 days have elapsed. The user-agent is always Pouet-BrokenLinkCheck/2.0 in case it goes out of control.
It is currently running very conservatively, it only checks 20 prods every 15 minutes randomly, and it doesn't re-check a prod until 30 days have elapsed. The user-agent is always Pouet-BrokenLinkCheck/2.0 in case it goes out of control.
the customizer works now... :)
changing anything in https://www.pouet.net/account.php (or just clicking submit without actually changing anything) seems to reset all the customizer settings to default...
Quote:
The mobile layout is always single-column.
Yep. I somehow prefer the desktop site though :)
Quote:
changing anything in https://www.pouet.net/account.php (or just clicking submit without actually changing anything) seems to reset all the customizer settings to default...
Ha, that was actually pretty useful just now :D Maybe that bug can be preserved as a reset feature for the customiser?
oh, there's already a reset button :)
Whoops, completely forgot to remove the stuff from account.php :D Fixed.
Cool, some updates. I'll check in on this thread to know what's new. :)
Customizer will now remember your data across computers.
the customöolobstormaziabletic 7004+ super MK2 is awesome. thank you :)
Ahh great, I was getting constant resets :). Sitewide settings submitting broken though:
Code:
Warning: Creating default object from empty value in /srv/hosted/pouet/sites/www.pouet.net/customizer.php on line 542
Warning: Cannot modify header information - headers already sent by (output started at /srv/hosted/pouet/sites/www.pouet.net/customizer.php:542) in /srv/hosted/pouet/sites/www.pouet.net/include_generic/functions.inc.php on line 380
Try now.
mmm yes :3
Awesome!
thanks garg, this just rocks. and works perfectly well.
Pounds-Off and Wanted! widgets are now available in the customizer. They look a bit rough still, but they'll work. :)
the custöomizer is great. thanks for making it :)
Oh there's also a random prod box - it doesn't eat any parameters yet, but will eventually.
Noob question: if one wants to play around with the pouet v2 source code, is there a DB dump or something like that available?
There's a schema in the root dir (pouet.sql); what we did is simply fill it up with junk data.
What COULD be an issue of course is SceneID dependency; I don't really have a solution for that just yet.
With media queries you can automatically handle desktop/mobile resolutions without requiring the user to "change versions". Just put this at the end of your css.
I can see that you're already using media queries for some stuff, so maybe there are other reasons you're not doing it.
Code:
@media all and ( max-width: 640px ) {
h1{
foo: bar;
}
...
}
I can see that you're already using media queries for some stuff, so maybe there are other reasons you're not doing it.
I originally did that, and then SOME iPhone users started frothing. :)
:(