Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Comments on Three vaguely-related bugs

Parent

Three vaguely-related bugs

+3
−0

Hello.

One.

I entered some basic info on my profile, including my personal website which I'm glad to see we can have, here. However, clicking the link that resulted, led to a 'page does not exist' notice.

Two.

Also, while answering Tom's question about ACT II, I numbered my first answer with "1." and then wrote a few paragraphs. I then provided a second answer with "2."

It looks correct in the entry field but submitting it leads to both numbers showing us as "1." Presumably this is due to the intervening paragraphs.

Three.

I posted this question under META but it showed up under the main Questions. I am trying again, this time with META appended to the front end.

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

0 comment threads

Post
+4
−0

I've had a dig through the logs...

  1. When you updated your profile, the text you entered in the website field was pltavormina.com. The site is expecting you to enter a website there with the protocol included, i.e. https://pltavormina.com. Since you didn't, it couldn't correctly determine where to send you when clicking on the link, and thus it broke. That's a bug, I'll log it and get it fixed.

  2. This is a feature of Markdown, which is used to format posts here, like it is on SE. Starting a new paragraph drops you out of "numbered list" mode, which means the next time you get back into numbered list mode, the list will start at one again - no matter what number you actually write.

    To tell Markdown that your new paragraph is meant to be part of the list rather than outside it, indent the opening line of the new paragraph by four spaces. I've done that with this paragraph to keep it as part of item 2. I've taken the liberty of editing your answer to correct this - you can hit edit on it to see exactly what I've done with the Markdown.

  3. We've had this issue happen before. It seems folks are getting confused about when they're asking on main vs on meta - I added a notice at the top of the Ask page to let you know which you're asking on, but I can make more changes if that's not enough. To be clear: using the "Ask!" button at the very top-right of the page will (at present) always ask a question on main; to ask a question on meta, you must go to meta first via its link at the top-right, and then use the "Ask Meta Question" button. What changes would make this clearer?

  4. Bonus round! While I was poking around to find error logs for these, I noticed you had a couple of comments that failed to post as well. Comments are limited to a maximum of 500 characters - yours were 606, which is why they failed, but I do need to add a popup to let you know that's what's happened, to avoid confusion. (2020-01-08: Done)

History
Why does this post require moderator attention?
You might want to add some details to your flag.

1 comment thread

General comments (3 comments)
General comments
Mark Baker‭ wrote over 4 years ago

Re number 3. The Ask button is right next to the Meta button. So once you have located the Meta button, you have also located the Ask button. So when you want to ask a question in Meta, you don't look for an Ask button, because you already know where it is. You just press it. The notice that comes up does nothing to fix this. Once I know where the Ask button is, that is fixed. Only solution is to change the Ask button to an Ask Meta button when in Meta.

DPT‭ wrote over 4 years ago

Mark's right. From the current page (= this bug report) I conclude that I am already on 'Meta' page (which I am). To ask a meta question, I need to leave this page and go back to the main board. From this page there is no 'ask meta question.'

I bet that's part of the confusion. the 'ask meta question' is only sometimes visible, and it is not always logical.

Galastel‭ wrote about 4 years ago

If changing what the Ask! button does depending on where we are is complicated, how about adding a second button - "Ask-Meta!" ? That would clear the confusion, I think. It could be a temporary solution, at least.