Jump to content

Li3D

Clients
  • Posts

    112
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Li3D's Achievements

  1. So it's not only on my installation, thank you @Nathan Explosion 👌
  2. Translation done in back office as it's a default stream. Just tested with a custom stream with "J'AI" in title and same problem.
  3. I think there might be an issue with the XSS protection. If I translate like that : The letter A HTML code "a" is correctly rendered (A displayed). As soon as I press the load more button, the A code is no more rendered and I can read the code in front :
  4. I took a closer look at the script in question: self._updateStreamUI = function(response) { // Updating stream UI... this.scope.find('[data-role="streamBlurb"]').text(response.blurb.replace(/'/g, "'")); this.scope.find('[data-role="streamTitle"]').html(response.title); // More UI update logic... } I have a strong feeling that it comes from there 🤔
  5. No caching on the hoster side 😞 JS file loaded is the same I can open via FTP. Can you confirm me that the script loaded when I press load more is front_front_streams.js ?
  6. I tried in private browsing without cache and it's the same. Anyway, it's a "bug" reported by users, I'm not the only one to have it. In the console I only see front_front_streams.js called when I hit the button. It only happens with "J'AI", not "J' AI".
  7. I created a new theme from the 4.7.X sources and I finally have the same problem. I also disabled all plugins and all applications and I still have the problem even after cleaning the cache 🤔 I suspect a problem with root_library.js or front_front_streams.js.
  8. I "reverted" every modified files but they still appear "modified" : Anyway, if I search for "<!-- Li3D -->" which I use to find my modifications there are no more results. I cleared the cache and applied the lastest patch without success. Maybe a JS script from the parent theme not updated somewhere ?
  9. Indeed, it comes from the child theme I created from the default theme to apply some modifications... I'll look for which one could cause the problem but if you have a lead on the file that calls the button function I'm all ears.
  10. Hi, As i'am french, the "load more activity" button is translated with "activité que j'ai créé". Just to show the problem, I switched to english and added "J'AI" in the string : So far so good, but if I press the load more activity button : all the apostrophe (') are replaced by the HTML code : It does this for all the elements in this menu that have "'a" in the string. It's OK with a space after the apostrophe but that's not the correct way to write it 🙂
  11. Looks like Topic Moderators, would be great to be able to migrate from it 😛 Will it be possible to assign an “ordinary” member without any moderating rights to a topic ?
  12. Yes, but I actually have a good list that permit to prevent spam to be "online" and I would like to be able to add some emojis to it 😛
  13. Actually under spam attack with emoji, I would like to be able to filter them 😄 Tried directly with it (📢) or loudspeaker charcode U+1F4E2 without success. Any idea ?
×
×
  • Create New...