Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Please add a Solved checkbox/icon
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo Forums Feedback
View previous topic :: View next topic  
Author Message
VinzC
Advocate
Advocate


Joined: 17 Apr 2004
Posts: 4550
Location: Spa (Belgium)

PostPosted: Sat Dec 08, 2007 2:23 pm    Post subject: Please add a Solved checkbox/icon Reply with quote

I know it's the second time I'm coming with such a request but it's terribly annoying to add the keyword [SOLVED], requiring you to eventually shorten the title of your post - mostly if you couldn't make it shorter in the first place... I've seen PHPBB based forums have such a Mark problem solved checkbox. When the box is checked an icon 'Solved' is displayed next to the title.

Frankly it *is* usefull and has proved to be. I just wonder why Gentoo Forums don't implement it.
_________________
Gentoo addict: tomorrow I quit, I promise!... Just one more emerge...
GNU/Linux user #369763
“Wow! I feel root”
Back to top
View user's profile Send private message
Earthwings
Administrator
Administrator


Joined: 14 Apr 2003
Posts: 7747
Location: Karlsruhe, Germany

PostPosted: Sat Dec 08, 2007 7:35 pm    Post subject: Re: Please add a Solved checkbox/icon Reply with quote

VinzC wrote:
I know it's the second time I'm coming with such a request but it's terribly annoying to add the keyword [SOLVED], requiring you to eventually shorten the title of your post - mostly if you couldn't make it shorter in the first place... I've seen PHPBB based forums have such a Mark problem solved checkbox. When the box is checked an icon 'Solved' is displayed next to the title.

Well, I still don't like that [solved] tags, although I would call user definable thread tags (i.e. a more general version of it) useful.

VinzC wrote:
Frankly it *is* usefull and has proved to be. I just wonder why Gentoo Forums don't implement it.

It needs someone with enough time, motivation and skills to implement, test and maintain it. We don't have someone like that currently.
_________________
KDE 4.10 - Get It While It's Hot!
Back to top
View user's profile Send private message
VinzC
Advocate
Advocate


Joined: 17 Apr 2004
Posts: 4550
Location: Spa (Belgium)

PostPosted: Sat Dec 08, 2007 8:26 pm    Post subject: Reply with quote

Well, I'd be glad to contribute if it's possible. I suppose there is a sandbox to make tests or something equivalent? I also guess there should be a minimum of discussions between site admins and representative to setup a list of requirements?
_________________
Gentoo addict: tomorrow I quit, I promise!... Just one more emerge...
GNU/Linux user #369763
“Wow! I feel root”
Back to top
View user's profile Send private message
Earthwings
Administrator
Administrator


Joined: 14 Apr 2003
Posts: 7747
Location: Karlsruhe, Germany

PostPosted: Sat Dec 08, 2007 9:28 pm    Post subject: Reply with quote

VinzC wrote:
Well, I'd be glad to contribute if it's possible. I suppose there is a sandbox to make tests or something equivalent? I also guess there should be a minimum of discussions between site admins and representative to setup a list of requirements?

Sure, contributions are appreciated. The (customized) phpbb code is available at http://sources.gentoo.org/viewcvs.py/gentoo-projects/forums/ and there's a test forum (currently offline) to test things before adding them to the live site here. tomk, ian! and Maedhros know best about the code, it's a good idea to talk to them in irc (#gentoo-forums in freenode) if you want to get your hands dirty :)
_________________
KDE 4.10 - Get It While It's Hot!
Back to top
View user's profile Send private message
VinzC
Advocate
Advocate


Joined: 17 Apr 2004
Posts: 4550
Location: Spa (Belgium)

PostPosted: Sat Dec 08, 2007 10:46 pm    Post subject: Reply with quote

VinzC wrote:
Well, I'd be glad to contribute if it's possible. I suppose there is a sandbox to make tests or something equivalent? I also guess there should be a minimum of discussions between site admins and representative to setup a list of requirements?

