Ideas For Forum Features

Is something wrong? Do you have any suggestions? Let us know.
User avatar
Chew Terr
Gosei
Posts: 2060
Joined: Mon Apr 19, 2010 12:45 pm
Rank: KGS 3k
GD Posts: 264
KGS: Chew
Location: Texas
Has thanked: 546 times
Been thanked: 172 times
Contact:

Re: Ideas For Forum Features

Post by Chew Terr »

Nested hide tags would be nice, if possible

[hide]
Makes Malkoposts look neater.

[/hide]
Someday I want to be strong enough to earn KGS[-].
User avatar
zinger
Lives in gote
Posts: 305
Joined: Wed Apr 21, 2010 5:49 am
Rank: hopeless
GD Posts: 0
Has thanked: 1 time
Been thanked: 16 times

Re: Ideas For Forum Features

Post by zinger »

Usernames should be clickable in thread view.
Main Entry: zing·er Pronunciation: \ˈziŋ-ər\
1 : something causing or meant to cause interest, surprise, or shock
2 : a pointed witty remark or retort
User avatar
fwiffo
Gosei
Posts: 1435
Joined: Tue Apr 20, 2010 6:22 am
Rank: Out of practice
GD Posts: 1104
KGS: fwiffo
Location: California
Has thanked: 49 times
Been thanked: 168 times

Re: Ideas For Forum Features

Post by fwiffo »

You can now edit your go rank in your profile and have it show up below your avatar.












<---- like that
dfan
Gosei
Posts: 1598
Joined: Wed Apr 21, 2010 8:49 am
Rank: AGA 2k Fox 3d
GD Posts: 61
KGS: dfan
Has thanked: 891 times
Been thanked: 534 times
Contact:

Re: Ideas For Forum Features

Post by dfan »

I'd love a line or break between sticky topics and normal ones. I expect all the threads with new posts (and orange icons) to be at the top of some demarcated section or other. It's weird to have to scan over a few sticky threads to find the first new one.

By the way, since I don't think I've said it elsewhere, I'm really impressed by how far these forums have come already. Nice work everyone!
User avatar
fwiffo
Gosei
Posts: 1435
Joined: Tue Apr 20, 2010 6:22 am
Rank: Out of practice
GD Posts: 1104
KGS: fwiffo
Location: California
Has thanked: 49 times
Been thanked: 168 times

Re: Ideas For Forum Features

Post by fwiffo »

I've added a Sensei's page for admins to keep track of all the planned features/bugfixes. It's not for suggestions (post those here), it's just so admins can have a global todo list to keep track of all the things that are widely agreed should be done all in one place. I've just gotten started on it, so other admins/moderators should feel free to add things I've forgotten, take ownership of todos, etc.

I put it on Sensei's because it's going to constantly be edited and changed, which is something more suited to the wiki format.
User avatar
ChradH
Dies with sente
Posts: 106
Joined: Wed Apr 21, 2010 8:40 am
Rank: EGF 8k
GD Posts: 0
Universal go server handle: ChradH
Location: Germany
Has thanked: 64 times
Been thanked: 7 times

Re: Ideas For Forum Features

Post by ChradH »

How about links within a post opening in another browser tab/window (target='_blank') instead of replacing our beloved forum?
To sig or not to sig, that is the question.
User avatar
fwiffo
Gosei
Posts: 1435
Joined: Tue Apr 20, 2010 6:22 am
Rank: Out of practice
GD Posts: 1104
KGS: fwiffo
Location: California
Has thanked: 49 times
Been thanked: 168 times

Re: Ideas For Forum Features

Post by fwiffo »

You can do that with a middle-click (or something else, depending on browser and platform), so I wouldn't want to impose that on everyone since individual users can do themselves.
xed_over
Oza
Posts: 2264
Joined: Mon Apr 19, 2010 11:51 am
Has thanked: 1179 times
Been thanked: 553 times

Re: Ideas For Forum Features

Post by xed_over »

ChradH wrote:How about links within a post opening in another browser tab/window (target='_blank') instead of replacing our beloved forum?

ooh, I disagree. that the one thing I really hated about GD

because the memory for opening a new window/tab isn't freed without restarting the browser (which I never do, until forced)

fwiffo is right, users can do that themselves
User avatar
Dusk Eagle
Gosei
Posts: 1758
Joined: Tue Apr 20, 2010 4:02 pm
Rank: 4d
GD Posts: 0
Has thanked: 378 times
Been thanked: 375 times

Re: Ideas For Forum Features

Post by Dusk Eagle »

