News | Forum | People | FAQ | Links | Search | Register | Log in
Site Help
This is the forum to ask questions about this website, report things that are broken, request features, etc.

Be sure to check out the FAQ as well.
First | Previous | Next | Last
Metl, I R Dum 
Could you put a link in the sticky OP on how to do things like making working links and such? A quick search didn't do me any good. 
Quaketree: 
it's in the FAQ but I could make it more prominent I guess 
Ok 
Thanks. 
Metl 
All the images in /levels/rubicon2/ are broken. 
Otp: 
Thanks, this is fixed now. It was another place in my code where I was relying on the "register_globals" setting. 
Time To Update The Links? 
QuakeDev is gone, PQ hasn't been updated since August 2012, and Besmella redirects to Quakeworld.nu. Also, a link to http://quakewiki.org/ would be nice. 
Updated. 
 
Thanks 
 
TEST_TEST_TEST_TEST_TEST_TEST_TEST_TEST_TEST_TEST_TEST_TEST_TEST_TEST_ 
TEST_TEST_TEST_TEST_TEST_TEST_TEST_TEST_TEST_TEST_TEST_TEST_TEST_TEST_TEST_TEST_TEST_TEST_TEST_TEST_TEST_TEST_TEST_TEST_TEST_TEST_TEST_TEST_TEST_TEST_TEST_TEST_TEST_TEST_TEST_

Testing long words -- instead of chopping them and adding a "..." at the end, i now set the CSS property overflow=auto to add a scroll bar. 
 
man that is ugly.

but at least people can read long strings. 
Can't You Just Split The String And Add A Newline Between Splits? 
would be better than that scroll bar 
You Could 
make shortened words clickable, and a click on them expands them, showing the scrollbar. Because yeah: ugly. 
 
I'll try to come up with something better, when i have more time to work on it.

Usually long strings with no spaces are things like source code, urls, etc. where adding a space could invalidate the content. So i have to keep that in mind. 
Word Up G 
the html on the front page atm seems borked. Giant black segment running down the side that seems to be caused by links in a news item. 
 
i don't see it, what browser are you using? 
Happens On Safari 
 
I Saw This Earlier 
on my phone. But only when I logged in on my pc did I realise what this meant, this is hella ugly having a giant scroll bar. The Rage thread is fucked on my pc. 
 
I would rather just extend the long words to break out of the layout. looks like ass too but is much more user friendly imo, especially on small screens.

but isn't there some css3 stuff that might allow hard hyphenation? been a while since I looked. 
Metl 
latest version of chrome on windows. 
Screenshot 
CSS Stuff 
looks like setting "word-wrap:break-word;" might do the trick. It does word wrapping like normal, but also breaks single words that are too long to fit on a line. 
Update: 
followed ericw's suggestion and I am now using word-wrap:break-word; ... seems to work! 
Not Always 
Hm 
Yeah, I get the same breakage on http://celephais.net/board/view_thread.php?id=60984 in chrome 32 and safari 7.

I played around with the browsers a bit, and adding "word-break: break-word;" in addition to the word-wrap setting seems to fix chrome/safari, and not mess up firefox. That seems to be a nonstandard/undocumented value for "word-break" though, whereas the "word-wrap" setting is at least documented in http://www.w3.org/TR/css3-text/#overflow-wrap-property :-/ 
 
Okay, seems I'll need to add word break and over flow wrap to cover all browsers and all versions of the standard. 
First | Previous | Next | Last
You must be logged in to post in this thread.
Website copyright © 2002-2024 John Fitzgibbons. All posts are copyright their respective authors.