Click here to Skip to main content
15,911,142 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Yesterday I uploaded a short article on radio button binding in MVVM. The article was published, but CP left out the link to download the project. How do I get CP to fix my article?
Posted

 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 9-Jan-15 16:28pm    
Most likely, the administration help won't be needed. I posts articles with downloads not so long time ago, so I know that there can be some glitches, but the author can always fix the downloads. As to the link, it is written by the author. Please see my answer.
—SA
This is not done by administration, this is something you should do yourself. (But yes, I faced some bugs in the past, so it could be some bug, but you still can fix it).
Edit the article and pay attention for the right area where the downloads are managed. Make sure you actually download the file, not just select them. Use correct file URL when you have it downloaded.

You have to add the link yourself if you are missing it. Here is the format for the source code link:
XML
<ul class="download">
    <li><a href="yourCode.zip">Download source code &mdash; 666 KB</a>&nbsp;</li>
</ul>


—SA
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900