Thanks to whoever took my idea (or had the idea themselves) of replacing the title tag with the name of the thread you are viewing. It's much easier to keep track of my tabs now :D .
We don't know who we are; we don't know where we are.
Each of us woke up one moment and here we were in the darkness.
We're nameless things with no memory; no knowledge of what went before,
No understanding of what is now, no knowledge of what will be.
User avatar
Redbeard
Lives with ko
Posts: 269
Joined: Fri Apr 23, 2010 10:56 am
Rank: AGA 12k
GD Posts: 292
KGS: RedBeard
DGS: Akahige
Location: Seattle
Has thanked: 127 times
Been thanked: 123 times
Contact:

Re: Ideas For Forum Features

Post by Redbeard »

I always like the Go Product review section on GD. Any chance of duplicating it here?
pasky
Dies in gote
Posts: 43
Joined: Wed Apr 21, 2010 6:49 am
Has thanked: 4 times
Been thanked: 22 times

Re: Ideas For Forum Features

Post by pasky »

I'd like to ping a bit about the tiny post text size since it doesn't seem to be at the senseis page. ;-)
Go programmer and researcher: http://pasky.or.cz/~pasky/go/
EGF 1921, KGS ~1d and getting weaker
User avatar
apetresc
Lives with ko
Posts: 256
Joined: Wed Apr 21, 2010 3:42 pm
Rank: AGA 1k
GD Posts: 1190
KGS: apetresc
IGS: apetresc
OGS: apetresc
Universal go server handle: apetresc
Location: Waterloo, Ontario (Canada)
Has thanked: 110 times
Been thanked: 146 times
Contact:

Re: Ideas For Forum Features

Post by apetresc »

pasky wrote:I'd like to ping a bit about the tiny post text size since it doesn't seem to be at the senseis page. ;-)


I think what's happening is the following: the current stylesheet.css has the following font-family for the post's class:

Code: Select all

font-family: "Lucida Grande","Trebuchet MS",Helvetica,Arial,sans-serif;

If you're running a vanilla Linux system, as you seem to be based on your screenshot, then probably none of the first 4 entries in that list will be found, so it'll default to your system's default sans-serif font, which is likely quite small.

So here's the best solution, that won't interfere with anyone else: pick a good, sans-serif font that's present on your (and therefore, probably, everyone's) Linux distribution that you find easy to read at the default size (1.3em) and I'll add it to the font-family list right in between Arial and sans-serif. Your system will pick it up and display it automatically. Everyone else who has any of the first 4 fonts won't notice a thing.
The road to wisdom? Well, it's plain, and simple to express: Err, and err, and err again; but less, and less, and less!
Image Image Image Image
User avatar
mic
Lives with ko
Posts: 185
Joined: Wed Apr 21, 2010 4:24 am
Rank: 6k KGS
GD Posts: 0
KGS: mic
Location: Kassel, Germany
Has thanked: 66 times
Been thanked: 6 times
Contact:

Re: Ideas For Forum Features

Post by mic »

Hi,

In another thread I've asked about the possibility to download Malkovich games.

What about a button like "show full thread on one page in print preview" with all hidden sections automatically shown? This would ease archiving, printing and viewing a finished game.

Any comments, e.g. why this would be a bad idea? I can think of too much server load, but am not sure how serious this would be.

- Mic
Go is easy: don't play bad moves.
Kirby
Honinbo
Posts: 9553
Joined: Wed Feb 24, 2010 6:04 pm
GD Posts: 0
KGS: Kirby
Tygem: 커비라고해
Has thanked: 1583 times
Been thanked: 1707 times

Re: Ideas For Forum Features

Post by Kirby »

mic wrote:Hi,

In another thread I've asked about the possibility to download Malkovich games.

What about a button like "show full thread on one page in print preview" with all hidden sections automatically shown? This would ease archiving, printing and viewing a finished game.

Any comments, e.g. why this would be a bad idea? I can think of too much server load, but am not sure how serious this would be.

- Mic


Your idea is not fully implemented, yet, but SGF hyperlinks have been added to diagrams, so you should be able to download some of the Malkovich diagrams, if you'd like (but it doesn't contain the sequence of moves - just the position, currently).
be immersed
User avatar
mic
Lives with ko
Posts: 185
Joined: Wed Apr 21, 2010 4:24 am
Rank: 6k KGS
GD Posts: 0
KGS: mic
Location: Kassel, Germany
Has thanked: 66 times
Been thanked: 6 times
Contact:

Re: Ideas For Forum Features

Post by mic »

Kirby wrote:Your idea is not fully implemented, yet, but SGF hyperlinks have been added to diagrams, so you should be able to download some of the Malkovich diagrams, if you'd like (but it doesn't contain the sequence of moves - just the position, currently).

As far as I understand, it lacks all the comments of the observers and the players, which is what make this kind of games interesting?

- Mic
Go is easy: don't play bad moves.
Locked