I posted a question to an FAQ. I don't see it any more. What happened?
FAQs will allow responses, however it is important that FAQ responses be related to the original topic. If your response is not related to the original topic, our moderators will remove it so that future readers of the FAQ are not confused by issues which are not directly relevant.
If your posting was related to a problem with the FAQ, and that problem has subsequently been corrected, your posting will also be removed to prevent confusion.
If you have any doubt that your issue is related to the FAQ material, you should be posting your message in the regular forum areas.
This site is ok, but I wish I could do things like post code samples, view new comments in my favourite news reader, etc. Is there anything like this available?
There are a few new features on the site:
RSS Feeds: Each forum always had their own RSS feed, but I just created master feeds for all new forum posts and new FAQs:
Code syntax highlighting: I recently installed Drupal's Geshi module into this site, which allows users to post blocks of code to Forum posts and comments. To do this, just put the <code/> tag around your code like this:
<code type="php">
function foo($arg) {
// code goes here
return 1;
}
</code>
...to get this:
These are the languages I have enabled: