Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I just installed the forum package on my local testserver and everything works like a charm!
There seems to be a slight problem with how Scandinavian (and probably other) characters are handled. In the topic overview, everything looks fine
http://www.maaki.com/thomas/umbraco/forum/topic_listing.gif(screenshot)
However, when clicking on the topic the headline is subjected to URL replacing:
http://www.maaki.com/thomas/umbraco/forum/topic_detail.gif
Is this a bug or is there a reason why it looks like this? Is there any way that I can fix it?
Regards!
/Thomas Kahn
I must admit that I can't remember how the title is fetched, but the subject has been raised before.
Try looking in the xslt file that renders the topic. If it makes no sense, post here again, and I will try and follow up on it.
I think this is the line of code that prints the headline:
<h2> <%= umbraco.library.ContextKey("topicTitle") %> </h2>
I'm not sure what ContextKey does though?
/Thomas
ContextKey fetches an item from the HttpContext. It is probably placed there by the 404 handler that finds the post.
Should be possible to get the actual heading form the forum item instead.
I'll look into that! Thanks Morten!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Scandinavian characters in the topic headline are subjected to URL replacing in detailed view?
I just installed the forum package on my local testserver and everything works like a charm!
There seems to be a slight problem with how Scandinavian (and probably other) characters are handled. In the topic overview, everything looks fine
http://www.maaki.com/thomas/umbraco/forum/topic_listing.gif
(screenshot)
However, when clicking on the topic the headline is subjected to URL replacing:
http://www.maaki.com/thomas/umbraco/forum/topic_detail.gif
Is this a bug or is there a reason why it looks like this? Is there any way that I can fix it?
Regards!
/Thomas Kahn
I must admit that I can't remember how the title is fetched, but the subject has been raised before.
Try looking in the xslt file that renders the topic. If it makes no sense, post here again, and I will try and follow up on it.
I think this is the line of code that prints the headline:
I'm not sure what ContextKey does though?
/Thomas
ContextKey fetches an item from the HttpContext. It is probably placed there by the 404 handler that finds the post.
Should be possible to get the actual heading form the forum item instead.
I'll look into that! Thanks Morten!
is working on a reply...