Click here to Skip to main content
15,917,005 members

Bugs and Suggestions

   

General discussions, site bug reports and suggestions about the site.

For general questions check out the CodeProject FAQs. To report spam and abuse Head to the Spam and abuse watch. If you wish to report a bug privately, especially those related to security, please email webmaster@codeproject.com

 
PraiseRe: Why my post is held saying 'not publicly visible'? Pin
Rajeev Jayaram29-Jul-16 5:20
Rajeev Jayaram29-Jul-16 5:20 
SuggestionAccount Removal Pin
Nn13328-Jul-16 18:37
Nn13328-Jul-16 18:37 
GeneralRe: Account Removal Pin
Richard MacCutchan28-Jul-16 22:11
mveRichard MacCutchan28-Jul-16 22:11 
BugVotes on this week's survey Pin
SoMad28-Jul-16 4:26
professionalSoMad28-Jul-16 4:26 
JokeRe: Votes on this week's survey Pin
Nelek28-Jul-16 5:59
protectorNelek28-Jul-16 5:59 
SuggestionWhat is the setting ? Pin
Patrice T25-Jul-16 19:36
mvePatrice T25-Jul-16 19:36 
GeneralRe: What is the setting ? Pin
Patrice T7-Aug-16 3:12
mvePatrice T7-Aug-16 3:12 
SuggestionBug in QA Pin
Patrice T24-Jul-16 11:58
mvePatrice T24-Jul-16 11:58 
SuggestionWhy terminated? Pin
Brisingr Aerowing23-Jul-16 14:18
professionalBrisingr Aerowing23-Jul-16 14:18 
GeneralRe: Why terminated? Pin
Chris Maunder24-Jul-16 15:40
cofounderChris Maunder24-Jul-16 15:40 
SuggestionImages in the articles Pin
Afzaal Ahmad Zeeshan22-Jul-16 12:46
professionalAfzaal Ahmad Zeeshan22-Jul-16 12:46 
GeneralRe: Images in the articles Pin
Chris Maunder24-Jul-16 15:11
cofounderChris Maunder24-Jul-16 15:11 
GeneralRe: Images in the articles Pin
Afzaal Ahmad Zeeshan25-Jul-16 9:26
professionalAfzaal Ahmad Zeeshan25-Jul-16 9:26 
SuggestionIs it bug or... Pin
Sanjay K. Gupta21-Jul-16 2:43
professionalSanjay K. Gupta21-Jul-16 2:43 
GeneralRe: Is it bug or... Pin
den2k8821-Jul-16 3:01
professionalden2k8821-Jul-16 3:01 
GeneralRe: Is it bug or... Pin
Sanjay K. Gupta21-Jul-16 3:03
professionalSanjay K. Gupta21-Jul-16 3:03 
GeneralRe: Is it bug or... Pin
Chris Maunder21-Jul-16 3:17
cofounderChris Maunder21-Jul-16 3:17 
GeneralRe: Is it bug or... Pin
Nelek21-Jul-16 21:48
protectorNelek21-Jul-16 21:48 
BugAfter deleting solution provided under Unanswered Questions answer link is still coming under Reputation History for that user and point is also not getting reduced. Pin
rah_sin21-Jul-16 1:16
professionalrah_sin21-Jul-16 1:16 
GeneralRe: After deleting solution provided under Unanswered Questions answer link is still coming under Reputation History for that user and point is also not getting reduced. PinPopular
Chris Maunder21-Jul-16 3:08
cofounderChris Maunder21-Jul-16 3:08 
GeneralRe: After deleting solution provided under Unanswered Questions answer link is still coming under Reputation History for that user and point is also not getting reduced. Pin
rah_sin21-Jul-16 21:37
professionalrah_sin21-Jul-16 21:37 
GeneralRe: After deleting solution provided under Unanswered Questions answer link is still coming under Reputation History for that user and point is also not getting reduced. Pin
Afzaal Ahmad Zeeshan22-Jul-16 12:41
professionalAfzaal Ahmad Zeeshan22-Jul-16 12:41 
SuggestionMessage Removed Pin
21-Jul-16 0:52
Member 616257721-Jul-16 0:52 
SuggestionFeature Request Pin
#realJSOP20-Jul-16 1:57
professional#realJSOP20-Jul-16 1:57 
GeneralRe: Feature Request Pin
Chris Maunder20-Jul-16 6:55
cofounderChris Maunder20-Jul-16 6:55 
I'm trying to work out how this would work technically and practically.

Technically it's a PITA. It's not like you have a list of messages (a la facebook or twitter) that we just add/don't add a message to when a message is posted. We have to query and render the forum messages by either assuming everyone sees the same set of messages (so we can cache), or we query the database each call (so we can get you exactly the message set you want), or a hybrid of the two which would be a PITA. PITA is a programmer's lot, though, so if it's worth it we just hunker down.

Practically we'd have a problem because not showing a message means there would be a break in the forum tree. I'd want to show a [message removed] message to make it clear (even something subtle) at which point I can't help thinking that human nature would kick in and the very next request would be "can we have a button that shows us the blocked message".

At which point I just give everyone a flat look and go back down to the steam engines to ensure the ship is still sailing.
cheers
Chris Maunder

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Flags: AnsweredFixedAdded to TODO

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.