Topic: Feature wishlist
Started by: Miskatonic
Started on: 7/22/2005
Board: Site Discussion
On 7/22/2005 at 5:29am, Miskatonic wrote:
Feature wishlist
I thought it might be nice to start a thread to divert all the, "Hey, you know what would be nice...?" and "I miss feature X" posts to their own little ghetto so our hard-working, beloved Mr. Nixon can concentrate on the "Holy Crap This Is Completely Broken (and it's not just my computer)" posts. (If that's cool with you, C.?)
So... here's mine: I miss that posters' geographical locations were displayed under their usernames. I thought it contributed a lot to the authenticity of the discussion, like the emphasis on using real names. Helps a lot when you're trying to throw out culturally relevant references too. Now I see posts from users I don't recognize, and to me they're "Raistlin007 from somewhere in cyberspace." Less personal than "Ralph from Peoria," you know?
(Hey, the new software's formatting toolbar is not completely retarded! Cool!)
On 7/22/2005 at 1:11pm, johnmarron wrote:
Re: Feature wishlist
I thought I would throw in a request, although I have no idea if this is possible. Along with showing location under a poster's username, is it possible to search the member database location field? I recently relocated to a new city, and prior to moving, I methodically paged through the list of thousands of Forge members looking for folks in my new city. I found one, contacted him through email, and we have been gaming for the last 4 months. If the location field was searchable, folks could easily find other forgites in their area.
Just a thought,
John
On 7/23/2005 at 6:28am, Noon wrote:
RE: Re: Feature wishlist
Increase the font size by a step?
On 7/23/2005 at 12:23pm, Ben Lehman wrote:
RE: Re: Feature wishlist
Ditto on the location field. Also-- Favorites?
On 7/23/2005 at 4:32pm, Miskatonic wrote:
RE: Re: Feature wishlist
Default font size is fine, IMNSHO.
Callan, you know you can bump up the font size a notch or two in your web browser, right? Clinton hasn't set hard point sizes, so this works well.
On 7/23/2005 at 5:51pm, Frank T wrote:
RE: Re: Feature wishlist
I would like the links to forum, channel and thread to appear also at the bottom of a page, so I don't have to scroll back up after reading the thread.
On 7/24/2005 at 2:44am, Noon wrote:
RE: Re: Feature wishlist
Larry wrote:
Callan, you know you can bump up the font size a notch or two in your web browser, right? Clinton hasn't set hard point sizes, so this works well.
I thought it might be so small, because there was something I could do myself to adjust it. But I tried looking in my profile for the answer, rather than my browser menu. Thanks!
On 7/26/2005 at 4:49pm, ScottM wrote:
RE: Re: Feature wishlist
This is really for whoever helps first (rather than strictly Clinton). I suspect it can be done already, but I haven't tracked down how. Right now, the link colors are the same as the text (at least for me), and I'd like to change that. I've looked through the preferences, but didn't find a setting there that'd work.
I know I can set all sites to a uniform color for hyperlinks, but this is the only one that's indistinguishable and I'd rather not mangle the others.. Is there a way to do so for the Forge alone? [I'm using Firefox and have Greasemonkey, but I lack the skills to do a script from scratch.]
Thanks,
Scott
On 7/27/2005 at 12:28pm, Rob Carriere wrote:
RE: Re: Feature wishlist
Scott,
I don't have Greasemonkey (Firefox's "security" model is scary enough as-is), but the script below works when pasted into (a downloaded copy of) the page. The name of the function probably won't clash with any reasonably-named function on the page, but I think Greasemonkey allows you to use anonymous functions. If so, you should (simply remove the name from between the word "function" and the left brace.) You will also need to tell Greasemonkey to invoke this for every Forge page you load.
Limitation: this thing will color every link on the page, not just the invisible ones on the text. You could avoid that by walking the DOM tree and keeing track where you are on the page, but I don't have time for that right now--also it's likely fragile as long as Clinton is still tuning.
If you want to adjust the color (right now it's bright red :-) ) change the "#FF0000" thing. The first two digits regulate the red, the next 2 the green, the last two the blue. Values for a digit are 0123456789ABCDEF, higher is more of the color.
Enjoy,
SR
--
[tt]
function show_links_RCRCRC() {
for ( var iLink = 0; iLink < document.links.length; ++iLink ) {
document.links[iLink].style.color = "#FF0000";
}
}
[/tt]
On 7/27/2005 at 1:08pm, Clinton R. Nixon wrote:
RE: Re: Feature wishlist
This is just a test of the link system.
On 7/27/2005 at 1:14pm, Clinton R. Nixon wrote:
RE: Re: Feature wishlist
ScottM wrote:
This is really for whoever helps first (rather than strictly Clinton). I suspect it can be done already, but I haven't tracked down how. Right now, the link colors are the same as the text (at least for me), and I'd like to change that. I've looked through the preferences, but didn't find a setting there that'd work.
It should not be that way, but they were kind of dark blue. I've made them this electric blue to make them stand out more. Let me know if they're still not visible.
On 7/27/2005 at 1:31pm, Vaxalon wrote:
RE: Re: Feature wishlist
The contrast is there, but it's slight. It's not so much an electric blue, at least for me, as it is a medium purple.
How about a turquoise?
On 7/27/2005 at 3:58pm, ScottM wrote:
RE: Re: Feature wishlist
Clinton wrote: It should not be that way, but they were kind of dark blue. I've made them this electric blue to make them stand out more. Let me know if they're still not visible.
Thanks for the change; yes, it is visible. It's a bit purple (rather than blue), but it's visible to me.
Thanks again. The software's beautiful, and I appreciate all the work you've done.
Scott
On 7/28/2005 at 9:59am, Rob Carriere wrote:
RE: Re: Feature wishlist
Clinton,
The color you have now is very visible but not distracting. Here's my vote for "great choice".
SR
--
On 8/2/2005 at 11:29pm, Miskatonic wrote:
RE: Re: Feature wishlist
Speaking of Location, I've noticed a bunch of new members that don't have any location listed in their profiles. I always like to know if semi-literate posts are due to either not living in an English-speaking country, or from huffing gas.
On 8/3/2005 at 1:58pm, Andy Kitkowski wrote:
RE: Re: Feature wishlist
I wish it was much easier to differentiate between STICKY threads and NONSTICKY threads. The 2-pixel-wide "shadow" underneath the id card picture doesn't help any. It needs to be bigger, or a different shape, or something.
-Andy
On 8/6/2005 at 12:38am, Andy Kitkowski wrote:
RE: Re: Feature wishlist
Looks like it was changed. Yippie!
-Andy