- This topic is empty.
-
AuthorPosts
-
August 21, 2010 at 2:19 pm #29996
Chris Coyier
KeymasterNew, as in, they are now powered by Vanilla Forums instead of phpBB. Vanilla is far simpler and cleaner and I’m hoping is going to serve this community better. The biggest goal is keeping spam down, and I have high hopes for that!
August 21, 2010 at 2:38 pm #81869Chris Coyier
KeymasterIssues so far:
- Old code is in tags, which doesn’t mean anything to this system. I’ll have to run some DB actions to convert all that into <pre> and <code> tags, which is a good reminder: when posting code, use those tags, just like you would in the blog comments.
#example { height: 100px; }
So… gotta fix that in all old posts. May also need to UN-escape the code.
- It’s weird how the editor is inserting break tags for returns AND auto-wrapping with <p> tags.
- Preferences don’t want to open
- Posts: sometimes showing blank
- Pretty URL’s are half broken
- Old smilies are broken links
- Can we get a “mark all as read” button?
- Profile images don’t show in a nice box in the Profile area. Also, header hierarchies are weird in that area.
[code] tags, which doesn’t mean anything to this system. I’ll have to run some DB actions to convert all that into <pre> and <code> tags, which is a good reminder: when posting code, use those tags, just like you would in the blog comments.
#example {
height: 100px;
}So… gotta fix that in all old posts. May also need to UN-escape the code.
- It’s weird how the editor is inserting break tags for returns AND auto-wrapping with <p> tags.
- Preferences don’t want to open
- Posts: sometimes showing blank
- Pretty URL’s are half broken
- Old smilies are broken links
- Can we get a “mark all as read” button?
- Profile images don’t show in a nice box in the Profile area. Also, header hierarchies are weird in that area.
August 21, 2010 at 4:14 pm #81837Chris Coyier
KeymasterGot that one fixed, thanks for the heads up!
August 21, 2010 at 4:15 pm #81838Rob MacKay
ParticipantHehe this is funkey :)
August 21, 2010 at 6:12 pm #81835virtual
ParticipantThe text and boxes flow out of the white background onto the beige side.
August 21, 2010 at 7:14 pm #81819jamygolden
Member@almcrorie – It’s not username and password anymore, it’s email-address and password. Perhaps that’s why you couldn’t log in.
August 22, 2010 at 5:22 am #81809jamygolden
MemberGo into your profile, and look under “activity” – It will show you the most recent post’s you have commented on. I’m guessing you will be notified if someone mentions you like this: @betzster
I do agree though, that the phpBB ‘View unanswered posts’ was more convenient.August 22, 2010 at 7:56 am #81795Rob MacKay
ParticipantTo be fair to this forum they leave a lot of room for plugin expansion so as far as I can see you can take it to a level you need…. expect them only to get better in the coming months.
August 22, 2010 at 8:26 am #81784Chris Coyier
KeymasterThat’s true, the unanswered posts thing was kinda cool. I does list the number of comments when viewing the list of all threads, so I might end up doing some kind of jQuery thingy where un-replied-to threads have slightly different styling or something like that.
For seeing all posts you have commented on, I think this is almost better now. You can “bookmark” discussions that are important to you and actually get email notifications when new stuff is posted which never worked right on the old forums as far as I know.
August 23, 2010 at 10:50 am #81686Chris Coyier
Keymaster@WCMiller Thanks! I fixed that one.
August 23, 2010 at 12:16 pm #81649thisishard
MemberPlease can the white background issue get fixed for chrome?
This is a link that Ahmad Fawaz Amin posted on the forums post.August 24, 2010 at 10:59 pm #81430Chris Coyier
KeymasterI’m going to keep the second post in this thread updated with crap that needs to get fixed. Just FYI.
September 9, 2010 at 4:33 pm #80206HeatherFeimster
MemberNice job on the new system, Chris!
I had some issues posting code – I used the new element tags for inserting the code, but it told me that I was over the character limit when I tried to post. I don’t know if anyone else is having this problem, but if there are character limits, it would be great to list those somewhere when writing a post.
Thanks!
September 9, 2010 at 5:44 pm #80212Chris Coyier
KeymasterApparently it’s 8000 characters.
September 10, 2010 at 5:05 am #80190Rob MacKay
ParticipantThats a lot of code @HeatherFeimster lol
- Old code is in tags, which doesn’t mean anything to this system. I’ll have to run some DB actions to convert all that into <pre> and <code> tags, which is a good reminder: when posting code, use those tags, just like you would in the blog comments.
-
AuthorPosts
- The forum ‘CSS’ is closed to new topics and replies.