Answered by:
"View as xml" forum url hack?

Question
-
Someone once showed me a way to view a forum thread as xml by hacking the url but I forget the trick and I can't find the thread that explained it. It was something like adding ?view=xml to the end of the url.
I remember this let you see extra metadata about the posts, like the edit reasons, and date and time when things were proposed or marked as answer.
Does anyone remember what the trick is and if it still works?
Answers
All replies
-
-
-
This is awesome, I didn't know about this before.
Thanks for the tip.
Don't retire TechNet! - (Maybe there's still a chance for hope, over 10,750+ strong and growing)
-
Richard,
I think this information is actually contained further down in the users section. Check this thread in xml view:
I took the GUID shown in the proposed answer section and ran a search on the page. I got a hit in the users section that shows that the GUID should be ImMax. He hasn't posted in that thread, so my guess is that he's the one who proposed the answer (otherwise I have no idea why he'd be listed at all).
I just went and checked his activity, this does appear to be right. Anyway, Bryant just recently posted in my thread here saying that these bugs should be fixed in the release next week, so hopefully this can go back into the list of obscure workarounds that don't ever need to be repeated.
EDIT: Here's a way to be sure. Was it you who marked my post here as the answer? Based on what I'm seeing, it should have been.
EDIT2: Never mind, that's probably not necessary. I can see that Wyck's GUID marked the answer in this thread.
Don't retire TechNet! - (Maybe there's still a chance for hope, over 10,750+ strong and growing)
- Edited by Mike Laughlin Wednesday, September 4, 2013 11:54 PM
-
Another useful URL hack is to link directly to a reply.
To do this, first hack the url to add the outputas=xml query. (usually append &outputas=xml if there's already a ? in the url. And simply append ?outputas=xml if there's not.)
For example, for this thread:
Then, find the <message> tag you want to link to and steal its id tag value.
It will look something like this: <message id="5c830990-16e2-461e-b59b-2efe010825cc"
Then you have to hack the original thread url again to include # and the id of the message. like this:
- Edited by Wyck Monday, December 30, 2013 7:47 PM Corrected spelling.