|
Sorry, I mean not the download links, but the download graph in the statistics page.
|
|
|
|
|
|
I am new to the forum and the answer response form (which is heavily code orientated... fine).
What I see as the suggested PREVIEW - does not seem to end up as the resulting output once submitted?
Not sure of the purpose then of having a PREVIEW section, which is deceiving and a waste of time trying to format correctly before submitting?
|
|
|
|
|
I (like most people here) have been using these forums for just over 20 years, and the preview display generally works correctly, and shows what will be the final post. You need to provide some more actual details as to what you saw at each stage.
|
|
|
|
|
On multiple attempts of submitting, it seemed to alter slightly to greatly (slightly = some changes, layout different.... Greatly = where it reformatted the text into a compacted html tagged type output of a different look completely).
The 2nd image showing the submitted answer (just now) is what I would suggest is a "slightly altered" view.
----------------------------------
|
|
|
|
|
Sorry, but I cannot see any differences between the preview and the final response.
|
|
|
|
|
No problems then. Just assumed the different layout, highlighting and font colours meant it wasn't working correctly? I will navigate through the process and learn the changes it can generate. As said, when it posted the greatly altered version with html tags and removed lines, that weren't shown in the preview, that's the main one that indicated to me it was broken. I'll work it out.
|
|
|
|
|
A couple of obvious differences:
- Missing
<input> and <span> in the preview; - Your numbered list has been converted into a proper
<ol> , losing the line breaks between items; - Subtly different colouring for
<code> / `code` elements;
I suspect it's because you're using Markdown for your formatting, which has never worked brilliantly. The message preview probably doesn't support the full set of formatting applied to the final post.
"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer
|
|
|
|
|
Thanks for the analysis... I guess that's where I started and mentioned I thought it wasn't ending up the same as preview. Didn't know about markdown issues or how it works, just that it seemed odd when pasting in information. I will watch out for markdown codes from now on.
|
|
|
|
|
|
"Mistakes are prevented by Experience. Experience is gained by making mistakes."
|
|
|
|
|
Thanks for your help. That's where I have seen that in the past too.
Oh, wow, I wish I had a snapshot of what I was seeing because I wasn't seeing that link.
Hmm...Let me look at the article again.
Oh...check out this snapshot[^] - it doesn't show up there.
Question: Can you guess why?
Answer: Yep. When you narrow the browser window down, those options disappear and don't show up anywhere else that I can tell.
|
|
|
|
|
You have to shrink it to 1023px wide or less:
@media (min-width: 800px) and (max-width: 1023px) {
.article-container-parts .article-left-sidebar {
display: none;
}
}
@media (min-width: 757px) and (max-width: 800px) {
.article-container-parts .article-left-sidebar {
display: none;
}
}
@media (max-width: 756px) {
.article-container-parts .article-left-sidebar {
display: none;
}
}
"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer
|
|
|
|
|
|
Hi Codeproject Admin,
I submitted an article (twice) and they showed 'not found'. I think it's caused by your 'approval' software. Can you recover the article?
[Article:5351556]
- CodeProject[^]
Thanks,
Peter
|
|
|
|
|
Please do not repost the message in different fori... CP stuff check both the places where you posted.
I answered you in the "Article" board, check it
M.D.V.
If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?
Help me to understand what I'm saying, and I'll explain it better to you
Rating helpful answers is nice, but saying thanks can be even nicer.
|
|
|
|
|
Peter Sun (247) wrote: I think it's caused by your 'approval' software.
What makes you think that?
If you got a message telling you that your article was rejected, then you need to pay attention to the reason for the rejection.
"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer
|
|
|
|
|
After I published my article, it's in pending state initially. When I checked it in several hour later, the article was gone, displaying an error message. So I assume CodeProject did something to the article.
I didn't receive any emails / messages.
|
|
|
|
|
Sean reached out to you to get this sorted. Is the issue resolved or still a work in progress?
cheers
Chris Maunder
|
|
|
|
|
On the off chance that you're unaware of this, every heading on the home page has this underneath it:
Quote: No items have been posted matching this filter
@chris-maunder
|
|
|
|
|
I've reached the edge of the abyss, and it is codeproject.com
Check out my IoT graphics library here:
https://honeythecodewitch.com/gfx
And my IoT UI/User Experience library here:
https://honeythecodewitch.com/uix
|
|
|
|
|
When you realize that it is the edge of the abyss, go a little further, there's much more...
|
|
|
|
|
We had an issue with our DNS servres.
Fixed and everything should be back to abnormal.
"Mistakes are prevented by Experience. Experience is gained by making mistakes."
|
|
|
|
|
This seems to pop up every couple of days:
How many times do I need to consent to get rid of it?
"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer
|
|
|
|
|
Yes, Google. Thank you Google for wildly over complicating everything.
You'll probably see that lots of places. I think we can dispense with that. If the settings will take...
cheers
Chris Maunder
|
|
|
|