> It's not a big issue, though it does make it a little more difficult to make lists that aren't actual lists, but I've noticed that paragraphs are only acknowledged in posts if they're double spaced.
>
> So
> I
> get
> this
> when
> I only hit enter once.
>
> But
>
> it
>
> works
>
> if
>
> I hit enter twice.
>
> It'd be nice if it worked single spaced too.
>
> Also, thanks for doing this big update session. It's appreciated. :)
I'm replacing the formatting system today with BBCode. One of the changes will be that it respects all newlines (line-breaks) which will behave as you expect. i.e. You won't have to double-space anymore to force newlines.
> Not sure if you know about this yet Mahz, but I was editing my test forum post to write this. But I get "preview savecancel" before I can finish. Refreshing the page fixes the grayed out 'edit' button. Just a heads up. Below is what I was attempting to write before this happened, also tested it three times before coming here.
Thanks. This happened to me recently but I couldn't reproduce it. I'm hoping that the BBCode deploy tonight will fix it since it uses a different parser completely. If not, then it will help narrow down what the problem is.
> Not willing to be rude or rushing, but where are all the text options from the Old Guild?
>
> And also thought this would be sorta cool [Revolver Maps](https://www.revolvermaps.com/)
It's not rude or rushing to post in this thread. Even when people request the same feature, I think of it as a vote for that feature and it helps me prioritize. Anyways, BBCode formatting options are coming back tonight. I'm finishing up the feature today.
Revolver Maps look cute. I still need to implement topic view counts ("1,321 views") which is a nice metric to display. Gives people a feel for how much their interest checks are trafficked and all that.
> Is there any chance that the Guild will support higher resolution, and possibly auto-size it down at some point?
Can you elaborate? What device are you viewing the Guild on and is it possible for you to take a screenshot so I can see how bad the Guild looks on it? :)
> Right now I can't make a topic in the Casual Roleplay board without receiving an internal server error. The internal server error persists until I clear all of my data. Is there a fix on the way for this?
Thanks for reporting this. This is a pretty big issue that I [think I] finally figured out thanks to everyone letting me know.
It's fixed in the code, but the fix won't go live until my big server push tonight.
tl;dr: Ensure that your topic title is 50 characters or less until I deploy the fix.
What I believe is happening is that you're triggering some sort of validation error. The main cause of that error is that the topic title is over 50 chars (which will be changed to 150 tonight), so the forum is trying to redirect you back to the New Topic form with an error like "Topic title needs to be 2-50 chars". So that you don't lose your post during this redirect, it tries to save your post in a browser cookie. However, I forgot that the max browser cookie size is 4096 bytes (approx 4096 characters). The forum breaks when it tries to save your post in the cookie if it's over a certain length. Sometimes it saves the cookie but lands you in a broken state until, as you pointed out, clear your data.
Pretty awful experience. :(