Welcome to The SitePoint Forums

Hey guys, it’s looking pretty different around here :wink:

Good work all.

1 Like

Hey Tom,
Thanks for stopping by, great to see you.

Thank you. Been ages since the last time we saw you around here. It is good that we have your approval :slight_smile:

Looking good so far! Going to take a little bit of a while to get used to but I’m sure it’ll be fine. Great job on moving everything. Question: Do we have our old badges/trophies for member of the month or do we have to re-earn those?

Discourse doesn’t display badges in the same way, unfortunately, but I believe badges (in the Discourse sense) will be awarded to past MotM/Community Award holders in the fullness of time. I rather suspect @HAWK has one or two other things to be getting on with at the moment. (If you visit HAWK’s profile, or click on her avatar, you’ll see the kind of badges I mean.)

Ah yeah! No rush or anything just wondering if they had already started doing that yet XP

Um, where was the link again to read how to make changes? I’m trying to type HTML and I keep getting silly AOL-style smilies offered. I don’t want them offered, and I’m sure there’s a way to say “never check for smilies” but I don’t see it in Preferences.

Did you mean the post at the top of this thread?

I’m not at all sure there is a way to disable smilies automagically, but I’ll investigate further.

I’ve got the cheatsheet already open in another tab, but I guess I thought lots of things would be like SO : )

So, y’all are using Postgres for search. Now there are 2 really smart Russian? dudes working on Postgres improving tSearch by improving both the GIN and GiST (the index you search on and the tree).

But an external search engine will still, even now, be faster. Just a heads-up. Faster to index, faster to search, and can be distributed and parallelised and concurrent outside of whatever you’re doing with your database.

I’ve had a quick look at meta.discourse.org, and there’s some discussion of disabling the entire plugin, because it causes issues for French users, but none I can find about enabling individuals to turn it off. @cpradio may know better.

(I have to go out now, but I’ll be interested in the answer.)

Plus I can’t believe I’m the only non-teenager with AOL-flashbacks around : P

No, you are not the only one with AOL flashbacks. I said something similar, but I didn’t use as nice of terms…

They are looking to changing the emoji’s to emojione

I know that doesn’t give a lot of info, but neither does visiting http://emojione.com/

I haven’t seen anything about disabling them when typing a reply either. Not saying it isn’t a good idea, it just hasn’t come up.

Can you give me a bit more information on what you were writing up (maybe a link to the topic in question)?

Yay for new stuff! Very pretty new forums. Great job team :smile:

May this be a new era in healing code inflicted mind explosions through shared knowledge and brainpower!

3 Likes

Finally! I’ve waited for this new forum for about a month now. Thanks for all of your hard work.

2 Likes

You are totally welcome. It’s good to finally be here huh?!

I was trying to type HTML code but the 4 spaces things wasn’t working for some reason (it took the words inside my HTML code and styled them in monospace, lawlz) so I was using for brackets and colons were setting off smilies.
The thread’s in Accessibility but there are no smilies in it, I didn’t post anything with them. The options just kept popping up every time I breathed on a colon as I tried to type code. :confused:

Okay, testing a reproduction step:

.mycss {
    visible: none;
}

Didn’t happen for the above CSS, let’s try HTML

<label>this is my field:</label>

Didn’t happen there…

Okay, it seems to only occur now if there is a space or the colon is the first character.

Let’s see if non-characters cause it (seems if it follows { } < > / it doesn’t show and if there are characters immediately proceeding the : and they follow after, it doesn’t show either…)

Latest upgrade may have helped resolve this. Let me know if it persists and any reproduction steps I can use to recreate it :smile:

They never post, I just get this big popup offering faces… they don’t complete as I keep typing, I assume because it doesn’t match anything.

when I log in I get
[‘BAD CSRF’]

I can always hit the back button and refresh, and I’m logged in. Opera 12 (yeah, I know) and Chrome. Anyone else getting this? I’m not adding any intermediate steps or anything weird, my CSRF tokens should be fine…

Maybe, I’ve been able to type HTML the last post I did, and it showed up like it should like in SO.