Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length

 
Advanced search

1076056 Posts in 44157 Topics- by 36125 Members - Latest Member: Deffstarr

December 30, 2014, 06:46:25 AM
TIGSource ForumsPlayerGeneralFix the fucking forums
Pages: 1 [2] 3 4
Print
Author Topic: Fix the fucking forums  (Read 3875 times)
Hangedman
Level 10
*****


Two milkmen go comedy


View Profile WWW
« Reply #20 on: March 19, 2012, 10:00:11 AM »

img width=700
Logged

AUST
ITIAMOSIWE (Play it on NG!) - Vision
There but for the grace of unfathomably complex math go I
Derek
Bastich
Administrator
Level 10
******



View Profile WWW Email
« Reply #21 on: March 19, 2012, 10:03:59 AM »

Yeah, I don't really like variable width websites, either...

But anyway, I wanted to start a thread for people to complain/make suggestions/give feedback about the forum - this may as well be it!

Keep it coming!
Logged
Schoq
Level 10
*****





View Profile WWW Email
« Reply #22 on: March 19, 2012, 10:29:52 AM »

Put in an image zoom feature so people stop posting huge x8 scaled up pictures in the pixel art threads, that are then quoted seven times in a row with the comment "looks good" (disable or shrink images in quotes too perhaps).

Maybe along with this as well.
Logged

make games, not money
Christian Knudsen
Level 10
*****



View Profile WWW Email
« Reply #23 on: March 19, 2012, 10:59:09 AM »

None of the other themes have fixed widths. They don't look good, though, but if the fixed width is a big problem, they're an option.
Logged

Laserbrain Studios
Currently working on Hidden Asset (TIGSource DevLog)
CEDE
Level 2
**


Don't Stress, Live a Cool Life


View Profile WWW
« Reply #24 on: March 19, 2012, 11:41:54 AM »

I would like the website to serve orange juice and coffee in the morning, ice tea in the afternoon and chocolate shakes in the evening.
Logged

portfolio | studio | latest game: shade dogs | twitterpost-it
Manuel Magalhães
Level 10
*****



View Profile WWW
« Reply #25 on: March 19, 2012, 11:44:29 AM »

I second CEDE's idea. In addition I would propose pancakes for breakfast.

(I also like Alastair's idea.)
Logged

---
Level 10
*****


View Profile
« Reply #26 on: March 19, 2012, 11:52:50 AM »

I want tea over coffee...
Logged
Andy Wolff
Level 10
*****


-------


View Profile WWW Email
« Reply #27 on: March 19, 2012, 11:56:21 AM »

on the fixed width thing: it'd be easier for me if each offending image had a horizontal scrollbar instead of the whole post


add an optional setting that, when enabled, sends users a pm or notification of some sort telling them a post of theirs has been quoted, and where. possibly include nested quotes.

also maybe when somebody says @username

this would make it easier to respond to direct lines of conversation involving you

steal some features from other websites
Logged

iffi
Guest
« Reply #28 on: March 19, 2012, 12:15:55 PM »

On my netbook the forums take up nearly the entire width of the monitor, and on my desktop I almost never maximize my browser window, so the fixed width doesn't bother me. A more elegant way to handle large images would be greatly appreciated, though.
Logged
phubans
Indier Than Thou
Level 10
*


TIG Mascot


View Profile WWW Email
« Reply #29 on: March 19, 2012, 12:27:34 PM »



I'M ALIVE
Logged

deathtotheweird
Guest
« Reply #30 on: March 19, 2012, 12:50:25 PM »

noob. get greasemonkey

Code:
// ==UserScript==
// @name          TIGForums Expand Width
// @description   Changes the width of the default theme from a fixed 900px to a liquid 95%.
// @include       http://forums.tigsource.com/*
// ==/UserScript==

function addGlobalStyle(css) {
    var head, style;
    head = document.getElementsByTagName('head')[0];
    if (!head) { return; }
    style = document.createElement('style');
    style.type = 'text/css';
    style.innerHTML = css;
    head.appendChild(style);
}

addGlobalStyle('#wrapper { width: 85%; }');
Logged
eyeliner
Level 10
*****


I'm afraid of americans...


View Profile WWW Email
« Reply #31 on: March 19, 2012, 01:04:05 PM »

I'M ALIVE
You are kinda ugly, homes.
Welcome to the group. Shrug
Logged

Yeah.
st33d
Guest
« Reply #32 on: March 19, 2012, 03:06:06 PM »

noob. get greasemonkey

Actually this is a pretty good idea.

On a design forum I'm on they started making custom options for viewing the website with Greasemonkey.

The most popular and useful features eventually got absorbed into the site design. After all, once you've written it for Greasemonkey - it's there for the taking.
Logged
eigenbom
Level 10
*****



View Profile WWW
« Reply #33 on: March 19, 2012, 04:22:43 PM »

How about being mobile friendly?
Logged

Rob Lach
Level 10
*****



View Profile WWW Email
« Reply #34 on: March 19, 2012, 04:24:50 PM »

Fix it yourself.

I mean this in actuality. Get greasemonkey and widen up the layout if you want if it's that much of a problem.

P.S. only read the first post.
Logged

Chris Pavia
Level 10
*****


teknobabel42 aquamanscg
View Profile WWW Email
« Reply #35 on: March 19, 2012, 07:35:40 PM »

How about being mobile friendly?

Logged

darklight
Level 0
***



View Profile WWW
« Reply #36 on: March 19, 2012, 10:58:37 PM »

Ctrl + Mouse Wheel Up?
Logged

Storm Clouds over the Western Front - forum & dev blog | Twitter: @DarklightXNA | YouTube: 2D Flight Sim
Shakhal
Level 8
***


Like a child with toys


View Profile WWW Email
« Reply #37 on: March 20, 2012, 12:10:02 AM »

Ctrl + Mouse Wheel Up?

I was thinking the same answer. Mouse revelation! Beg
Logged

PaleFox
Guest
« Reply #38 on: March 20, 2012, 12:50:38 AM »

that would also make your fonts bigger AND scale images needlessly thereby defeating the purpose
Logged
---
Level 10
*****


View Profile
« Reply #39 on: March 20, 2012, 09:32:31 AM »

set it to text zoom only
Logged
Pages: 1 [2] 3 4
Print
Jump to:  

Theme orange-lt created by panic