Earthwings wrote:
Sure, contributions are appreciated. The (customized) phpbb code is available at http://sources.gentoo.org/viewcvs.py/gentoo-projects/forums/ and there's a test forum (currently offline) to test things before adding them to the live site here. tomk, ian! and Maedhros know best about the code, it's a good idea to talk to them in irc (#gentoo-forums in freenode) if you want to get your hands dirty :)

I don't mind the dirt, provided I have... Soap :D .

Jokes apart, I'll join IRC. I'll also visit the forums once more where such a feature exist to get a precise picture. (Might be Apache forums, I think.)

Thanks for the tip.
_________________
Gentoo addict: tomorrow I quit, I promise!... Just one more emerge...
GNU/Linux user #369763
“Wow! I feel root”
Back to top
View user's profile Send private message
VinzC
Advocate
Advocate


Joined: 17 Apr 2004
Posts: 4550
Location: Spa (Belgium)

PostPosted: Sun Dec 09, 2007 9:10 pm    Post subject: Reply with quote

I've setup a playground with phpBB at home. I'll play a little with it and evaluate how to add the [SOLVED] button before I discuss it with tomk & Co. I'll post feedback here.
_________________
Gentoo addict: tomorrow I quit, I promise!... Just one more emerge...
GNU/Linux user #369763
“Wow! I feel root”
Back to top
View user's profile Send private message
Earthwings
Administrator
Administrator


Joined: 14 Apr 2003
Posts: 7747
Location: Karlsruhe, Germany

PostPosted: Sun Dec 09, 2007 9:30 pm    Post subject: Reply with quote

One thing tomk or ian! can provide good feedback on is the database layout - e.g. whether it's better to add a new row to the posts/threads table to store that information or have a new table for it etc. Keep in mind that the database is huge and performance is an issue :)
_________________
KDE 4.10 - Get It While It's Hot!
Back to top
View user's profile Send private message
VinzC
Advocate
Advocate


Joined: 17 Apr 2004
Posts: 4550
Location: Spa (Belgium)

PostPosted: Mon Dec 10, 2007 7:49 am    Post subject: Reply with quote

Earthwings wrote:
One thing tomk or ian! can provide good feedback on is the database layout - e.g. whether it's better to add a new row to the posts/threads table to store that information or have a new table for it etc. Keep in mind that the database is huge and performance is an issue :)

Thanks a lot :-) . That's exactly the kind of thing that I was considering.
_________________
Gentoo addict: tomorrow I quit, I promise!... Just one more emerge...
GNU/Linux user #369763
“Wow! I feel root”
Back to top
View user's profile Send private message
VinzC
Advocate
Advocate


Joined: 17 Apr 2004
Posts: 4550
Location: Spa (Belgium)

PostPosted: Sun Jan 20, 2008 10:22 pm    Post subject: Reply with quote

I'm posting to notify that I've *not* given up that topic. I've been a little bit busier than expected lately. I'm keeping the work on and will try to join ian and tomk on IRC. Just that I didn't see them the last times I joined :cry: .
_________________
Gentoo addict: tomorrow I quit, I promise!... Just one more emerge...
GNU/Linux user #369763
“Wow! I feel root”
Back to top
View user's profile Send private message
Earthwings
Administrator
Administrator


Joined: 14 Apr 2003
Posts: 7747
Location: Karlsruhe, Germany

PostPosted: Mon Jan 21, 2008 8:50 pm    Post subject: Reply with quote

VinzC wrote:
I'm posting to notify that I've *not* given up that topic.

:-D

VinzC wrote:
I've been a little bit busier than expected lately. I'm keeping the work on and will try to join ian and tomk on IRC. Just that I didn't see them the last times I joined :cry: .

tomk has been away for some time, but seems to be there again in the last days. Just ping him, that should work.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo Forums Feedback All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum