sometimes i look into old forum threads, such as http://encode.su/threads/829-FreeArc...re-interesting
there are 2 bugs in their display, can it be fixed?
1) apostrophes are displayed as '
2) urs are wrong, try to click on UltraCompressor II
sometimes i look into old forum threads, such as http://encode.su/threads/829-FreeArc...re-interesting
there are 2 bugs in their display, can it be fixed?
1) apostrophes are displayed as '
2) urs are wrong, try to click on UltraCompressor II
done
A small note. Frequently I'm facing issues visiting this site via iPad 2 - a pattern of images appears across borders and such. Dunno what's happening...
thank you! now i'm 100% happy with the old forum.
one more caveat: first msg in http://encode.su/threads/1072-Intere...Deflate-source shows literal <pre> tag
UPD: sorry, but you have replaced it with back apostrophe ', while it was just apostrophe '
Last edited by Bulat Ziganshin; 15th March 2012 at 10:50.
Bulat Ziganshin
you have replaced it with back apostrophe ', while it was just apostroph
fixed
first msg in http://encode.su/threads/1072-Intere...Deflate-source shows literal <pre> tag
fixed
encode
I have no iPad. I'll check in Safari for Windows.
thank you. its' wonderful! now i wonder why we've started forum from scratch at all![]()
bug: Edit Post / Go Advnced doesn't work
request for improvement: replace PHP code tag with C++ one since most code on the board is C++ and it would be really helpful
[removed]
Last edited by webmaster; 24th March 2012 at 18:40. Reason: 11
please add pre-defined C++ tag (instead of PHP?)
and may be add full language list when it asks for language. or just dropdown list in the Advanced Edit dialog button
example:
[c]// 'Hello World!' program
#include <iostream>
int main()
{
std::cout << "Hello World!" << std::endl;
return 0;
}[/c]
result:
// 'Hello World!' program
#include <iostream>
int main()
{
std::cout << "Hello World!" << std::endl;
return 0;
}
in Advanced Form button
![]()
That "Advanced Form" does not work.
I mean, there's a "Go Advanced" button, but nothing happens when I click it.
it works on answer, but not on comment
thank you very much, but it's not ideal. you removed general xcode button, sometimes it may be helpful. OTOH this forum doesn't need PHP button
also, how about adding more buttons to quick answer form? i vote for attach/code/c++/table buttons here