• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Two new features

Pretty nifty! Thanks for all of your hard work.

Is there a tag equivalent so that you don't have to use the button?
 
Can we get fixed width attachment in the DC forum? It would be very useful for the stats and stuff that is posted there. Pretty please? 🙂
 
Attach code would be useful in lots of situations, not just the software forum.

We've been begging for it for years, perhaps you could consider enabling it for everything?

Viper GTS
 
Originally posted by: theNEOone
what is code attachment?


=|

Yeah, yeah, blow me.

😛

[EDIT]Actually now that I re-read your post I realize you might be asking a serious question & not mocking my butchering the name.

Basically it allows you to post using fixed width fonts, which makes posting formatted code possible. Properly structured code relies heavily on fixed width fonts, when you use variable width fonts it becomes very hard to read. It's also useful for posting data in table form, since you can separate columns reliably.[/EDIT]

Viper GTS
 
Originally posted by: jliechty
Can we get fixed width attachment in the DC forum? It would be very useful for the stats and stuff that is posted there. Pretty please? 🙂

Current incarnation won't really work for us... go look at the example in the Software forum 🙁
 
Originally posted by: GeoffS
Originally posted by: jliechty
Can we get fixed width attachment in the DC forum? It would be very useful for the stats and stuff that is posted there. Pretty please? 🙂

Current incarnation won't really work for us... go look at the example in the Software forum 🙁
Is the text window too small or something? That has to be configurable or something.
 
Good stuff. The text in the attached code looks a little small and the large font theme flip back and forth with normal fonts when hovering mouse over top buttons.
 
where is it, I don't see it. where do I set this at ?

profile
personal options
color themes
large fonts
 
thank you.

still TOO SMALL, I guess most users here are 18 years old and have good eyes.

back to ignore font size specified in web pages for me.
 
Nice! I like the larger fonts. Too bad that can be a seperate option from color schemes. But this color scheme is nice so I'm satisified.
 
Originally posted by: GeoffS
Originally posted by: jliechty
Can we get fixed width attachment in the DC forum? It would be very useful for the stats and stuff that is posted there. Pretty please? 🙂
Current incarnation won't really work for us... go look at the example in the Software forum 🙁
Yeah, we've begged for a
Code:
 tag for ages, but We Don't Really Need One (tm) and It Would Be Abused (r). :(

At least this will help in the software forum, as soon as I find a way to make it big enough so I can read the code comfortably. ;)
 
I believe the text is 12px? thats large no?

font-family: Arial, Helvetica;
font-size: 12px;
font-weight: normal;
color: black;
 
Back
Top