Skip to main content
GameDev.net gamedev.net
🔒 Locked

Unofficial New Forum FAQ

Started by SiCrane Jun 15, 2004 at 7:39 AM 23 replies 8.6k views
Original Post
SiCrane
SiCrane
These seem to be the some of the more frequently asked questions about the new forums in the first few hours of launch. And here are my unofficial answers.

Why doesn't auto-login work?

There seems to be an issue with with cookies carried over from the old forums. Try deleting your cookies and trying again. If it still doesn't work, bother one of the staff members. :)

Why doesn't :) work? The FAQ says it should

The FAQ isn't up to date as I write this. The :) style smilies screw up enough code often enough that they got taken out. Especially the :P one.

What happened to Nearly Banned?

Nearly banned got replaced by a more robust warning system.

I found a bug, what do I do?

Post it in this forum somewhere, unless it's a serious security issue. In that case you should get a hold of one of the staff and tell them. (Over e-mail, or maybe try out the new Private Messenger feature.)

Why can't I use an avatar or themes?

Avatars and themes are planned to be subscriber benefits. Right now mods and staff have access to them.

When are subscriber benefits coming out? How much wiill they cost?

I'll probably find out the same time you will. :)

What HTML tags are allowed?

Here's my list of usable tags:
  • a
  • b
  • big
  • br
  • em
  • font
  • h1, h2, h3, h4, h5, h6
  • hr
  • i
  • img
  • li
  • ol
  • pre
  • small
  • strike
  • sub
  • sup
  • tt
  • u
  • ul
This list was done off of memory, so I may be missing one or two. Everything else that looks like a HTML tag should display in the post. This way you can write, for example, C++ template code without having to bother to manually escape the < and >.

What forum tags are there?

In addition to the list of tag style smilies in the forum FAQ, here's my list of forum tags:
  • b
  • code
  • i
  • faq
  • quote
  • source
However, unclosed tags do not get converted into italics, bold, etc. Therefore if you use i as a loop variable for your for loops, you can do data = i or whatever as normal code as long as you don't have a closing tag somewhere else in your post.

What languages can I use with source blocks?

Right now, these are accepted:
  • Visual Basic / VBScript (lang="vb" or lang="vbscript")
  • Java (lang="java")
  • C/C++ (lang="c" or lang="cpp")
  • X86 Assembly (lang="asm")
  • C# (lang="c#" or lang="csharp")
  • &#106avascript/JScript (lang="&#106avascript" or lang="jscript") <li>Python (lang="python") (though there are known issues with parsing multiline string literals) </ul> If you use an invalid language setting, the source block will revert to cpp. <h2>Why can't I post to this really old thread? When I reply it dumps me back to the main forum page.</h2> That's the anti-necro code kicking in. After a certain amount of time with no new posts, &#111;nly staff and mods can reply to the thread. (Yeah, I know the system can be a little more friendly) I believe the amount of time is a per forum setting. <h2>What's the "link" link for &#111;n every post?</h2> It should link you to post, so you can use it to get to the right page, etc. <h2>What's the deal with the edited by message? Sometimes it doesn't show up.</h2> The edited by message should &#111;nly show up if you edited your post more than (I think) 15 minutes since it was posted. <h2>What's the deal with ratings?</h2> Ratings are given per person. If you think someone is helpful or friendly in general you should rate then up. If you think someone is unhelpful/unfriendly/trollish/boorish/etc. then rate them down. Ratings are not per post. If you given someone multiple ratings, &#111;nly the last &#111;ne matters. <!--EDIT--><span class=editedby><!--/EDIT-->[Edited by - SiCrane on July 4, 2004 11:53:33 PM]<!--EDIT--></span><!--/EDIT--></li></li></li></li></li></li></ul>
Fruny
Fruny
You know, it perturbates me to see vector highlighted, but not std.
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." — Brian W. Kernighan
superpig
superpig
I don't think [ b ] and [ i ] are tags anymore, are they?

test

test

