pouët.net

Go to bottom

Pouet features

category: general [glöplog]
Yeah, I was wondering about as well :D
added on the 2012-01-07 21:54:38 by Tomoya Tomoya
"about that"*, damn :I
added on the 2012-01-07 21:55:01 by Tomoya Tomoya
Yes, I meant thumbnails. Sorry, that was ambiguous.
added on the 2012-01-07 22:13:11 by indigo indigo
Would be really nice with a user->group relation possible in the account-settings. Should be shown when clicking on a user's name. Could also be used in conjunction with users' posts on the BBS.
added on the 2012-03-31 18:19:28 by Punqtured Punqtured
Even if users have to fill in an ID of the group-table. Can't see anyone would have problems with that. No need for fancyness - just good old plain functionality. Leave the niceness to Apple and the inginuity to Google ;)
added on the 2012-03-31 18:21:09 by Punqtured Punqtured
what punqtured here suggests is actually the only betterment of pouet i'd really like. And perhaps a more userfriendly forum, but the current BBS has its charm too.
added on the 2012-03-31 18:21:46 by nic0 nic0
create new table user_group_rel (id int not null primary key auto_increment, user_id int not null, group_id int not null)

<input type='text' name='group_id'>

function add_new_user() {
insert into users ...
$group = new Group();
$group->find($input->group_id);
$user_group_rel = new UserGroupRel();
$user_id = mysql_last_insert_id-stuff-whatever...();
$user_group_rel->user_id = $user_id;
$user_group_rel->group_id = $group->id;
$user_group_rel->save();

That's probably about the work it takes to implement that feature ;)
added on the 2012-03-31 18:48:29 by Punqtured Punqtured
Actually, a simple "group_id" field in the user profile table (which links to http://pouet.net/groups.php?which=$id - like the cdcs) could do the job
added on the 2012-03-31 19:15:40 by wullon wullon
wullon: what about being in multiple groups?
added on the 2012-03-31 22:34:54 by T$ T$
I can't think of a single scener in multiple groups.
added on the 2012-03-31 23:51:14 by ferris ferris
Ferris: Hi, my name is Kuroto and i'm in RBBS and SMS Power! ;)
added on the 2012-04-01 00:00:07 by Noctis Noctis
Nope, can't think of a single one.
added on the 2012-04-01 01:23:02 by ferris ferris
Buuurrrrnnnnn!!!!
added on the 2012-04-01 01:26:45 by ringofyre ringofyre
well it actually wasn't meant that way, considering my first comment was a joke to begin with.
added on the 2012-04-01 02:07:07 by ferris ferris
T$>multiple fields (like CDCs :p)

Still, it's of course a bad way to do this.
added on the 2012-04-02 09:07:45 by wullon wullon
i'd like to see the hours i've lost browsing this website
added on the 2012-04-02 13:55:41 by aegis aegis
I think we need a list of what groups ne7 and h2o aren't in, really.
added on the 2012-04-02 14:14:07 by rc55 rc55
I just noticed the "upcoming parties" box. Has it been there for ages already?
But... maybe the boxes "some stats" and "upcoming parties" could interchange locations?
added on the 2012-04-18 01:45:08 by mrdoob mrdoob
also an "actual party" box might be useful.
added on the 2012-04-18 01:47:47 by gentleman gentleman
The upcoming party box is still one day off. (e.g. "today" should be "tomorrow" etc.)
added on the 2012-04-19 14:03:12 by tomaes tomaes
yay rounding. fixed.
added on the 2012-04-19 14:08:56 by Gargaj Gargaj
although having a day minus to encourage people to work harder on their prods might have been a good idea.
added on the 2012-04-19 14:09:24 by Gargaj Gargaj
yes
Is it possible to reverse the page counter of the prodlist while in "order=added" mode?

Currently, page 1 is the newest and page N the oldest, which causes all pages from 1 to N to change with each new prod added.
If page 1 would contain the oldest and page N the newest, the page urls would be way more stable.
added on the 2012-11-18 22:14:42 by T$ T$
i'll look into it tomorrow
added on the 2012-11-18 22:30:14 by Gargaj Gargaj

login

Go to top