solved Timeline @Profile_Name link encoding

rockas
@rockas
10 years ago
9 posts
if a artist create a new audio file, the post on timeline is something like that:

@Artist Name:
Posted a new Audio File:

if the artist name is in greek its showing this:

@%CE%B1%CE%B3%CE%B3%CE%B5%CE%BB%CE%BF%CF%82-%CE%BA%CE%B1%CE%BB%CE%B1%CE%B9%CF%84%CE%B6%CE%AC%CE%BA%CE%B7%CF%82:
Posted a new Audio File:

you can see what i mean here:
http://www.greekrock.gr/%CE%B1%CE%B3%CE%B3%CE%B5%CE%BB%CE%BF%CF%82-%CE%BA%CE%B1%CE%BB%CE%B1%CE%B9%CF%84%CE%B6%CE%AC%CE%BA%CE%B7%CF%82
updated by @rockas: 02/20/14 02:58:42AM
brian
@brian
10 years ago
10,148 posts
That's because greek letters have to be "raw" urlencoded - every letter replaced with it's html entity.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
Dazed
Dazed
@dazed
10 years ago
1,022 posts
Is this where the expression, "It's all Greek to me" came from?

(sorry I could not resist)
SteveX
SteveX
@ultrajam
10 years ago
2,584 posts
No, "It's all Greek to me" came from javascript.

Greek is much older than that.


--
¯\_(ツ)_/¯ Education, learning resources, TEL, AR/VR/MR, CC licensed content, panoramas, interactive narrative, sectional modules (like jrDocs), lunch at Uni of Bristol. Get in touch if you share my current interests or can suggest better :)
michael
@michael
10 years ago
7,714 posts
it might need a |rawurldecode in your action templates. I'll take a look.


tracker:
https://www.jamroom.net/the-jamroom-network/tracker/297/rawurlencode-appearing-as-content
brian
@brian
10 years ago
10,148 posts
Do you have a link to where you're seeing this at? Rawurlencoding should show as the real characters in the browser if it is embedded in the page.

Thanks!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
brian
@brian
10 years ago
10,148 posts
Thank you - I will see if I can figure out why it's showing as the entities and not the actual characters - if you copy the URL in the action, you'll see that it is formed correctly, but for some reason it's showing as the entity characters instead of the actual characters when it is embedded, so I'm not sure why it is doing that, but I will check it out.

Thanks!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
brian
@brian
10 years ago
10,148 posts
This should be fixed in User Profiles module 1.1.6:

https://www.jamroom.net/the-jamroom-network/tracker/297/rawurlencode-appearing-as-content

Update from your marketplace, then reset your caches and you should be good to go.

Hope this helps!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net

Tags