When using Code formatting, we see several problems: * @ symbol should be escaped. * # symbol should be escaped. * Text should not be so dark. * Syntax coloring should be supported. * Scroll bars (vertical and horizontal) would be helpful. -- This structure wraps operations specific to the Procedural Content feature
struct…
Some bugs have been fixed: * Social connect buttons in Profile are broken. You can now connect your Twitter account. And there's a Twitter button at the lower right of each post, for sharing Polycount posts in your Twitter feed. * Right-click in Reply field after using Quote. Fixed. * @ mentions are broken by line…
@somedoggy Vanilla forum software does not allow most HTML code, so your emoji ASCII code is getting stripped out when you post. @JoshuaG2 I sent you a message to help get you connected again.
Yep @r3d none of the previews work properly. That's because Vanilla hard-coded the CSS into their preview HTML, so we can't override :( This is one of the reasons we want to move to an open source version of Vanilla and host it ourselves, so we would have full code control. We'll get there, it will just take some time.…
The search button icon is currently broken. It's happening because the code in the input value is escaped. To fix it just replace it with either the correct code or the "" unicode character. From: <input type="submit" id="Form_Go" name="" aria-label="Search" class="Button" value=""> To: <input type="submit"…
Im getting the same issue that Jordan was getting earlier on the post, gotten it quite a lot earlier today on Chrome running Windows 10. Now at home receiving it pretty often just navigating from page to page on Firefox on Windows 10. On trying to create a new post in the technical talk forum received the same image and…
It's also happening on the mobile versions of Firefox and Vivaldi. At first everything looks okay, yet there's a huge empty area on the right accessible through scrolling sideways. After peeking at the code I can't assure this will fully fix the issue as some things only get properly applied if loading the page with them…
Please post all your bug reports here. Anything wrong with the forums, we want to know about it. We think you want to be informed about what's going on with the forums. In that spirit, here's a list of all the problems we know about (so far!) with the new forum software. We'll update this list as we find new ones. We are…
Adjusted the color some. It's difficult since Vanilla overrides some of the code block styling. Plus we're using a deprecated forum post editor, since the new one really sucks and our host is not interested in fixing it. Hope this helps a little though.