> I rushed the relaunch out the door, so I still have a lot of development work to do on the Guild. I work best under debilitating pressure.
>
> Issues I'm currently working on:
>
> - **FIXED** Post formatting seems broken on this server even though it's working on the test server.
> - **FIXED** Can't send PMs to people with capital letters in their username.
> - **FIXED** Topic/RP subscriptions were left out of the migration. Oops. I'll migrate them over sometime today.
> - **FIXED** Topic subscriptions aren't being sorted correctly.
> - **FIXED** Needs to adjust visibility queries for mobile-sized device. (Fixed enough for most mobile users to log in and do basic things, but still needs more work.)
> - Topics got stripped of their `is_sticky?` metadata so now there are no sticky topics. Need to re-migrate that data and restore them to power.
> - There is no New Topic button.
> - I need to port over everyone's avatars and sigs.
> - Sessions expiring too soon when `Remember Me?` is checked. (Having trouble verifying that this is an issue)
> - Receiving PMs doesn't update your PM count, just sending them. Makes it impossible to see if you have new PMs from just looking at PM count.
>
> Random things:
>
> - Need to import enough BBCode to make old posts editable.
> - Darken background of input boxes.
> - When a post is deleted or hidden, and if that post was the latest post in a forum or topic, then the forum or topic should update their `latest_post_id`. Right now a hidden post will show up on the homepage and everyone clicking on it will get a "Forbidden" error.
> - I want to be able to toggle the forum into a "read-only mode" so that users can still browse while I fix large issues.
> - QQCode/BBCode were dropped for now until I can dedicate some time to find some better Javascript parsers. I do want to support BBCode and things like `[hider][/hider]` tags once I get things sorted out.
> - You'll notice that post formatting (on new posts, not posts from the old system) kinda just pops in to place as you're scrolling through posts. That's because I use your browser to render posts instead of making the server do it. It's a quick hack.
> - I need to add pagination to the page that lists all of your private conversations. And I need to get it done before one of those people with 100k convos DoS's the server by visiting that page.
> - The only thing users can edit right now is their email. I need to flesh out the "Edit Profile" page. For example, you used to be able to toggle on "Ghost Mode" which removed you from the "Who's Online" box.
>
> And plenty more.
Are you working on the Editng of the posts for RPs and Convos?