Edit: hmm, ok, so maybe they are :)
Richard "Superpig" Fine - saving pigs from untimely fates - Microsoft DirectX MVP 2006/2007/2008/2009
"Shaders are not meant to do everything. Of course you can try to use it for everything, but it's like playing football using cabbage." - MickeyMouse
Pipo DeClown
Pipo DeClown
Quote:
Original post by superpig

I don't think [ b ] and [ i ] are tags anymore, are they?

test

test

Edit: hmm, ok, so maybe they are :)


Which totally sucks! :D

Edit: WHy not replace :) :P, with =) =P??
fractoid
fractoid
Maybe this has been frequently asked elsewhere, but why does Active Topics only have ten items on it? I guess this is a deliberate thing to limit server load, but won't it mean any given new thread will drop off in twenty seconds and possibly be overlooked completely?

OK - I answered it myself, but still possibly worth posting Q&A.
Q: Why does Active Topics (or any other list) only have X items on it?
A: Because that's how it's set in your profile. Go change it.

Oh, and the timezone setting so we're not all constantly converting timezones? Big gold star for whoever put it in! Thanks heaps!
Michalson
Michalson
You'll also notice page numbers. The profile controls how many topics are shown per page by default. This removes the old 56k modem killing 300KB+ activetopics page
Alpha_ProgDes
Alpha_ProgDes
i was wondering about the journal forum.
are only mods and staff allowed to have such threads?
or is this a "premium" feature?

edit: don't worry, i found out..... it's 'premium'.
i guess you people will have to be telling the price of that soon. yeah?
Beginner in Game Development?  Read here. And read here.  
DudeMiester
DudeMiester
I just noticed the targeted advertising in the control panel for our accounts. Although for people like me, it's useless since I don't have a credit card, lol.

Interesting change tho.
[s] [/s]
I can see the fnords.
Myopic Rhino
Myopic Rhino
Wow, this is the first topic SiCrane's started in 4 years.
SiCrane
SiCrane
I've been saving it up for a special occassion. :)
superpig
superpig
Quote:
Original post by DudeMiester

I just noticed the targeted advertising in the control panel for our accounts. Although for people like me, it's useless since I don't have a credit card, lol.

Interesting change tho.
Yup, that's pretty cool, isn't it? I'm told it picks out books based on the searches you've run, the forums you've visited, what you had for breakfast, the color of your underwear, etc etc...
Richard "Superpig" Fine - saving pigs from untimely fates - Microsoft DirectX MVP 2006/2007/2008/2009
"Shaders are not meant to do everything. Of course you can try to use it for everything, but it's like playing football using cabbage." - MickeyMouse
d000hg
d000hg
Can you only rate someone once? If so it needs to made more clear you're not just rating someone on the usefulness of their reply to your topic (someone is sarcastic or brash to a noob and gets a 1 rating in return).
quasar3d
quasar3d
Where is your post history? In my profile I can only see topics I made myself, but not topics I've replied to. Is this really gone, or am I just too stupid to find it.
T2k
T2k
i think we need a new rule for the rating system:
posts that offer you a rating shouldnt be allowed (me looks at nes8's thread)...


T2k
superpig
superpig
and are back in.
Richard "Superpig" Fine - saving pigs from untimely fates - Microsoft DirectX MVP 2006/2007/2008/2009
"Shaders are not meant to do everything. Of course you can try to use it for everything, but it's like playing football using cabbage." - MickeyMouse
SiCrane
SiCrane
You know, you could have added them to the list yourself. ;)
pan narrans
pan narrans
You are strangely fond of the pig icon, huh?
Minister of Propaganda : leighstringer.com : Nobody likes the man who brings bad news - Sophocles (496 BC - 406 BC), Antigone
Pipo DeClown
Pipo DeClown
[headshake] -> [depressed] -> [sad]

[crying] -> [bawling]

[grin] -> [pig]

Topic Locked

This topic has been locked by a moderator. New replies are not allowed.

Sign in to reply to this topic.